| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove unnecessary array conversion in HWPF FSPATable | Marius Volkhart | 2021-03-01 | 1 | -2/+2 |
* | Remove deprecated HWPF FSPA methods | Marius Volkhart | 2021-03-01 | 3 | -37/+1 |
* | Improve performance of HSLFPictureData#write | Marius Volkhart | 2021-03-01 | 1 | -13/+3 |
* | Deprecate functions that duplicate functionality | Marius Volkhart | 2021-03-01 | 4 | -5/+18 |
* | Review EscherContainerRecord#getChildRecords() call sites for unnecessary work | Marius Volkhart | 2021-03-01 | 17 | -34/+29 |
* | Add the ability to edit HSLFPictureData contents | Marius Volkhart | 2021-02-28 | 18 | -129/+1031 |
* | Make picture loading in HWPF PicturesTable easier to understand | Marius Volkhart | 2021-02-28 | 2 | -10/+7 |
* | Add documentation to PICFAndOfficeArtData | Marius Volkhart | 2021-02-28 | 2 | -15/+30 |
* | Simplify OfficeArtContent#getBStoreContainer method | Marius Volkhart | 2021-02-28 | 2 | -17/+8 |
* | Rename EscherRecordHolder to OfficeArtContent | Marius Volkhart | 2021-02-28 | 6 | -28/+29 |
* | Rework EscherRecordHolder parsing | Marius Volkhart | 2021-02-28 | 1 | -106/+86 |
* | Add documentation to EscherRecordTypes#DG_CONTAINER | Marius Volkhart | 2021-02-28 | 1 | -0/+6 |
* | Simplify initialization of HWPF EscherRecordHolder | Marius Volkhart | 2021-02-28 | 2 | -11/+12 |
* | Add documentation for HWPF FileInformationBlock DggInfo methods | Marius Volkhart | 2021-02-28 | 1 | -0/+10 |
* | Revert "Replace magic constant with reference" changes | Marius Volkhart | 2021-02-27 | 4 | -46/+46 |
* | Replace magic constant use of Escher Blip End type ID with reference | Marius Volkhart | 2021-02-27 | 2 | -2/+3 |
* | Replace magic constant use of Escher Blip Start type ID with reference | Marius Volkhart | 2021-02-27 | 4 | -6/+7 |
* | Replace magic constant use of EscherBSERecord type ID with reference | Marius Volkhart | 2021-02-27 | 4 | -43/+42 |
* | add missing license | PJ Fanning | 2021-02-27 | 1 | -0/+17 |
* | Fix bug with record indexes for HSSF Workbooks | Marius Volkhart | 2021-02-27 | 3 | -2/+29 |
* | Enable running more integration tests from Gradle. | Marius Volkhart | 2021-02-26 | 1 | -2/+14 |
* | missing ooxml-schemas-lite classes | PJ Fanning | 2021-02-24 | 3 | -5/+38 |
* | Use upcoming XmlBeans 5.0.0 (working version 4.0.1) | Andreas Beeker | 2021-02-22 | 10 | -22/+81 |
* | [bug-63046] Use Log4j 2 for logging | Marius Volkhart | 2021-02-21 | 281 | -3084/+2091 |
* | Use UTF-8 when writing SVG files | Andreas Beeker | 2021-02-21 | 1 | -1/+8 |
* | try re-eanbling xml entity config | PJ Fanning | 2021-02-21 | 1 | -1/+1 |
* | FinanceLib: Simplify code and add a few more tests | Dominik Stadler | 2021-02-18 | 2 | -31/+33 |
* | Manipulate individual data point properties | Alain Béarez | 2021-02-17 | 18 | -4/+319 |
* | Code cleanup AbstractEscherHolderRecord | Marius Volkhart | 2021-02-17 | 1 | -21/+21 |
* | Documentation for some EscherRecordTypes | Marius Volkhart | 2021-02-17 | 1 | -0/+17 |
* | Add documentation for DrawingGroupRecord | Marius Volkhart | 2021-02-17 | 1 | -1/+9 |
* | [bug-63902] reference cloned sheet in cloned chart data series | Alain Béarez | 2021-02-16 | 11 | -178/+377 |
* | allow subclassing of code to gen comments table | PJ Fanning | 2021-02-15 | 1 | -1/+6 |
* | add method to test for strict ooxml format | PJ Fanning | 2021-02-15 | 2 | -0/+24 |
* | Do not fail test which compares two documents if the timestamp in the ZIP hea... | Dominik Stadler | 2021-02-15 | 1 | -2/+20 |
* | Do not require NullPointerException to have a null-message on JDK < 16 | Dominik Stadler | 2021-02-15 | 1 | -7/+1 |
* | add test for reading core properties from ooxml strict file | PJ Fanning | 2021-02-15 | 2 | -1/+13 |
* | add missing CTPhoneticRun | PJ Fanning | 2021-02-14 | 1 | -0/+3 |
* | fix typo | PJ Fanning | 2021-02-14 | 1 | -1/+1 |
* | small refactor | PJ Fanning | 2021-02-13 | 1 | -6/+2 |
* | allo XSSFReader to be sublclassed with implementation that allows OOXMl Stric... | PJ Fanning | 2021-02-13 | 2 | -3/+39 |
* | batik 1.14 | PJ Fanning | 2021-02-13 | 1 | -0/+0 |
* | Import slide notes when importing slide content | Alain Béarez | 2021-02-08 | 3 | -2/+31 |
* | [bug-65120] PartAlreadyExistsException when creating cell comments (after som... | PJ Fanning | 2021-02-02 | 2 | -3/+28 |
* | Fix inconsistent logging statement | Marius Volkhart | 2021-02-01 | 1 | -1/+1 |
* | Clone only content of imported chart | Alain Béarez | 2021-02-01 | 2 | -2/+16 |
* | Sonar fixes | Andreas Beeker | 2021-01-30 | 15 | -235/+157 |
* | Bug 65099: Fix incorrect handling of styles in XWPFStyle.getUsedStyleList | Dominik Stadler | 2021-01-30 | 3 | -5/+36 |
* | Adjust integration-test slightly for running mass-regression-tests | Dominik Stadler | 2021-01-30 | 1 | -2/+4 |
* | Apply IDE suggestions, add toString(), adjust JavaDoc and simplify code slightly | Dominik Stadler | 2021-01-30 | 8 | -59/+71 |