summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SonarCube fixesAndreas Beeker2016-11-122-28/+21
* SonarCube fixesAndreas Beeker2016-11-126-25/+28
* - SonarCube fixesAndreas Beeker2016-11-1137-603/+406
* Bug 60345 - Handle corrupt PICT streamsAndreas Beeker2016-11-103-24/+151
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-103-5/+27
* bug 60321: add examples with encrypted temp data. Patch from PJ Fanning.Javen O'Neal2016-11-088-0/+703
* Pull up one more test into BaseTestConditionalFormattingDominik Stadler2016-11-072-102/+97
* 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-074-62/+178
* Example AligningCells: Use int instead of short for column-index, closes Gith...Dominik Stadler2016-11-072-30/+33
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-1/+1
* Move XWPF examples to new package to clean up code coverageMark Murphy2016-11-077-7/+45
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead...Mark Murphy2016-11-054-49/+183
* POI-60342: handle missing sdtcontentcell in an sdtcellTim Allison2016-11-041-46/+50
* POI-60341: handle missing sdtpr in an sdtbodyTim Allison2016-11-042-25/+39
* As requested on StackOverflow, expose on CellStyle QuotePrefix/123PrefixNick Burch2016-11-043-1/+52
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-042-2/+86
* bug 60331: remove deprecated FormulaShifter.createForRowShift(). Require Spre...Javen O'Neal2016-11-022-17/+1
* bug 60331: remove deprecated EntryUtils.copyNodes( DirectoryEntry, DirectoryE...Javen O'Neal2016-11-022-21/+4
* show example of equivalent EntryUtils.copyNodes using FilteringDirectoryNode ...Javen O'Neal2016-11-021-9/+3
* Handle null returns of coerceValueToBooleanAndreas Beeker2016-11-011-1/+1
* findbugs fixAndreas Beeker2016-11-012-67/+41
* findbugs fixAndreas Beeker2016-11-011-1/+0
* JCE policy assumption fixAndreas Beeker2016-11-012-0/+9
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-0112-84/+345
* remove printlnTim Allison2016-10-311-1/+0
* 60293 -- Handle illegal "Odd" header/footer in XWPFTim Allison2016-10-312-4/+23
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-306-39/+237
* Bug 53611: populate dimension of XSSF Worksheet when writing the documentDominik Stadler2016-10-292-7/+48
* Bug 59026: Add two null-checks to make exporting XLSX to XML workDominik Stadler2016-10-282-33/+45
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-282-1/+5
* 60305 -- gracefully handle truncated images while reading pictstreamTim Allison2016-10-281-0/+8
* whitespace clean up before fix for BUG-60305Tim Allison2016-10-281-311/+318
* whitespace clean up before fix for BUG-60305Tim Allison2016-10-281-401/+412
* fix javadocsAndreas Beeker2016-10-262-2/+2
* Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of Dra...Andreas Beeker2016-10-2611-91/+151
* Fix close warningsNick Burch2016-10-251-11/+18
* WhitespaceNick Burch2016-10-251-72/+72
* v5 text extractionNick Burch2016-10-252-5/+5
* Inconsistent whitespaceNick Burch2016-10-255-142/+142
* Refactor child pointer logic to the factoryNick Burch2016-10-256-64/+104
* Work in progress - v5 pointer containersNick Burch2016-10-252-8/+53
* Partial Visio v5 pointer supportNick Burch2016-10-254-8/+91
* Adds an example for building headers and footers in XWPFMark Murphy2016-10-241-0/+59
* Allow more time for a unit-test when running on slow Gump VMDominik Stadler2016-10-241-2/+10
* Bug 60294 - Add "unknown" ShapeType for 4095Andreas Beeker2016-10-222-0/+17
* Bug 60289: Fix handling of unicode escapes with lowercase hex-charsDominik Stadler2016-10-212-9/+22
* Correctly handle all types of old files, not just wordDominik Stadler2016-10-211-2/+1
* Fix some IDE warnings, JavaDoc, ...Dominik Stadler2016-10-217-217/+175
* bug 60288: remove defensive copy for internal relationships. Patch from Tim H...Javen O'Neal2016-10-212-7/+4