summaryrefslogtreecommitdiffstats
path: root/src/ooxml/java
Commit message (Expand)AuthorAgeFilesLines
...
* bug 57840: lazily compute hashCode; patch from Greg WoolseyJaven O'Neal2016-06-111-2/+4
* Improve output on invalid HTTP Status Code and ignore another failure to cont...Dominik Stadler2016-06-111-2/+4
* bug 57840: re-use XSSFEvaluationWorkbook when expanding a shared formula; pat...Javen O'Neal2016-06-112-6/+19
* whitespace (tabs to spaces); +props svn:eol-style=nativeJaven O'Neal2016-06-111-51/+51
* bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% ev...Javen O'Neal2016-06-112-10/+64
* bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evalua...Javen O'Neal2016-06-112-15/+15
* remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p...Javen O'Neal2016-06-111-37/+0
* fix typoJaven O'Neal2016-06-111-1/+1
* bug 57840: initialize the column header cache with 50% empty spaceJaven O'Neal2016-06-111-3/+3
* bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfM...Javen O'Neal2016-06-101-1/+13
* bug 57840: add unit test for XSSFTable.findColumnIndexJaven O'Neal2016-06-101-2/+5
* bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg...Javen O'Neal2016-06-102-4/+2
* +props svn:eol-style nativeJaven O'Neal2016-06-101-1/+1
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-1/+1
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex a...Javen O'Neal2016-06-105-21/+70
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-94/+94
* bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTab...Javen O'Neal2016-06-102-2/+5
* 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-108-13/+118
* #59686 - Error when trying to access XSLFTableCell properties like textHeight...Andreas Beeker2016-06-091-0/+14
* 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-055-70/+110
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ...Andreas Beeker2016-06-0411-128/+552
* Add disabled test for XWPF writing to a new stream when opened read-onlyNick Burch2016-06-021-0/+1
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-023-32/+14
* Avoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tre...Dominik Stadler2016-06-021-9/+14
* Bug 57838: Also remove comments when removing a rowDominik Stadler2016-05-291-3/+11
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-241-28/+40
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-223-48/+105
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-221-2/+9
* 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-192-4/+2
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ...Dominik Stadler2016-05-191-4/+5
* 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-171-1/+5
* ignore external relationsAndreas Beeker2016-05-171-0/+4
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-161-1/+1
* 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-131-2/+17
* 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