summaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
...
* | add stax entries to forbidden apis due to android issuesPJ Fanning2018-10-061-2/+2
* | change method to get XMLEventFactory due to issues seen on Android SDKPJ Fanning2018-10-031-1/+2
* | lgtm issuesPJ Fanning2018-09-293-17/+6
* | [bug-62738] make int cast a long cast in randbetweenPJ Fanning2018-09-191-1/+1
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-241-8/+31
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-236-65/+43
| * #60656 - Support export file that contains emf and render it correctlyAndreas Beeker2018-09-141-0/+73
| * Buffered LittleEndianInputStreamAndreas Beeker2018-09-144-45/+102
|/
* sonar fixes - blockerAndreas Beeker2018-08-313-5/+16
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-3158-4544/+1799
* #62649 - Remove OPOIFSAndreas Beeker2018-08-2644-3222/+697
* Ensure that file handles are closed for encrypted filesDominik Stadler2018-08-262-1/+9
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-262-6/+3
* [bug-62639] make private constructor on DateFormatter publicPJ Fanning2018-08-201-1/+1
* #61589 - Importing content does not copy hyperlink addressAndreas Beeker2018-08-122-19/+76
* bug 62608 -- avoid ioobe in VBAMacroReaderTim Allison2018-08-081-3/+5
* [bug-62275] in vlooup function, treat optional 4th param as true if the value...PJ Fanning2018-07-271-1/+6
* #62564 - replace Thread.currentThread().getContextClassLoader() with getClass...Andreas Beeker2018-07-245-5/+5
* Adjust comments and IDE warnings, duplicate code reductionDominik Stadler2018-07-052-17/+15
* Add a test with a threaded TempFileCreationStrategy, remove duplicated constant.Dominik Stadler2018-07-051-3/+2
* #62451 - Document last printed in the year 27321Andreas Beeker2018-06-171-45/+41
* use try with resourcesPJ Fanning2018-06-071-15/+15
* sonar fixesAndreas Beeker2018-06-022-3/+8
* sonar fixes andAndreas Beeker2018-06-021-35/+37
* sonar fixesAndreas Beeker2018-06-024-70/+78
* #62355 - unsplit packages - 4 - open HPSFAndreas Beeker2018-05-2715-81/+63
* #62355 - unsplit packages - 3 - only importsAndreas Beeker2018-05-275-6/+6
* #62355 - unsplit packages - 2 - modified classes (not only imports)Andreas Beeker2018-05-274-5/+59
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-278-162/+2287
* sonar fixesAndreas Beeker2018-05-222-2/+3
* sonar fixes - null dereferenceAndreas Beeker2018-05-217-65/+65
* #62051 - Two shapes have the same shapeId within the same slide.Andreas Beeker2018-05-201-0/+14
* 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-161-0/+7
* #62381 - Fix rendering of AutoShapesAndreas Beeker2018-05-162-67/+93
* List a few more missing functions as inline-comments, based on definitions fr...Nick Burch2018-05-141-2/+12
* A few more places I should never have introduced Cell as a parameter, sine Ce...Greg Woolsey2018-05-082-21/+72
* add convenience method for files to FileMagicAndreas Beeker2018-05-021-0/+19
* add additional exception info to failing IOUtils.toByteArrayAndreas Beeker2018-05-021-1/+1
* add license headerAndreas Beeker2018-05-021-0/+17
* [githib-107] add areas function support. Thanks to Inji Hanbin. This closes #107PJ Fanning2018-05-012-0/+36
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-278-72/+100
* Fix setting active cell in .xls by populating field_6_refs whenever row/colum...Dominik Stadler2018-04-251-10/+17
* Bug 62187 - commit Commons Compress unrelated changesAndreas Beeker2018-04-251-1/+5
* #62319 - handle slide layouts in extractorAndreas Beeker2018-04-202-24/+43
* #61459 - HSLFShape.getShapeName() returns name of shapeType and not the shape...Andreas Beeker2018-04-203-15/+130
* #62319 - Decommission XSLF-/PowerPointExtractorAndreas Beeker2018-04-207-30/+107
* Nullpointer fix for slideshow extractorAndreas Beeker2018-04-191-1/+1
* 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-188-2/+510