aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* #64036 - Replace reflection calls in factories for Java 9+ (HSSF Record Factory)Andreas Beeker2020-04-134-564/+239
* #63745 - Add traversing and debugging interface to HSSFAndreas Beeker2020-04-12258-4063/+4937
* Add table row at correct indexAlain Béarez2020-04-121-3/+6
* Add Java 15 jobAndreas Beeker2020-04-111-5/+7
* Return and set paragraph indentation levelAlain Béarez2020-04-111-0/+26
* #64319 Tighten the scientific format code to avoid making eg TRUE into TRUE+,...Nick Burch2020-04-112-8/+36
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...PJ Fanning2020-04-093-16/+33
* bouncycastle 1.64PJ Fanning2020-04-085-14/+16
* Add disabled unit test for #64319Nick Burch2020-04-072-0/+28
* ArrayUtil - remove unused methodAndreas Beeker2020-04-062-50/+12
* Sonar fixes - String literals should not be duplicatedAndreas Beeker2020-04-0513-161/+160
* Sonar fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0519-287/+246
* Sonar fixesAndreas Beeker2020-04-0512-240/+123
* Ignore OOM test for now, somehow catching Exceptions does not work when run o...Dominik Stadler2020-04-051-0/+5
* fixed typoAndreas Beeker2020-04-051-1/+1
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-059-265/+328
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-0260-384/+406
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0260-675/+683
* Sonar Fixes and remove obsolete classesAndreas Beeker2020-04-015-1023/+542
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-013-16/+34
* Sonar Fixes - code smellsAlain Béarez2020-04-0110-108/+201
* Remove chart titleAlain Béarez2020-04-012-1/+40
* Keep last run properties when resetting paragraph textAlain Béarez2020-04-011-3/+11
* 64261 -- fix handling of drop down list when items are selectedTim Allison2020-03-313-2/+7
* Sonar Fixes - public final class with private constructor for examplesAlain Béarez2020-03-3117-15/+35
* Insert a new row in XSLFTableAlain Béarez2020-03-313-58/+89
* Sonar FixesAndreas Beeker2020-03-2912-280/+124
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-293-45/+314
* Sonar Fixes - try to fix XXE warningsAndreas Beeker2020-03-291-0/+2
* Sonar FixesAndreas Beeker2020-03-2923-1549/+1688
* Support building with Gradle in POIFileScanner testsDominik Stadler2020-03-291-2/+12
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-296-36/+83
* Bug 61864: Verify recalculation-flag on Workbook level some moreDominik Stadler2020-03-291-0/+13
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-283-62/+111
* Bug 55966: Include content control text in word extraction also if it is part...Dominik Stadler2020-03-283-14/+32
* Access table cell border style as line propertiesAlain Béarez2020-03-272-3/+15
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-273-1/+61
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-272-0/+55
* like getTables, returns a collection that cannot be modifiedAlain Béarez2020-03-271-1/+1
* #63624: setText in XWPFTableCell updates the xml and also updates the runs an...Alain Béarez2020-03-272-2/+15
* Bug 64244: Take the replacement of RichtText strings into account when comput...Dominik Stadler2020-03-242-9/+60
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-2210-142/+156
* sonar job - exclude H40Andreas Beeker2020-03-211-1/+4
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-214-65/+70
* Update OpenJDK 8 slavesAndreas Beeker2020-03-181-1/+1
* Reschedule Sonar build - activate OpenJDK 8 build again (see [INFRA-19411])Andreas Beeker2020-03-181-1/+8
* Ignore all ImageIO related exceptions which fail often in maven builds becaus...Andreas Beeker2020-03-181-2/+3
* #63712 - upgrading xmlsec causes junit tests to failAndreas Beeker2020-03-188-60/+85
* Make SlideLayout bullets accessibleAndreas Beeker2020-03-173-2/+21
* Don't create separate instances for NullFileHandler, but rather use a common ...Dominik Stadler2020-03-162-58/+60