| Commit message (Expand) | Author | Age | Files | Lines |
* | close opened workbooks in unit testsxssf_structured_references | Javen O'Neal | 2016-06-10 | 1 | -11/+33 |
* | bug 57840: add structured reference formula parsing tests from FormulaParser.... | Javen O'Neal | 2016-06-10 | 1 | -1/+171 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -1/+1 |
* | ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4 | Javen O'Neal | 2016-06-10 | 1 | -2/+13 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -515/+515 |
* | bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a... | Javen O'Neal | 2016-06-10 | 6 | -22/+71 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 2 | -94/+94 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 1 | -6/+6 |
* | bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab... | Javen O'Neal | 2016-06-10 | 4 | -3/+38 |
* | bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w... | Javen O'Neal | 2016-06-10 | 1 | -35/+10 |
* | bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w... | Javen O'Neal | 2016-06-10 | 3 | -8/+52 |
* | whitespace (tabs to spaces) | Javen O'Neal | 2016-06-10 | 2 | -166/+170 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 9 | -14/+119 |
* | bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured... | Javen O'Neal | 2016-06-10 | 1 | -0/+63 |
* | #59686 - Error when trying to access XSLFTableCell properties like textHeight... | Andreas Beeker | 2016-06-09 | 2 | -0/+33 |
* | Add XSSF support to ForkedEvaluator | Andreas Beeker | 2016-06-07 | 2 | -1/+31 |
* | sonar fix | Andreas Beeker | 2016-06-06 | 1 | -0/+1 |
* | PPTX2PNG - don't complain about missing output dir, when in testing mode | Andreas Beeker | 2016-06-05 | 1 | -6/+6 |
* | Regression fix for XSLF | Andreas Beeker | 2016-06-05 | 7 | -78/+125 |
* | #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ... | Andreas Beeker | 2016-06-04 | 12 | -140/+557 |
* | Try to not fail if the time-webservice is offline temporarily | Dominik Stadler | 2016-06-03 | 1 | -3/+7 |
* | Add disabled test for XWPF writing to a new stream when opened read-only | Nick Burch | 2016-06-02 | 2 | -0/+23 |
* | Fix some Sonar issues and some IntelliJ warnings | Dominik Stadler | 2016-06-02 | 4 | -36/+14 |
* | Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre... | Dominik Stadler | 2016-06-02 | 2 | -25/+33 |
* | Try to reproduce bug 57798 but it seems to be fixed in the meantime | Dominik Stadler | 2016-06-02 | 1 | -1/+2 |
* | Bug 59378: Try to reproduce, but could not | Dominik Stadler | 2016-06-02 | 1 | -0/+16 |
* | Bug 57838: Also remove comments when removing a row | Dominik Stadler | 2016-05-29 | 2 | -10/+37 |
* | Update error message to better indicate that we need a sample-file here | Dominik Stadler | 2016-05-29 | 1 | -1/+1 |
* | Try to access set/getVisible as well in TestXSSFVMLDrawing | Dominik Stadler | 2016-05-29 | 1 | -0/+4 |
* | fix handling of hsl and linear rgb (%-values) | Andreas Beeker | 2016-05-24 | 3 | -38/+68 |
* | Adjust two tests slightly | Dominik Stadler | 2016-05-24 | 2 | -15/+9 |
* | #58217 - XSLF: support alpha channel on solid colors (fill, line, text) | Andreas Beeker | 2016-05-22 | 5 | -54/+143 |
* | XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph() | Andreas Beeker | 2016-05-22 | 2 | -3/+11 |
* | Bug 58190: Add more overloaded methods for adding pictures from streams and f... | Dominik Stadler | 2016-05-22 | 1 | -1/+42 |
* | fix javadocs | Andreas Beeker | 2016-05-20 | 1 | -4/+1 |
* | Fix some compiler warnings, close resources in tests | Dominik Stadler | 2016-05-19 | 3 | -5/+5 |
* | Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ... | Dominik Stadler | 2016-05-19 | 2 | -4/+57 |
* | findbugs fixes | Andreas Beeker | 2016-05-17 | 3 | -141/+20 |
* | Bug 59427: Add a check to better report cases when a document is already closed. | Dominik Stadler | 2016-05-17 | 2 | -1/+22 |
* | ignore external relations | Andreas Beeker | 2016-05-17 | 1 | -0/+4 |
* | #54570 - InvalidFormatException because of Absolute URI forbidden | Andreas Beeker | 2016-05-16 | 2 | -194/+206 |
* | deprecation fix | Andreas Beeker | 2016-05-16 | 1 | -1/+1 |
* | Close resources in Common SL rendering classes and minimize memory consumptio... | Andreas Beeker | 2016-05-16 | 1 | -0/+3 |
* | Reduce calls to utf-related methods - the integration test took ages because ... | Andreas Beeker | 2016-05-16 | 1 | -4/+3 |
* | Dispose XmlCursor | Andreas Beeker | 2016-05-16 | 8 | -80/+100 |
* | #58144 - Behaviour for headers and footers of slides is inconsistent between ... | Andreas Beeker | 2016-05-13 | 2 | -2/+98 |
* | bug 59443: exit early on setAddress if address is the same | Javen O'Neal | 2016-05-09 | 1 | -0/+8 |
* | bug 59443: use Comment.setAddress when changing both row and column of cell c... | Javen O'Neal | 2016-05-09 | 1 | -2/+1 |
* | bug 59443: add get/setAddress methods on cell comment class | Javen O'Neal | 2016-05-09 | 1 | -35/+44 |
* | whitespace | Javen O'Neal | 2016-05-09 | 1 | -39/+39 |