aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix integration-testsAndreas Beeker2016-10-201-1/+1
* Exclude new BIFF5 file in some unit testsDominik Stadler2016-10-202-12/+7
* Add some missing close() callsDominik Stadler2016-10-203-17/+23
* BUG-60286 avoid NPE XWPFRun. Didn't add unit test or document...didn't seem ...Tim Allison2016-10-201-1/+1
* BUG-60285 avoid NPE if missing relationship idTim Allison2016-10-202-1/+30
* BUG-60284 -- need to update dev tests <face_palm/>Tim Allison2016-10-206-0/+7
* BUG-60284 -- throw EncryptedDocumentException for password protected OldExcel...Tim Allison2016-10-202-2/+24
* whitespaceJaven O'Neal2016-10-201-66/+66
* upgrade to junit4Javen O'Neal2016-10-201-12/+29
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-2083-146/+146
* close resourceJaven O'Neal2016-10-201-0/+2
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-2027-190/+178
* remove *_dump directoryAndreas Beeker2016-10-191-10/+5
* Bug 55714 - Background image ignored on slide copyAndreas Beeker2016-10-192-9/+56
* StringUtil.count was renamed to StringUtil.countMatchesJaven O'Neal2016-10-191-2/+2