aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-2/+1
* whitespaceJaven O'Neal2015-11-241-3/+3
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-241-0/+1
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-242-17/+25
* catch IOException and rethrow as RuntimeExceptionJaven O'Neal2015-11-232-9/+20
* prevent slideshow test-data files shapes.pptx and tables_test.pptx from being...Javen O'Neal2015-11-236-25/+100
* whitespaceJaven O'Neal2015-11-231-156/+156
* bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i...Javen O'Neal2015-11-232-28/+33
* convert junit3 to junit4Javen O'Neal2015-11-231-1/+1
* fix unnecessary cast warningsAndreas Beeker2015-11-221-13/+24
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-212-12/+16
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-216-26/+110
* #58630 - Signing failed after deletion of first sheetAndreas Beeker2015-11-201-0/+32
* #58597: Fix tests to not do setAccessible(), add some doPrivileged, too.Uwe Schindler2015-11-114-44/+8
* Add support for HSLF metro blobsAndreas Beeker2015-11-081-3/+17
* Add some more tests for the checks for files that can cause large memory usage.Dominik Stadler2015-11-081-1/+112
* Add a XWPFRun equivalent of isHighlighted, and add to the common WP interfaceNick Burch2015-11-051-0/+15
* Patch to bring CTTableStyleInfo into poi-ooxml-schemas by referencing it from...David North2015-11-051-0/+33
* extended forbidden-apis-check to ooxml-testsAndreas Beeker2015-11-0511-122/+205
* bug 58576: rename canComputeColumnWidht to canComputeColumnWidthJaven O'Neal2015-11-031-2/+2
* set svn:eol-style nativeJaven O'Neal2015-11-031-80/+80
* bug 58572: replace Cloneable with copy constructors for spreadsheet Hyperlink...Javen O'Neal2015-11-022-0/+32
* bug58348: add test for copying formula with unregistered UDFJaven O'Neal2015-11-021-1/+14
* bug 58348: add hyperlink copying and merging to CellCopyPolicyJaven O'Neal2015-11-021-1/+95
* don't leave behind files when running unit tests. In the future this should b...Javen O'Neal2015-11-021-0/+4
* whitespaceJaven O'Neal2015-11-022-123/+123
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-021-0/+8
* upgrade spreadsheet Hyperlink unit tests from junit3 to junit4Javen O'Neal2015-11-022-1/+7
* whitespaceJaven O'Neal2015-11-021-42/+40
* bug 58348: add support for copying rows for XSSFWorkbooksJaven O'Neal2015-11-023-0/+589
* Fix locale errorAndreas Beeker2015-11-011-9/+11
* findbugs fixesAndreas Beeker2015-11-015-330/+401
* replace deprecated usage of AreaReference as a result of bug 56328Javen O'Neal2015-10-311-11/+15
* bug58452: set cell formulas containing unregistered function namesJaven O'Neal2015-10-311-0/+96
* supporting changes for bug 58452: copy cell formulas containing unregistered ...Javen O'Neal2015-10-311-0/+3
* bug 58557: fix from Alessandro Guarascio, shift hyperlinks when shifting rows...Javen O'Neal2015-10-291-0/+106
* Common sl unification - copy first paragraph / textrun properties on XSLFText...Andreas Beeker2015-10-296-42/+56
* Fix Sonar-Maven build, correctly determine path to test-fileDominik Stadler2015-10-261-1/+1
* Bug 56957: Avoid error if Workbook with empty SharedStringTable is writtenDominik Stadler2015-10-261-0/+39
* #58532 For Excel cell formats with 3+ parts to them (eg +ve,-ve,0), whichNick Burch2015-10-241-1/+9