aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache/poi/hslf/model/TestOleEmbedding.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-168/+0
* Sonar fixesAndreas Beeker2021-01-091-3/+3
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-31/+28
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-4/+4
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-311-9/+10
* fix eclipse warnings / close resources in testsAndreas Beeker2017-01-161-0/+1
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-211-13/+29
* - #58216 - provide picture-shape resize that maintains the aspect ratioAndreas Beeker2015-09-211-6/+14
* - #58207 - Provide user access to the original image dimensions (XSLF)Andreas Beeker2015-09-201-2/+6
* #58190 - The current picture handling uses raw integers for types and index, ...Andreas Beeker2015-08-021-3/+4
* committing intermediate results - hslf is mostly migrated to common interface...Andreas Beeker2015-04-271-16/+14
* Snapshot commit - still lots of errors, xslf rendering works, started work on...Andreas Beeker2015-03-191-16/+15
* committing intermediate results - xslf now compiles - hslf needs to be migrat...Andreas Beeker2015-03-071-1/+1
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-2/+3
* Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLFAndreas Beeker2013-12-261-1/+58
* moved all test data to a top-level directory, refactored all junit usages of ...Yegor Kozlov2009-08-231-11/+4
* Changed CRLF to LF in scratchpad. Minor fixes for compiler warnings and forma...Josh Micich2009-05-211-92/+92
* removed unused imports of deprecated classes, fixed javadoc errorsYegor Kozlov2009-04-111-5/+5
* JDK 1.4 compatibility. Some exception clean-upJosh Micich2008-08-071-33/+17
* Support for getting OLE object data from slide showYegor Kozlov2008-04-161-0/+46
* Support for getting OLE object data from slide show. See Bug 43247 for details.Yegor Kozlov2007-09-081-0/+62