aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/usermodel/TestBugs.java
Commit message (Expand)AuthorAgeFilesLines
* Fixed TextRun handling and various junit testsAndreas Beeker2015-06-101-16/+12
* Commit changes in common_sl - need to update trunk ...Andreas Beeker2015-05-111-121/+107
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-271-20/+20
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-191-108/+93
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-071-26/+26
* initial commit - still lots of errors, but I need to switch to a clean trunk ...Andreas Beeker2015-02-211-1/+1
* Test and fix for bug #46441Andreas Beeker2015-01-021-0/+39
* Bug 56240 - Handle PP97_DUALSTORAGE streamsAndreas Beeker2014-12-301-0/+15
* Bug 47261 - SlideShow.removeSlide makes PPT corruptedAndreas Beeker2014-12-301-0/+15
* Bug 49541 - Mapping of symbol characters to unicode equivalent Andreas Beeker2014-12-291-0/+16
* #57272 - deadlock on corrupted PPT fileAndreas Beeker2014-12-071-0/+15
* Add unit test for bug 37625 which verifies that this file can now be loadedDominik Stadler2014-07-271-1/+18
* When looking for text run related records after a TextHeaderAtom, provide a c...Nick Burch2014-03-151-9/+16
* #56260 Partial fix for a slide with a TextHeaderAtom but no other atoms relat...Nick Burch2014-03-141-0/+38
* Bug 55732 - PPT can't open, fails with "Couldn't instantiate .... StyleTextPr...Andreas Beeker2014-02-191-0/+18
* upgraded to junit4 (before other changes)Andreas Beeker2014-02-191-27/+45
* Bug 45776 - Fix corrupt file problem using TextRun.setTextAndreas Beeker2013-12-291-0/+31
* Bug 41246 - AIOOBE with missing notes entriesAndreas Beeker2013-12-271-1/+30
* Add a unit test to show that bug #49648 no longer occursNick Burch2011-06-241-0/+14
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-6/+6
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-49/+18
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-15/+38
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-211-403/+403
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-161-0/+20
* bug #41071 is fixed in trunk. Added a unit test and resolved.Yegor Kozlov2008-04-161-0/+20
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-151-2/+2
* fix bug #44770: RuntimeException: Couldn't instantiate the class for type wit...Yegor Kozlov2008-04-081-0/+10
* fix bug #44296: HSLF Not Extracting Slide Background ImageYegor Kozlov2008-01-251-0/+20
* fix bug #43781: slide->getShapes->getTextRun returns wrong textYegor Kozlov2007-12-241-0/+32
* encode unicode chars in HSLF unit testsYegor Kozlov2007-06-011-5/+5
* fixed bug 38256: RuntimeException: Couldn't instantiate the class for type wi...Yegor Kozlov2007-05-291-0/+29
* fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape...Yegor Kozlov2007-05-261-0/+68
* fixed bug 42486: Failure parsing a seemingly valid PPT. Some of the assertio...Yegor Kozlov2007-05-251-0/+17
* added support for TitleMaster objectYegor Kozlov2007-05-251-0/+21
* fixed bug 42484: NullPointerException from ShapeGroup.getAnchor()Yegor Kozlov2007-05-241-0/+23
* fixed bug 42485: All TextBoxes inside ShapeGroups have null TextRunsYegor Kozlov2007-05-241-4/+26
* applied patches from bug 42474: (1) Incorrect matching of notes to slides and...Yegor Kozlov2007-05-241-0/+68
* fixed bug 41384: Array index wrong in record creationYegor Kozlov2007-03-211-0/+53