summaryrefslogtreecommitdiffstats
path: root/poi-scratchpad/src/main
Commit message (Expand)AuthorAgeFilesLines
* Add/update some JavaDocDominik Stadler2022-02-2412-41/+42
* refactor some stream codePJ Fanning2022-02-194-35/+38
* refactor some stream codePJ Fanning2022-02-192-33/+36
* refactor some stream codePJ Fanning2022-02-198-132/+142
* [bug-65899] fix issue where malformed tnef file can cause memory problemsPJ Fanning2022-02-191-3/+9
* try to fix build for Java 9+PJ Fanning2022-01-221-0/+0
* Introduce an OldVisioFormatException similar to other file-typesDominik Stadler2022-01-223-8/+33
* remove use of deprecated commons-math methodsPJ Fanning2022-01-171-2/+1
* remove and prevent links to stackoverflowAndreas Beeker2022-01-102-33/+0
* Bug 65796: License violation in PICT.javaAxel Howind2022-01-101-19/+2
* Increase new limits for files processed in the mass-regression-testsDominik Stadler2022-01-061-1/+1
* Limit allocated elements in the PlfLfo structure for word documentsDominik Stadler2022-01-061-2/+6
* use isEmpty()PJ Fanning2021-12-302-6/+6
* use isEmpty()PJ Fanning2021-12-303-3/+3
* update some code based on sonar issuesPJ Fanning2021-12-291-3/+15
* [github-290] Customize Spliterator implementations for better parallelism. Th...PJ Fanning2021-12-235-0/+44
* code tidy upPJ Fanning2021-12-186-7/+50
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-135-5/+30
* [bug-65741] rework previous changePJ Fanning2021-12-131-1/+1
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-054-13/+44
* Fix issues found when fuzzing Apache POI via JazzerDominik Stadler2021-12-055-5/+24
* Apply IDE suggestions, adjust tests, ...Dominik Stadler2021-12-052-1/+2
* spelling of embeddedPJ Fanning2021-12-013-4/+4
* [bug-65715] fix bug in getDrawingPatriarchPJ Fanning2021-12-011-0/+0
* Fix date format differences Java 8 vs 9+Andreas Beeker2021-11-271-1/+5
* #65694 - HSLF - handle date/time fields and formatsAndreas Beeker2021-11-229-44/+627
* some incorrect uses of PJ Fanning2021-11-182-2/+2
* javadocPJ Fanning2021-11-161-1/+1
* javadoc typoPJ Fanning2021-11-098-9/+9
* #65653 - HSLF FillType for texture and background color fills ignoredAndreas Beeker2021-10-241-0/+3
* configurable max record lenPJ Fanning2021-10-246-11/+83
* [bug-65650] use image/x-pict mime typePJ Fanning2021-10-231-1/+1
* remove deprecated codePJ Fanning2021-10-221-11/+0
* more support for configurable max record lenPJ Fanning2021-10-2221-128/+82
* more support for configurable max record lenPJ Fanning2021-10-2220-118/+90
* make max record sizes configurablePJ Fanning2021-10-214-11/+39
* make max record sizes configurablePJ Fanning2021-10-2118-410/+619
* make max record sizes configurablePJ Fanning2021-10-213-20/+43
* [bug-65639] add doc about lack of thread safteyPJ Fanning2021-10-211-0/+10
* [bug-65639] increase max size of HSLF font data and try to cache the FontHead...PJ Fanning2021-10-211-5/+14
* sonar fixesAndreas Beeker2021-10-179-102/+64
* #64036 - Replace reflection calls in factories for Java 9+Andreas Beeker2021-10-165-36/+51
* #64716 - wmf display errorAndreas Beeker2021-10-131-4/+11
* #64716 - wmf display errorAndreas Beeker2021-10-128-41/+191
* [bug-62215] add test case for sxssf formulas - issue was already fixedPJ Fanning2021-10-111-0/+0
* make array into immutable collection (spotbugs issue)PJ Fanning2021-10-031-9/+10
* lgtm javadoc issuesPJ Fanning2021-10-032-6/+2
* sonar issuesPJ Fanning2021-10-031-1/+1
* Replace explicit close with try-with-resourcesMarius Volkhart2021-10-011-6/+6
* rework BitmapImageRendererAndreas Beeker2021-09-191-1/+7