aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad/testcases
Commit message (Expand)AuthorAgeFilesLines
* #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
* Add additional check as mentioned in bug 50060Dominik Stadler2017-09-161-1/+3
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-142-4/+4
* #61363 - Unify escher shape id allocation Andreas Beeker2017-07-301-3/+3
* 61338 -- avoid infinite loop triggered by fuzzed wmf fileTim Allison2017-07-251-3/+15
* Bug 61331 - Font group handling / common font interfaceAndreas Beeker2017-07-236-52/+67
* Fix some IntelliJ warningsDominik Stadler2017-07-211-19/+28
* javadoc: replace invalid self enclosing elementsPJ Fanning2017-07-172-3/+3
* bug 61294 -- cleaned up based on PJ Fanning's code review. Went with a copy/...Tim Allison2017-07-141-2/+0
* bug 61294 -- prevent infinite loop in IOUtils' skipFully.Tim Allison2017-07-131-2/+35
* [Bug-61268] avoid NegativeArraySizeException parsing doc filePJ Fanning2017-07-091-1/+9
* @Ignore("requires an internet connection to a 3rd party site"Javen O'Neal2017-06-201-1/+14
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-69/+0
* Bug 60374: Add test for ArrayIndexOutOfBounds on old Word Documents due to No...Dominik Stadler2017-06-091-2/+18
* Replace HWPFOutputStream with ByteArrayOutputStream - it doesn't add any new ...Andreas Beeker2017-06-065-71/+62
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-061-0/+69
* fix eclipse resource leak warningsAndreas Beeker2017-05-3115-251/+248