aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
* #60331 - Remove deprecated classes - remove constructors with PackageRelation...Andreas Beeker2016-12-033-21/+22
* Move test to correct package and add some more checksDominik Stadler2016-12-011-36/+0
* 60329: Avoid NPE when styleid is null Mark Murphy2016-12-011-3/+34
* #60427 - Creating pictures in PowerPoint slides requires scratchpad-jar for a...Andreas Beeker2016-11-291-0/+13
* 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
* bug 60343, return null if index is out of bounds in StylesTable's getStyleAt(...Tim Allison2016-11-221-16/+8
* Bug 60373 - TableCell.getTextHeight() returns Null pointer ExceptionAndreas Beeker2016-11-182-3/+35
* #60331 - Remove deprecated classes (POI 3.16) - remove StylesTable.getNumberF...Andreas Beeker2016-11-121-17/+19
* - SonarCube fixesAndreas Beeker2016-11-114-258/+7
* Bug 59273 - Unable to create pptx file by potx file using Apache POIAndreas Beeker2016-11-101-5/+20
* Adjust imports, fix some Javadoc issues and ignore deprecation warnings in testsDominik Stadler2016-11-072-9/+4
* POI-60341, add test document (ugh, mea culpa), turn on test.Tim Allison2016-11-071-1/+1
* 60337: XWPFTableRow.isRepeatHeader throws NullPointerException, setRepeatHead...Mark Murphy2016-11-052-27/+108
* POI-60341: handle missing sdtpr in an sdtbodyTim Allison2016-11-041-0/+10
* More unit testing for XWPF list numbering complex cases, and some TODOs on im...Nick Burch2016-11-041-0/+84
* JCE policy assumption fixAndreas Beeker2016-11-012-0/+9
* Bug 60320 - issue opening password protected xlsxAndreas Beeker2016-11-013-7/+161
* remove printlnTim Allison2016-10-311-1/+0
* 60293 -- Handle illegal "Odd" header/footer in XWPFTim Allison2016-10-311-0/+7
* 57366: XWPFTable to Header / Footer Mark Murphy2016-10-302-17/+39
* Bug 53611: populate dimension of XSSF Worksheet when writing the documentDominik Stadler2016-10-291-7/+28
* Bug 59026: Add two null-checks to make exporting XLSX to XML workDominik Stadler2016-10-281-20/+27
* 60315 -- allow 'yyyy-MM-dd' as a valid date format in metadata in OPCParserTim Allison2016-10-281-0/+3
* Bug 60059 - Deprecate xslf.usermodel.Drawing* - was: Can't change text of Dra...Andreas Beeker2016-10-262-15/+8
* 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-211-7/+15
* Add some missing close() callsDominik Stadler2016-10-201-6/+9
* BUG-60285 avoid NPE if missing relationship idTim Allison2016-10-201-0/+19
* 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-191-0/+30
* 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
* disabled unit tests are now passing for bug 48703Javen O'Neal2016-10-191-2/+0
* 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-142-0/+78
* 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-093-9/+156
* bug 60153: encrypt SXSSF temporary files; patch from PJ FanningJaven O'Neal2016-10-093-105/+280
* bug 60197: Workbook#setSheetOrder should update named range sheet indicesJaven O'Neal2016-10-091-0/+21
* 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-081-0/+37
* Bug 59958: Add simple test-caseDominik Stadler2016-10-051-0/+55