summaryrefslogtreecommitdiffstats
path: root/src/ooxml/testcases
Commit message (Expand)AuthorAgeFilesLines
* deprecated constants pointing to MissingCellPolicy - use enum insteadAndreas Beeker2016-06-242-19/+19
* bug 59748: replace Hashtable with HashMap; contributed by Axel HowindJaven O'Neal2016-06-241-30/+42
* #59746 XSSF support for files from certain alternate tools where the row XML ...Nick Burch2016-06-231-1/+3
* Disabled unit test for bug #59746, test file from Rob OwenNick Burch2016-06-231-0/+15
* #59743 - ZipSecureFile throwing "zip bomb detected" exception when writing SX...Andreas Beeker2016-06-231-7/+61
* XSLFPictureData support for TIFF images - patch and tests from bug #59742 fro...Nick Burch2016-06-221-0/+15
* Fix inconsistent whitespace and indentsNick Burch2016-06-211-101/+100
* #59717 POIXMLProperties helper methods for reading and changing OOXML documen...Nick Burch2016-06-211-0/+36
* remove an unnecessary rowJaven O'Neal2016-06-201-1/+1
* bug 59733: cells do not need to be created for the XmlValueDisconnectedExcept...Javen O'Neal2016-06-201-4/+4
* bug 59733: add disabled unit test from DattathreyaJaven O'Neal2016-06-201-0/+30
* bug 57523: off by one errorJaven O'Neal2016-06-201-1/+1
* bug 57523: add unit test written by Dominik StadlerJaven O'Neal2016-06-201-0/+15
* bug 59719: add unit test and comments/javadocs from Greg Woolsey for XSSFData...Javen O'Neal2016-06-201-8/+32
* whitespace (tabs to 4 spaces)Javen O'Neal2016-06-201-103/+103
* add unit test for bug 59719Javen O'Neal2016-06-191-0/+48
* #59702 - Setting background color in slide masterAndreas Beeker2016-06-185-98/+134
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-1/+1
* bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator classJaven O'Neal2016-06-171-22/+0
* bug 55385: deprecate Font.getBoldweight and Font.setBoldweightJaven O'Neal2016-06-161-1/+1
* add disabled unit test for bug 55273: contributed by Martin StuderJaven O'Neal2016-06-151-0/+18
* whitespace (tabs to spaces, 3-space to 4-space)Javen O'Neal2016-06-111-71/+71
* bug 57840: add disabled unit test with large number of structured reference f...Javen O'Neal2016-06-111-3/+13
* Improve output on invalid HTTP Status Code and ignore another failure to cont...Dominik Stadler2016-06-111-2/+5
* bug 57840: add test using a Data Table not anchored at A1Javen O'Neal2016-06-111-4/+17
* fix text height testAndreas Beeker2016-06-101-2/+4
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-102-1/+92
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-101-1/+25
* bug 57721: add unit test for evaluating all formulas in a workbook containing...Javen O'Neal2016-06-101-0/+10
* add missing AL headerJaven O'Neal2016-06-101-0/+17
* close opened workbooks in unit testsxssf_structured_referencesJaven O'Neal2016-06-101-11/+33
* bug 57840: add structured reference formula parsing tests from FormulaParser....Javen O'Neal2016-06-101-1/+171
* ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-101-2/+13
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-515/+515
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-101-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-6/+6
* bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab...Javen O'Neal2016-06-102-1/+33
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-101-1/+1
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-101-0/+63
* #59686 - Error when trying to access XSLFTableCell properties like textHeight...Andreas Beeker2016-06-091-0/+19
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-072-1/+31
* Regression fix for XSLF Andreas Beeker2016-06-052-8/+15
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-041-12/+5
* Try to not fail if the time-webservice is offline temporarilyDominik Stadler2016-06-031-3/+7
* Add disabled test for XWPF writing to a new stream when opened read-onlyNick Burch2016-06-021-0/+22
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-021-4/+0
* Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre...Dominik Stadler2016-06-021-16/+19
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-021-1/+2
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-021-0/+16
* Bug 57838: Also remove comments when removing a rowDominik Stadler2016-05-291-7/+26