2153 Commits (2c866cce027174fcd0dbc7340a5b91b9df5f4604)

Author SHA1 Message Date
  Dominik Stadler 2c866cce02 Bug 63657: Optimize onDocumentWrite() to not do the full re-assignment 4 years ago
  Dominik Stadler 8f8362a7f1 Bug 63657: Rework the for bug #62130 to not use up twice as much memory when writing documents. 4 years ago
  Andreas Beeker 916fb0b6b8 Bug 63580 - Fix texture paint handling 4 years ago
  PJ Fanning 99c118127e missing @since annotations 4 years ago
  PJ Fanning 66726113f4 [github-150] XWPFPicture: easy access to width and depth. Thanks to Thibaut Cuvelier. This closes #150 4 years ago
  PJ Fanning e14c9f2b8d [github-153] XWPFParagraph: easier way to create a link. Thanks to Thibaut Cuvelier. This closes #153 4 years ago
  PJ Fanning ec60bea78c [github-157] add setters for ExtendedProperties. Thanks to Thibaut Cuvelier. This closes #157 4 years ago
  PJ Fanning 7ab895d096 [github-156] add setKeepNext to XWPFParagraph. Thanks to Thibaut Cuvelier. 4 years ago
  Andreas Beeker 39a22a2c14 fix rendering of xslf shapes with no/external blip part 5 years ago
  Andreas Beeker 268ab0f49c Bug 60656 - EMF image support in slideshows 5 years ago
  Dominik Stadler 9f07780bac Bug 62906 and 63401: Ensure tables have an initial name which does not conflict with 5 years ago
  Dominik Stadler 31edcd8383 Bug 63509: Allow to format a CellReference without sheet-name for ignoredErrors. 5 years ago
  PJ Fanning cb64b730d3 [bug-57342] Excel compatible Zip64 implementation. Thanks to Krzysztof Rzymkowski. This closes #154 5 years ago
  PJ Fanning cd3479e93a [bug-63498] NPE when calling getShapeName on XSLFTableCell. Thanks to Mate Borcsok. 5 years ago
  PJ Fanning 0a165ba15e [github-151] XWPFRun: allow style retrieval. This closes #151 5 years ago
  PJ Fanning cf23d55b22 [bug-63463] fix issue with shifting rows. Thanks to David Gauntt. 5 years ago
  Alain Béarez 79eb252f29 remove code smells 5 years ago
  Alain Béarez 5e070fd223 code inspired from Axel Richter on StackOverflow 5 years ago
  Alain Béarez ee81606ae6 code cleanup plus fix for bug 63153 5 years ago
  Alain Béarez 27c37d6de2 Added more chart supports. 5 years ago
  Dominik Stadler 3dbf8df012 Include actual found type in exception when encountering unexpected type of file in ExtractorFactory 5 years ago
  PJ Fanning a805c30efb [github-145] issue in PackagingURIHelper.encode. Thanks to @greedbell. This closes #145 5 years ago
  PJ Fanning 1b4ea32574 [bug-62906] ensure table display name is always set 5 years ago
  Dominik Stadler 6a4afb2081 Bug 63371: addMergedRegion does not update CTMergeCells.getCount 5 years ago
  Dominik Stadler ded6e6a425 Bug 63073: Adjust returned index of merged regions and verify all calls in tests 5 years ago
  Andreas Beeker 53d5c2d405 #54803 - Error opening XLSX after saving with a Drawing using POI 5 years ago
  Tim Allison f3dafda8e0 Bug 63330 -- use skipfully instead of hoping skip() works 5 years ago
  PJ Fanning ee1aeba604 try to fix javadoc issues 5 years ago
  PJ Fanning ff11d159cf replace version number 4.0.2 5 years ago
  Greg Woolsey 4a8581dac9 #61700 getForceFormulaRecalculation() returns wrong value 5 years ago
  PJ Fanning 53356ce163 [bug-61700] getForceFormulaRecalculation() returns wrong value. Fix thanks to Kai G 5 years ago
  PJ Fanning bce68bedb5 fix build issue 5 years ago
  PJ Fanning 65994bc392 upgrade xmlsec, slf4j, batik 5 years ago
  PJ Fanning 4a67dcc194 upgrade bouncycastle and curvesapi 5 years ago
  PJ Fanning 854820c420 remove unncessary synchronization 5 years ago
  Dominik Stadler 721ab0e804 Remove more remnants of NPOIFSFileSystem, mostly in comments and variable names 5 years ago
  Greg Woolsey 6f575305c6 #60724 - Partial implementation for SUBTOTAL() 'ignore hidden rows' variations 5 years ago
  PJ Fanning 485769cfef fix some cases where iterator usage does not check hasNext 5 years ago
  Dominik Stadler 6ce3da363b Bug 63221: Add margin-settings for top, bottom, left and right to XSSFPrintSetup 5 years ago
  Dominik Stadler 0bf0822195 Adjust test to not fail with Xerces XML Parser, fix some IDE warnings 5 years ago
  PJ Fanning 1b61d4363e [bug-63240] make SAXHelper.newXMLReader non-synchronized] 5 years ago
  PJ Fanning d106aacb21 [bug-63240] make DocumentHelper.newDocumentBuilder non-synchronized] 5 years ago
  Dominik Stadler 1996575eb4 Fix a regression test failure, toString() should never return null 5 years ago
  Dominik Stadler e98594ef0d Bug 63200: Avoid NullPointerException in XSLFShape.selectPaint() and check some more in integration tests 5 years ago
  yegor 9bba7be882 Bug 63029: revert handling NotOfficeXmlFileException in ZipPackage as this change broke the build 5 years ago
  yegor 7950b92da4 Bug 63029: OPCPackage Potentially clobbers files on close() 5 years ago
  Vladislav Galas 30096c13f0 pulled *Cell.setCellValue(String), setCellValue(RichTextString) to the common base 5 years ago
  Vladislav Galas 006119762d pulled *Cell.setCellValue(Date) and setCellValue(Calendar) to the common base 5 years ago
  Vladislav Galas 0f2845be67 pulled *Cell.setCellValue(double) to the common base 5 years ago
  Vladislav Galas 02d0fbba18 pulled *Cell.getCellTypeEnum() to common base 5 years ago