summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
...
* Try to access set/getVisible as well in TestXSSFVMLDrawingDominik Stadler2016-05-291-0/+4
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-242-10/+28
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-222-6/+38
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-221-1/+2
* Fix some compiler warnings, close resources in testsDominik Stadler2016-05-191-1/+3
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ...Dominik Stadler2016-05-191-0/+52
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-171-0/+17
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-161-193/+205
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-131-0/+81
* add test case from Anders Ã…berg for bug 59442Javen O'Neal2016-05-091-0/+39
* Test CellUtil with XSSFWorkbook and SXSSFWorkbook instancesJaven O'Neal2016-05-092-0/+52
* #59434 - Cannot add a picture on a slide that already have an image with an h...Andreas Beeker2016-05-081-5/+37
* Try to catch more network-unavailable cases in TestSignatureInfoDominik Stadler2016-05-051-35/+37
* #59327 - Setting text direction on a table cell has no effectAndreas Beeker2016-05-041-1/+44
* remove unused importJaven O'Neal2016-04-181-1/+0
* add unit test for SXSSFSheet#changeRowNumJaven O'Neal2016-04-181-0/+18
* restore r1739550 and r1739552 (by reverting r1739580). Exclude BaseTestXWorkb...Javen O'Neal2016-04-179-77/+144
* revert r1739548 and r1739550. I could not figure out how to add BaseTestXWork...Javen O'Neal2016-04-179-144/+77
* consolidate duplicates between TestXSSF* and TestSXSSF*Javen O'Neal2016-04-177-53/+22
* add junit test classes for combined testing of XML-specific functionality of ...Javen O'Neal2016-04-179-24/+122
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-171-1/+37
* move unit test for XSSFSheet.setTabColor from TestXSSFWorkbook to TestXSSFSheetJaven O'Neal2016-04-172-16/+16
* bug 59336: patch from Mark Murphy: deprecate functions in CellUtil that requi...Javen O'Neal2016-04-171-2/+2
* Fix compiler warnings and ensure CTChartSheets stays included and is not refa...Dominik Stadler2016-04-121-11/+11
* junit4 assert* improvements, add CTChartsheet to unit test so that it's compi...Javen O'Neal2016-04-121-7/+12
* convert to junit4Javen O'Neal2016-04-121-2/+9
* close fileinputstream on second exception in ZipPackageTim Allison2016-04-081-0/+22
* Bug 58648: Fix handling whitespaces in formulas, unfortunately blank can be t...Dominik Stadler2016-04-061-39/+181
* Slightly improve error messageDominik Stadler2016-04-061-7/+2
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-1/+1
* add test coverage for WorkbookFactory.create(File file, String password, Bool...Javen O'Neal2016-04-061-0/+18
* bug 59264: use BorderStyle for changing Cell border line styleJaven O'Neal2016-04-052-160/+139
* Prevent us from changing the file with every test-runDominik Stadler2016-04-021-1/+1
* Fix some cases where file handles are not closed in OldExcelExtractorDominik Stadler2016-04-021-4/+24
* Regression: Add unit-test which triggers more code deep inside XSLF to have s...Dominik Stadler2016-04-021-1/+32
* Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheet...Dominik Stadler2016-03-313-1/+79
* Revert set of inadvertedly committed files/changesDominik Stadler2016-03-291-48/+5
* Bug 58915: Add note about memory consumption and update changelogDominik Stadler2016-03-291-5/+48
* Try to reproduce bug 58922, convert to JUnit 4Dominik Stadler2016-03-291-10/+91
* Fix some compiler warnings, improve error message, cover some more codeDominik Stadler2016-03-291-22/+67
* Bug 59132: Adjust implementation of COUNTBLANK to be conforming to Excel, emp...Dominik Stadler2016-03-291-16/+58
* XSLF: do not display Master Slide objects by defaultAndreas Beeker2016-03-283-4/+16
* some zips can't be opened via ZipFile in JDK6, as the central directoryAndreas Beeker2016-03-283-29/+21
* Fix some compiler warnings, javadoc, ...Dominik Stadler2016-03-281-10/+10
* Bug 59199: Handle null date-values in a similar way as null-StringsDominik Stadler2016-03-281-0/+14
* add more commented-out tests for bug 58779: closing an XML Workbook that was ...Javen O'Neal2016-03-272-0/+58
* bug 59224: change hasTint, add hasAlpha and unit tests. Patch from gubespam@g...Javen O'Neal2016-03-241-0/+8
* bug 59212: Do not check for overlapping regions when adding merged regions to...Javen O'Neal2016-03-221-49/+0
* Check for null in IOUtils.closeQuietly() to not log this unnecessarilyDominik Stadler2016-03-221-35/+132