summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1
* 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-106-22/+71
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-94/+94
* 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-104-3/+38
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w...Javen O'Neal2016-06-101-35/+10
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook w...Javen O'Neal2016-06-103-8/+52
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-166/+170
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured...Javen O'Neal2016-06-109-14/+119
* 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-092-0/+33
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-072-1/+31
* sonar fixAndreas Beeker2016-06-061-0/+1
* PPTX2PNG - don't complain about missing output dir, when in testing modeAndreas Beeker2016-06-051-6/+6
* Regression fix for XSLF Andreas Beeker2016-06-057-78/+125
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-0412-140/+557
* 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-022-0/+23
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-024-36/+14
* Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre...Dominik Stadler2016-06-022-25/+33
* 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-292-10/+37
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
* 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-243-38/+68
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-225-54/+143
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-222-3/+11
* Bug 58190: Add more overloaded methods for adding pictures from streams and f...Dominik Stadler2016-05-221-1/+42
* fix javadocsAndreas Beeker2016-05-201-4/+1
* Fix some compiler warnings, close resources in testsDominik Stadler2016-05-193-5/+5
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ...Dominik Stadler2016-05-192-4/+57
* findbugs fixesAndreas Beeker2016-05-173-141/+20
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-172-1/+22
* ignore external relationsAndreas Beeker2016-05-171-0/+4
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-162-194/+206
* deprecation fixAndreas Beeker2016-05-161-1/+1
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-161-0/+3
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-4/+3
* Dispose XmlCursorAndreas Beeker2016-05-168-80/+100
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-132-2/+98
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-091-0/+8
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-091-2/+1
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-091-35/+44
* whitespaceJaven O'Neal2016-05-091-39/+39