aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/model/TestTextShape.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 52599 - avoid duplicate text when rendering slides in HSLFYegor Kozlov2012-02-221-1/+21
* removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla...Yegor Kozlov2009-09-131-0/+0
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-7/+4
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-211-203/+201
* TextShape.getMarginLeft() returned incorrect value. Added a unit test for tex...Yegor Kozlov2008-06-161-0/+43
* TextShape is a common superclass of all shapes that can hold text. The subcla...Yegor Kozlov2008-04-151-0/+160