aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sonar fixes - null dereferenceAndreas Beeker2018-05-2112-121/+143
* #62393 - Inconsistent slide import behavior depending on Mac OS X VersionAndreas Beeker2018-05-216-13/+40
* #62041 - TestFonts fails on MacAndreas Beeker2018-05-201-1/+1
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-2015-63/+104
* #61633 - Zero width shapes aren't renderedAndreas Beeker2018-05-192-81/+174
* remove test codeAndreas Beeker2018-05-171-9/+0
* #62037 - SlideNames should not be null but have a default as if accessed by VBAAndreas Beeker2018-05-166-11/+34
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-164-70/+102
* List a few more missing functions as inline-comments, based on definitions fr...Nick Burch2018-05-141-2/+12
* Ignore IntelliJ project filesAndreas Beeker2018-05-100-0/+0
* A few more places I should never have introduced Cell as a parameter, sine Ce...Greg Woolsey2018-05-083-28/+78
* Random test value/file length resulted in occasionally failuresAndreas Beeker2018-05-071-1/+1
* add convenience method for files to FileMagicAndreas Beeker2018-05-022-66/+93
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* add license headerAndreas Beeker2018-05-022-0/+34
* Cleanup Biff8EncryptionKey usage and use HPSF constants instead of duplicated...Andreas Beeker2018-05-0118-301/+271
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-014-0/+79
* Allow one more add-opens to silence one more warning seen in Java 9/Java 10 c...Dominik Stadler2018-04-303-9/+22
* Need to switch to ASM 6.0 as well to make the coverage reports to work, unfor...Dominik Stadler2018-04-301-3/+12
* Update to JaCoCo 0.8.1 to support Java 10 for JaCoCo runsDominik Stadler2018-04-301-2/+4
* 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-2722-589/+655
* Streamline assertion-usage in some testsDominik Stadler2018-04-272-44/+42
* Update to forbidden-apis 2.5Dominik Stadler2018-04-261-2/+3
* Fix setting active cell in .xls by populating field_6_refs whenever row/colum...Dominik Stadler2018-04-252-10/+47
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-2530-1187/+1059
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-205-28/+52
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-2010-55/+161
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-2027-1285/+861
* OOXMLLite: improve progress output: count test-classes, not single test-methodsDominik Stadler2018-04-201-2/+9
* Fix unit test broken with previous check-inDominik Stadler2018-04-201-1/+2
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* Add some unit-tests for setActiveCell(), although bug 61905 reports that Exce...Dominik Stadler2018-04-191-19/+30
* add some javadoc to warn that stale cached formula cell values may result in ...Greg Woolsey2018-04-181-0/+11
* Bug 62092 - Text not extracted from grouped text shapes in HSLFAndreas Beeker2018-04-1846-1295/+2201
* Close resources correctly when opening encrypted documents in the TextExtractorDominik Stadler2018-04-041-3/+7
* Bug 62165: Do not close stream when opening succeedsDominik Stadler2018-04-042-30/+31
* Create some directories if not existing in testcoveragereportDominik Stadler2018-04-041-0/+4
* Try to avoid one NPE that popped up in commoncrawl-corpus testsDominik Stadler2018-04-045-3/+18
* fix error messagePJ Fanning2018-04-042-200/+200
* [bug-62254] update offset function to support optional offset valuesPJ Fanning2018-04-033-4/+76
* Add unit tests to include more required classes in poi-ooxml-schemas, add tes...Dominik Stadler2018-04-024-0/+129
* OOXMLLite: IDE warnings and add an additional listener to print out progress ...Dominik Stadler2018-04-022-19/+31
* Close resources in tests and in case of Exceptions and use try-with-resources...Dominik Stadler2018-04-026-109/+93
* Update excludes in OOXMLLiteDominik Stadler2018-04-021-1/+12
* Bug 61267: detect Word v2 files and report that they are not supported in Apa...Dominik Stadler2018-04-026-5/+25
* [bug-62216] add test casePJ Fanning2018-04-021-1/+14
* [bug-62216] Fix issue with SXSSF error cellsPJ Fanning2018-04-011-1/+1
* [bug-62121] Fixed Power function of negative numbers. Thanks to Bob van den B...PJ Fanning2018-04-012-0/+101
* [github-103] take latest changesPJ Fanning2018-04-012-38/+30