aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/model/TestDrawingAggregate.java
Commit message (Expand)AuthorAgeFilesLines
* More helpful output if a re-write test failsNick Burch2015-07-131-3/+9
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-1/+4
* remove some unused imports and some useless TODOs, slightly moreDominik Stadler2013-12-311-22/+20
* clear unused import warningsYegor Kozlov2012-11-121-2/+0
* implemented cloning of shapesEvgeniy Berlog2012-07-191-40/+0
* implemented creating shapes in new file using new modelEvgeniy Berlog2012-07-061-5/+24
* implemented work with existing shape groups and polygonsEvgeniy Berlog2012-07-011-15/+2
* added support for HSSFPicture in HSSFShapeFactory, fixed bugs, added testsEvgeniy Berlog2012-06-221-0/+36
* improved aggregating drawing records in documents with charts, Evgeniy Berlog2012-06-191-8/+68
* fixed EscherAggregate to correctly write records with trailing solver container Yegor Kozlov2012-06-141-43/+192
* initial support for reading shapes, see patch from June 8 in Bugzilla 53372Yegor Kozlov2012-06-081-21/+89
* Bugzilla 53010, patch from June 3: improved support for Continue records in d...Yegor Kozlov2012-06-041-122/+175
* more tests and fixes, see patch from May 30 in Bugzilla 53010Yegor Kozlov2012-05-311-21/+152
* Bugzilla 53302: fixed EscherAggregate to correctly handle Continue records in...Yegor Kozlov2012-05-281-0/+1802