aboutsummaryrefslogtreecommitdiffstats
path: root/src/scratchpad
Commit message (Expand)AuthorAgeFilesLines
* findbugs fixes and refactor some ClassIDsAndreas Beeker2020-01-071-7/+10
* Fix Visio compressionAndreas Beeker2020-01-013-476/+402
* #64036 - remove reflective calls in Workbook- and SlideShowFactoryAndreas Beeker2019-12-281-0/+6
* Migrate all junit tests to Junit 4Andreas Beeker2019-12-2766-1477/+1575
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-263-219/+249
* fix spelling of UsagePJ Fanning2019-12-263-3/+3
* fix spelling of OutlookTextExtractor class namePJ Fanning2019-12-262-159/+232
* #64004 - Replace clone() with copy constructor - mainly HWPF classesAndreas Beeker2019-12-2454-1194/+1632
* convert some tabs to spacesPJ Fanning2019-12-235-602/+602
* Replace custom hashCode code with Objects.hash() / Arrays.deepHashCode()Andreas Beeker2019-12-2338-473/+199
* #64004 - Replace clone() with copy constructor - mainly HSSF classesAndreas Beeker2019-12-2219-292/+381
* Let IntelliJ simplify some assertionsDominik Stadler2019-12-1517-107/+112
* Replace manual close with try-with-resourcesDominik Stadler2019-12-1512-99/+60
* #64004 - Replace clone() with copy constructorAndreas Beeker2019-12-142-11/+37
* Adjust some JavaDoc and fix some IDE warningsDominik Stadler2019-12-144-9/+13
* Sonar fixes - type: bugs / severity: majorAndreas Beeker2019-12-081-1/+1
* Sonar FixesAndreas Beeker2019-12-053-21/+7
* Sonar Fixes + Refactor scattered XML initializations to XMLHelperAndreas Beeker2019-12-0310-109/+54
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2019-12-018-818/+846
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-307-216/+191
* Replace StringBuffer with StringBuilderAndreas Beeker2019-11-2920-199/+102
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-2928-193/+879
* replace more StringBuffersPJ Fanning2019-11-212-4/+2
* convert tabs to spacesPJ Fanning2019-11-181-272/+270
* use zero size arg to toArray(), use Collection.addAll() (#63805, second patch)Axel Howind2019-11-1727-40/+33
* Replace AbstractWordUtils.equals with Objects.equalsAxel Howind2019-11-122-13/+6
* #63918 - Fix texture fill - scale stretched images correctlyAndreas Beeker2019-11-111-35/+34
* add licenseAndreas Beeker2019-11-081-0/+17
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2019-11-0818-248/+439
* #60656 - EMF image support in slideshowsAndreas Beeker2019-11-0115-208/+252
* #63745 - Make GenericRecordJsonWriter Json-conformantAndreas Beeker2019-10-253-9/+51
* Bug 63805: BigDecimal: use enum args instead of integers (deprecated in Java 9)Dominik Stadler2019-10-251-1/+2
* Fix one-off error at referencing adjust values for HSLF preset shapesAndreas Beeker2019-10-141-1/+1
* Fix sonar issuesAndreas Beeker2019-10-134-13/+17
* SL Common - Fix gradient fillsAndreas Beeker2019-10-132-35/+95
* #63818 - Allow multiple charsets for same font typefaceAndreas Beeker2019-10-122-24/+54
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-10-1226-282/+354
* revert hemf changes due to broken testPJ Fanning2019-09-143-21/+21
* rename tests so they run in Ant buildPJ Fanning2019-09-142-2/+2
* try to fix build failurePJ Fanning2019-09-143-15/+16
* try to avoid casting to intPJ Fanning2019-09-141-18/+17
* Unify PNG extractionAndreas Beeker2019-09-112-23/+4
* #63745 - Add traversing and debugging interfaceAndreas Beeker2019-09-11125-1393/+4270
* fix build issuePJ Fanning2019-08-311-2/+2
* Adjust reproducer test-case for bug 59322 to not print to stdout and close re...Dominik Stadler2019-08-311-27/+8
* Fix bug 59322: NullPointerException when converting a certain Word document t...Dominik Stadler2019-08-312-43/+110
* Fix bug #61490, for some tables in documents, we should not remove the last cellDominik Stadler2019-08-292-13/+35
* Do not use a WeakReference for the parent-link in HWPF-RangesDominik Stadler2019-08-292-10/+12
* Adjust JavaDoc and code formattingDominik Stadler2019-08-293-104/+82
* [bug-63664] do not use DocumentBuilderFactory directlyPJ Fanning2019-08-221-2/+1