aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org
Commit message (Expand)AuthorAgeFilesLines
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-16/+10
* Sonar fix - Child class methods named for parent class methods should be over...Andreas Beeker2020-04-141-9/+10
* [bug-64348] partial fix for IndexOutOfBoundsExceptionPJ Fanning2020-04-141-2/+10
* Add table row at correct indexAlain Béarez2020-04-121-3/+6
* Return and set paragraph indentation levelAlain Béarez2020-04-111-0/+26
* [bug-64327] bugfix in SXSSFSheet isColumnTrackedForAutoSizing for untracked. ...PJ Fanning2020-04-091-1/+2
* bouncycastle 1.64PJ Fanning2020-04-081-1/+1
* Sonar fixesAndreas Beeker2020-04-053-12/+12
* fixed typoAndreas Beeker2020-04-051-1/+1
* Bug 60656 - Emf image support in slideshowsAndreas Beeker2020-04-053-5/+30
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-027-13/+18
* Sonar Fixes - The diamond operator ("<>") should be usedAndreas Beeker2020-04-0244-56/+48
* #64301 - Allow try-with-resources with OPCPackage.revert()Andreas Beeker2020-04-012-13/+34
* Sonar Fixes - code smellsAlain Béarez2020-04-0110-108/+201
* Remove chart titleAlain Béarez2020-04-011-1/+12
* Keep last run properties when resetting paragraph textAlain Béarez2020-04-011-3/+11
* Insert a new row in XSLFTableAlain Béarez2020-03-312-10/+35
* Sonar FixesAndreas Beeker2020-03-295-211/+60
* allow add and remove a HyperlinkRun or a FieldRunAlain Béarez2020-03-291-45/+176
* Sonar FixesAndreas Beeker2020-03-291-31/+34
* Bug 63845: Adjust handling of formula-cells to fix regression introduced in 4...Dominik Stadler2020-03-291-17/+14
* Bug 61863: Update JavaDoc to describe relation to workbook-level flagDominik Stadler2020-03-281-2/+7
* Bug 55966: Include content control text in word extraction also if it is part...Dominik Stadler2020-03-281-4/+5
* Access table cell border style as line propertiesAlain Béarez2020-03-272-3/+15
* XWPFNumbering.addAbstractNum will definitely throw an exceptionAlain Béarez2020-03-272-1/+21
* XWPFTableCell does not process bodyElements when handle paragraphAlain Béarez2020-03-271-0/+3
* 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-271-2/+1
* Bug 64244: Take the replacement of RichtText strings into account when comput...Dominik Stadler2020-03-241-9/+35
* #64241 - shade and tint calculation are based now on scRGB (opposed to HSL) c...Andreas Beeker2020-03-221-6/+7
* #64241 - XSLF - Wrong scheme colors used when renderingAndreas Beeker2020-03-212-60/+67
* #63712 - upgrading xmlsec causes junit tests to failAndreas Beeker2020-03-184-53/+74
* Make SlideLayout bullets accessibleAndreas Beeker2020-03-173-2/+21
* Work on bug 64038 and other bugs and add test for 62865Dominik Stadler2020-03-081-16/+16
* Try to use https for poi.apache.org everywhereDominik Stadler2020-03-081-1/+1
* Bug 60282: Update JavaDoc and use a common constant for TWIPS_PER_POINTDominik Stadler2020-03-082-11/+17
* Update JavaDoc for logging and marshallingDominik Stadler2020-03-084-12/+26
* Allow for numerical category in chartsAlain Béarez2020-03-024-39/+54
* Remove chart title when given text is nullAlain Béarez2020-03-021-3/+9
* #64186 - Decrease usage of ThreadLocals in XML Signature APIAndreas Beeker2020-03-0116-574/+722
* Sonar fixesAndreas Beeker2020-02-251-32/+29
* Remove invalid agile certificate encryptionAndreas Beeker2020-02-223-181/+27
* replace some calls to Collection methods with shorter/more effective versionsAxel Howind2020-02-201-2/+2
* use indexOf(char) instead of indexOf(String) where possible; replace one more...Axel Howind2020-02-205-5/+5
* PPTX2PNG - fix SVG gradientsAndreas Beeker2020-02-174-78/+369
* PPTX2PNG - SVG exportAndreas Beeker2020-02-151-23/+91
* bouncycastle 1.64PJ Fanning2020-02-141-2/+2
* XSLF Performance - use XmlCursor instead of XQuery expression - handle Altern...Andreas Beeker2020-02-026-102/+314
* [bug-64108] unsafe pipe character (PJ Fanning2020-01-301-1/+1
* Invert bar chart if negative by Niklas MollenhauerAlain Béarez2020-01-292-0/+42