aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some IDE warnings, Sonar fixes and some missing closing of resources in u...Dominik Stadler2020-01-272-40/+23
* #64036 - Replace reflection calls in factories for Java 9+ - POIXMLDocument f...Andreas Beeker2020-01-2724-591/+559
* [bug-64098] XWPFRun: Whitespace in text not preserved if starting with tab ch...PJ Fanning2020-01-261-1/+2
* #64088 - SlideShow rendering fixesAndreas Beeker2020-01-1917-281/+377
* Adjust JavaDoc for stream-based reading of large workbooksDominik Stadler2020-01-171-3/+14
* Error bar minus and plus as numerical data sourcesAlain Béarez2020-01-134-63/+135
* Implement error bars on scatter chart data seriesAlain Béarez2020-01-131-0/+35
* Implement error bars for bar and line chartsAlain Béarez2020-01-138-0/+446
* #63955 - HMEFContentsExtractor fails to extract content from winmail.datAndreas Beeker2020-01-081-17/+17
* use lambda instead of sub classAndreas Beeker2020-01-071-11/+4
* remove accidental commitPJ Fanning2020-01-071-1/+1