aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/model
Commit message (Expand)AuthorAgeFilesLines
* bugzilla 52682 - allow setting text with trailing carriage return in HSLFYegor Kozlov2012-03-011-2/+2
* bugzilla 52244 - use correct text attributes when presentation has multiple T...Yegor Kozlov2012-03-011-0/+17
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-221-1/+21
* Bugzilla 51731 - fixed painting shape outlines in HSLFYegor Kozlov2012-02-221-0/+25
* Bugzilla 46288: fixed refcount of Fill pictures in HSLFYegor Kozlov2011-12-091-0/+24
* propagate parent to parent-aware records decoded from Escher, also ensure tha...Yegor Kozlov2010-04-031-0/+41
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-137-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-2316-135/+80
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-186-131/+142
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-188-87/+59
* fixed SimpleShape#getLineWidth to handle default line width, see Bugzilla #46392Yegor Kozlov2009-06-191-2/+15
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-2121-1288/+1285
* Base class for "old version" exceptions, and new HSLF detection + use of old ...Nick Burch2009-05-161-0/+2
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-5/+5
* Added HLSF test suite hierarchy. Silenced noisy tests.Josh Micich2009-02-202-2/+57
* fixed bug #46033: table cells had incorrect text type resulting in corrupted ...Yegor Kozlov2008-11-031-0/+5
* fixed #46122: Picture#getEscherBSERecord threw NullPointerException if Escher...Yegor Kozlov2008-11-031-0/+23
* fixed bug #45889:rrayIndexOutOfBoundsException when constructing HSLF Table w...Yegor Kozlov2008-10-031-0/+36
* initial support for embedded movies and controls.Yegor Kozlov2008-08-292-0/+129
* Properly update the array of Slide's text runs in HSLF when new text shapes a...Yegor Kozlov2008-08-121-0/+51
* Fix bug #45590: Header/footer extraction for .ppt files saved in Office 2007Yegor Kozlov2008-08-121-0/+106
* JDK 1.4 compatibility. Some exception clean-upJosh Micich2008-08-071-33/+17
* support for headers / footers in HSLFYegor Kozlov2008-08-041-0/+118
* TextShape.getMarginLeft() returned incorrect value. Added a unit test for tex...Yegor Kozlov2008-06-161-0/+43
* Support custom image renderersYegor Kozlov2008-06-081-0/+57
* Correctly increment the reference count of a blip when a picture is insertedYegor Kozlov2008-06-081-0/+73
* more work on rendering ppt slidesYegor Kozlov2008-04-302-15/+48
* properly set shapeId for new shapesYegor Kozlov2008-04-191-0/+18
* Support for getting OLE object data from slide showYegor Kozlov2008-04-161-0/+46
* Misc improvements in Freeform shapeYegor Kozlov2008-04-161-0/+80
* start improving handling of resources in HSLF. PPFont object represents a fon...Yegor Kozlov2008-04-151-0/+56
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-152-2/+162
* misc usermodel improvements. Also added the source code for the ApacheconEU08...Yegor Kozlov2008-04-141-1/+1
* Implement Sheet.removeShape(Shape shape) in HSLFYegor Kozlov2008-03-311-0/+28
* support for adding Picture to ShapeGroup in HSLF. See Bug 43323 for details.Yegor Kozlov2007-09-091-0/+54
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-081-0/+62
* HSLF: readonly support for hyperlinksYegor Kozlov2007-05-302-1/+91
* fixed bug 42520: NPE in Picture.getPictureData() and bug 42524: NPE in Shape...Yegor Kozlov2007-05-261-1/+5
* added support for TitleMaster objectYegor Kozlov2007-05-252-1/+152
* Make this compile for me.Rainer Klute2007-01-301-1/+1
* Refactor the TextPropCollection and TextProp classes into their own model pac...Nick Burch2007-01-152-1/+2
* Applied copy2license script to the files that were converted by dos2unix. ant...Henri Yandell2006-12-225-25/+30
* Applying dos2unix on some of the Java files. The copy2license script isn't pi...Henri Yandell2006-12-225-762/+762
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-225-25/+30
* Update from Yegor in bug 41046 - support background shapes and fillsNick Burch2006-11-281-0/+182
* Fix for bug 41015 - add in another paragraph propertyNick Burch2006-11-281-0/+32
* Support for Master Sheets from Yegor (bug 40753)Nick Burch2006-10-174-21/+356
* Fix for NPE in bug #40036. The TextBox will still be fairly useless thoughNick Burch2006-09-261-0/+17
* Just removed a bunch of unused imports etc. Reduces eclipse warningsJason Height2006-08-292-5/+0
* Fixes from Yegor, from bug #39395Nick Burch2006-05-081-39/+38