summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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-041-1/+18
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-042-2/+86
* 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-017-82/+306
* 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-304-33/+138
* 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
* 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
* Allow more time for a unit-test when running on slow Gump VMDominik Stadler2016-10-241-2/+10
* Bug 60289: Fix handling of unicode escapes with lowercase hex-charsDominik Stadler2016-10-212-9/+22
* bug 60288: remove defensive copy for internal relationships. Patch from Tim H...Javen O'Neal2016-10-212-7/+4
* Add some missing close() callsDominik Stadler2016-10-201-6/+9
* 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
* Eclipse automated refactor/cleanup: add final modifier to private fields to u...Javen O'Neal2016-10-202-3/+3
* 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
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-193-36/+21
* Eclipse automated refactor/cleanup: convert for loops to for-each loopsJaven O'Neal2016-10-193-8/+5
* Eclipse automated refactor/cleanup: add missing @Override and @Deprecated ann...Javen O'Neal2016-10-1912-2/+24
* close pkgJaven O'Neal2016-10-191-0/+2
* add @Override decorators to SheetIterator, move code outside of for-loopJaven O'Neal2016-10-191-5/+11
* bug 60255: use actual number of package parts rather than hard-coding an uppe...Javen O'Neal2016-10-191-1/+2
* disabled unit tests are now passing for bug 48703Javen O'Neal2016-10-191-2/+0
* make code more similar between default case and indexed caseJaven O'Neal2016-10-191-4/+6
* Bug 60259: Add missing dispose() callDominik Stadler2016-10-151-0/+1
* Close temp-file in test to not leak file-handles and fail deleting the file o...Dominik Stadler2016-10-151-8/+11
* #60255 When creating a XSSF drawing, find the next available document part, e...Nick Burch2016-10-144-1/+130
* bug 56781,60246: fix named range validation to match valid name rules per Exc...Javen O'Neal2016-10-141-11/+47
* bug 60253: add helper functions to make the constructor formula1-overloading ...Javen O'Neal2016-10-141-9/+18
* bug 60253: remove repeated check for ValidationType.ANYJaven O'Neal2016-10-141-1/+0
* bug 60253: revert XSSFDataValidationConstraint#prettyPrint QUOTE change in r1...Javen O'Neal2016-10-141-4/+4
* make cached fields transientJaven O'Neal2016-10-141-6/+6
* 53009: Problem creating header and footer Mark Murphy2016-10-132-74/+153
* Bug 60230 - Roundtrip test that encrypts XSSFWorkbook and then decrypts it fa...Andreas Beeker2016-10-091-3/+6
* whitespaceJaven O'Neal2016-10-091-57/+57
* bug 60230: add disabled unit test from PJ Fanning for a roundtrip write/read ...Javen O'Neal2016-10-091-0/+59
* bug 60153: java.nio.charset.StandardCharsets is not available until Java 7. U...Javen O'Neal2016-10-091-2/+6
* bug 60153: patch from PJ Fanning to demonstrate that SXSSFWorkbook SheetDataW...Javen O'Neal2016-10-094-10/+159
* fix findbugs warning BC_VACUOUS_INSTANCEOF from bug 55075Javen O'Neal2016-10-091-4/+4
* bug 60228: getCellTypeEnum should not be deprecated until after getCellType r...Javen O'Neal2016-10-092-7/+2
* bug 60153: findbugs OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGE close opened st...Javen O'Neal2016-10-091-3/+17