aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug 55075: remove wildcard import; previous commit contributed by Frank PloesselJaven O'Neal2016-10-091-3/+1
* bug 55075,51233: create drawings with correct height when rows are custom heightJaven O'Neal2016-10-094-2/+337
* bug 60153: encrypt SXSSF temporary files; patch from PJ FanningJaven O'Neal2016-10-096-132/+343
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-092-6/+62
* bug 60219: add disabled unit test for parsing formulas containing external wo...Javen O'Neal2016-10-081-1/+37
* Bug 60226 - ClassLoader workaround for OSGI when processing OOXML filesAndreas Beeker2016-10-083-34/+103
* bug 60216: javadocx fix for Comment#isVisible and Comment#setVisible; patch f...Javen O'Neal2016-10-071-2/+6
* Bug 59958: Add simple test-caseDominik Stadler2016-10-052-1/+56
* Use IOUtils.closeQuietly() in more placesDominik Stadler2016-10-051-26/+18
* Print out size of extracted text in CommandLineExtractorDominik Stadler2016-10-051-22/+25
* Add PropertyTemplate for drawing Borders (58787)Mark Murphy2016-10-051-0/+136
* Bug 59857 - Password protected files with "Microsoft Enhanced Cryptographic P...Andreas Beeker2016-09-286-95/+121
|\
| * merge trunk to branchAndreas Beeker2016-09-2821-154/+618
| * merge trunk to branchAndreas Beeker2016-09-1944-302/+860
| * merge trunk to branchAndreas Beeker2016-08-192-1072/+1080
| * merge down trunkAndreas Beeker2016-08-0823-397/+582
| * Preparations for hssf_cryptoapi:Andreas Beeker2016-08-036-95/+121
* | bug 59687: correctly delete comments from rows when removing a row and the wo...Javen O'Neal2016-09-222-6/+7
* | bug 59687: add failing unit test showing that comments when the row that cont...Javen O'Neal2016-09-221-0/+18