aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases/org/apache
Commit message (Expand)AuthorAgeFilesLines
* Fix various IDE warnings and some JavaDoc adjustmentsDominik Stadler2018-12-262-12/+12
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-2510-55/+56
* fix junit testsAndreas Beeker2018-12-162-10/+6
* merge trunkAndreas Beeker2018-12-144-3/+3
* merge trunkAndreas Beeker2018-11-204-9/+53
|\
| * Remove/Minimize references to Scratchpad module from other modulesAndreas Beeker2018-11-191-0/+47
| * #62921 - Provide OOXMLLite alternative for Java 12+Andreas Beeker2018-11-183-9/+6
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-271-3/+9
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-211-3/+14
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-191-58/+113
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-10-091-31/+52
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-261-3/+5
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-241-3/+12
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-232-10/+57
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-171-2/+2
* | #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-144-220/+219
|/
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3113-122/+100
* #62649 - Remove OPOIFSAndreas Beeker2018-08-263-128/+61
* bug 62591 -- revert to ignoring place holders even if they contain metroblobs...Tim Allison2018-08-091-2/+19
* Somehow the WordToHtml converter now produces slightly more than 6000 chars b...Dominik Stadler2018-06-281-52/+22
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-272-2/+2
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-012-107/+105
* disable ImageIO cache - probably need to set it in every test class or disabl...Andreas Beeker2018-04-291-0/+6
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-14/+13
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-202-236/+224
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-182-29/+48
* Close resources in tests and in case of Exceptions and use try-with-resources...Dominik Stadler2018-04-021-42/+29
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-021-3/+16
* [github-103] take latest changesPJ Fanning2018-04-011-32/+29
* add missing licensePJ Fanning2018-03-191-24/+39
* [github-103] hsmf: support writing properties. Thanks to Dominik Hölzl. This...PJ Fanning2018-03-192-1/+181
* #62096 - Add support for tabstopsAndreas Beeker2018-02-113-37/+80
* Update some tests and IntelliJ warningsDominik Stadler2018-01-012-15/+19
* #61797 - Embed Excel / Ole objects into powerpointAndreas Beeker2017-12-313-16/+17
* Bug 61911: Avoid IndexOutOfBounds access when reading picturesDominik Stadler2017-12-281-4/+14
* #61881 - handle invalid font namesAndreas Beeker2017-12-091-0/+14
* Ensure that the tempdir exists when we use ImageIO in one of the testsDominik Stadler2017-11-221-0/+6
* Fix some IntelliJ and JavaDoc warnings and avoid code-duplication and duplica...Dominik Stadler2017-11-041-24/+17
* #61671 - XSLFSlide does not contain isHidden and setHidden like HSLFSlide doesAndreas Beeker2017-11-021-2/+2
* Remove "filling" in IntList as this has no effect whatsoever as far as I coul...Dominik Stadler2017-10-111-13/+13
* Bug 61586: Add test which shows that it works as expectedDominik Stadler2017-10-061-7/+89
* Adjust some unit-tests, use try-with-resource, enable test which works now, ...Dominik Stadler2017-09-261-26/+11
* tidy up some test codePJ Fanning2017-09-191-6/+7
* use non-deprecated versions of getCellTypePJ Fanning2017-09-182-6/+6
* Remove unnecessary local variablesDominik Stadler2017-09-161-2/+1
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-1613-21/+21
* Remove unused importsDominik Stadler2017-09-166-9/+0
* Remove unnecessary semicolonsDominik Stadler2017-09-161-1/+1
* Remove unnecessary initialization of membersDominik Stadler2017-09-169-9/+9
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-09-162-2/+2