summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* #60520 - Provide *SSF functionality via Common SSAndreas Beeker2016-12-318-44/+76
* fix forbidden-apis-check errorAndreas Beeker2016-12-312-7/+13
* Fix missing license-headersDominik Stadler2016-12-313-0/+60
* Cover some dev-tools with a few simple tests, close resources correctlyDominik Stadler2016-12-314-11/+114
* Bug 60219: FormulaParser can't parse external references when sheet name is q...Dominik Stadler2016-12-311-2/+0
* Ensure streams are closed always, reformat code somewhatDominik Stadler2016-12-301-2/+5
* Fix some compilation warningsDominik Stadler2016-12-302-53/+54
* Fix an api-violations introduced in a test-caseDominik Stadler2016-12-301-1/+1
* Add test provided via bug 60536 for bug 60526, remove some warningsDominik Stadler2016-12-302-4/+44
* Bug 60512: Add missing XSSFRelation.CUSTOM_PROPERTYDominik Stadler2016-12-302-2/+40
* bug 60526: Make loggers final and make throttled log actually workDominik Stadler2016-12-3010-10/+11
* Add some throttling to the log for failed SAXHelper features to not spam the ...Dominik Stadler2016-12-261-1/+6
* Sonar issues: Mark two places where we catch Error/Throwable as "On purpose"Dominik Stadler2016-12-192-6/+3
* Comments, Javadoc and make close() only log instead of throw an exception to ...Dominik Stadler2016-12-192-20/+10
* SonarQube fixes - close resourcesAndreas Beeker2016-12-181-3/+6
* #60331 - Remove deprecated classes (POI 3.16)Andreas Beeker2016-12-185-305/+5
* bug 60489 -- add a file that triggered a ClassNotFoundException on TIKA-2208/...Tim Allison2016-12-161-0/+13
* SonarCube fixesMark Murphy2016-12-161-15/+20
* Findbugs fixMark Murphy2016-12-162-7/+6
* 60465: Cannot specify interline spacing for a Paragraph in XWPF Mark Murphy2016-12-162-2/+77
* eclipse warnings - close resourcesAndreas Beeker2016-12-132-57/+39
* SonarCube fix - make members privateAndreas Beeker2016-12-131-4/+4
* Adjust toString() of ExternalNameRecordDominik Stadler2016-12-121-3/+4
* 58237: Unable to add image to a word document header using XWPF Mark Murphy2016-12-122-11/+63
* Revert "Print out amount of available memory during startup of OOXMLLite"Dominik Stadler2016-12-111-7/+0
* Adjust some missing/incorrec throws and related javadocDominik Stadler2016-12-112-15/+14
* Print out amount of available memory during startup of OOXMLLiteDominik Stadler2016-12-111-0/+7
* SonarCube fix - make members privateAndreas Beeker2016-12-042-5/+5
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-0355-572/+32
* SonarCube fix - make members privateAndreas Beeker2016-12-012-2/+2
* Move test to correct package and add some more checksDominik Stadler2016-12-012-36/+66
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-012-6/+41
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-292-4/+22
* forbidden apis fixAndreas Beeker2016-11-291-1/+2
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-294-123/+226
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-281-27/+8
* Fix newly introduced Sonar issues and allow text to be nullDominik Stadler2016-11-271-12/+13
* Bug 60370: Encode some special characters when setting title/text for validat...Dominik Stadler2016-11-251-4/+31
* Bug 59200: Check for actual Excel limits on data validation title/textDominik Stadler2016-11-251-3/+15
* bug 60416: prefer CellReference ref over String refJaven O'Neal2016-11-242-2/+2
* bug 60416: Reduce Hyperlink memory consumption in SXSSF; patch from Dmitry Ka...Javen O'Neal2016-11-241-1/+1
* bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(...Tim Allison2016-11-222-16/+17
* Bug 60373 - TableCell.getTextHeight() returns Null pointer ExceptionAndreas Beeker2016-11-183-6/+43
* #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF...Andreas Beeker2016-11-123-36/+31
* SonarCube fixesAndreas Beeker2016-11-121-2/+5
* - SonarCube fixesAndreas Beeker2016-11-1114-175/+299
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-102-5/+26
* Adjust imports, fix some Javadoc issues and ignore deprecation warnings in testsDominik Stadler2016-11-074-12/+8
* Add setFormattingRanges() to interface ConditionalFormatting, closes #42Dominik Stadler2016-11-071-53/+79
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-1/+1