summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* test XSLF SlideShowFactory creation methods individually for more granular un...Javen O'Neal2016-01-031-5/+38
* Move test for bug 57236 as it seems to be fixed since some timeDominik Stadler2016-01-022-30/+33
* Add test which reproduces bug 58325, seems the file uses AlternateContent whi...Dominik Stadler2016-01-021-0/+38
* remove test debug stuffAndreas Beeker2016-01-011-15/+0
* preparation for #54916 - commit unrelated changesAndreas Beeker2016-01-015-212/+297
* bug 58618: XWPFParagraph insertNewRun and removeRun work incorrectly forDominik Stadler2016-01-012-1/+19
* add ignored testcase for multiple signaturesAndreas Beeker2016-01-011-12/+29
* remove unnecessary @SuppressWarnings("deprecation") warnings (because of old ...Andreas Beeker2016-01-017-110/+221
* #56570 - RecordType has repeat by code type 3009Andreas Beeker2015-12-314-4/+4
* Fix bug 58760: non-standard namespace-key breaks parsing XLSX filesDominik Stadler2015-12-311-1/+0
* Use parameter in unit testDominik Stadler2015-12-301-1/+1
* Adjust test for extracting some moreDominik Stadler2015-12-301-25/+49
* Bug 58746: Fix missing adjustment of formulas when sheet-ordering is changed.Dominik Stadler2015-12-301-0/+2
* Bug 58616: Try to initialize with empty password if not done beforeDominik Stadler2015-12-301-0/+11
* Disabled unit test for #58760 (problem remains)Nick Burch2015-12-291-0/+17
* remove unused importJaven O'Neal2015-12-291-1/+0
* add commentJaven O'Neal2015-12-291-0/+1
* move commentJaven O'Neal2015-12-291-1/+1
* javadocsJaven O'Neal2015-12-291-2/+1
* add unit test for bug 58779 when the problem gets fixedJaven O'Neal2015-12-291-47/+77
* junit3 -> junit4Javen O'Neal2015-12-291-2/+10
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-0/+1
* revert, not close, XSSFWorkbooks created by WorkbookFactory in order to avoid...Javen O'Neal2015-12-291-5/+36
* make spreadsheet file names static final rather than initializing them with s...Javen O'Neal2015-12-291-13/+5
* bug 58775: set an upper limit on number of data formats, default 250.Javen O'Neal2015-12-294-13/+203
* convert junit3 to junit4Javen O'Neal2015-12-292-8/+15
* whitespaceJaven O'Neal2015-12-291-95/+95
* bug 58778: override a built-in number format, such as using £ instead of $ f...Javen O'Neal2015-12-291-0/+31
* bug 58775: use short for data format index, int for cell style indexJaven O'Neal2015-12-283-4/+5
* write for loop for performance and readabilityJaven O'Neal2015-12-281-4/+2
* bug 58775: fix a>b which should be a>=b; use shorts instead of ints to hold n...Javen O'Neal2015-12-281-5/+8
* simplify bug 57880 test case:Javen O'Neal2015-12-281-32/+17
* add convenience methods for writing and reading back XSSFWorkbooksJaven O'Neal2015-12-281-35/+200
* bug 58775: use assertNotBuiltInFormatJaven O'Neal2015-12-281-2/+4
* Fix compiling unit-test after previous changesDominik Stadler2015-12-221-1/+1
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-224-14/+31
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-201-22/+44
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+19
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+31
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-041-0/+44
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-042-19/+41
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-041-2/+4
* add @Override annotation. Explicitly specify workbook type returned by SXSSFI...Javen O'Neal2015-11-301-2/+12
* add missing ASF License headers for bug 57450Javen O'Neal2015-11-302-0/+32
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-304-0/+581
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-291-0/+19
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-107/+0
* #58663 - Pictures cannot be removed from a slideAndreas Beeker2015-11-291-4/+27
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-251-4/+4