summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-082-5/+40
* Try to print out more information if the timestamp-operation failsDominik Stadler2016-05-051-3/+4
* Some general code-fixes found while trying out Java 9Dominik Stadler2016-05-053-45/+47
* 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-042-1/+106
* 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-1710-77/+147
* reformat exclude classes regular expression for OOXMLLiteJaven O'Neal2016-04-171-6/+28
* 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-0/+9
* bug 59342: add sheet tab color getter and setterJaven O'Neal2016-04-173-9/+137
* 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 Sonar warningsJaven O'Neal2016-04-121-27/+48
* bug 59312: delete temporary files even when the output stream cannot be close...Javen O'Neal2016-04-121-2/+7
* fix several findbugs SF_SWITCH_NO_DEFAULT warningsJaven O'Neal2016-04-123-1/+7
* 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