summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-0220-363/+309
* 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-022-1/+45
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-021-0/+16
* The changes for using AccessController/SecurityManager also added a log which...Dominik Stadler2016-06-013-41/+54
* Javadoc fixNick Burch2016-05-311-2/+2
* Change logger.log to System.out to print out one line for each file that is h...Dominik Stadler2016-05-311-20/+10
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-3115-49/+35
* 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
* Remove the created temporary directory after the test againDominik Stadler2016-05-291-3/+6
* 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-244-40/+99
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
* Upgrade to FindBugs 3.0.1 and add some findbugs-excludesDominik Stadler2016-05-242-4/+60
* Fix inconsistent spacing / whitespaceNick Burch2016-05-241-92/+80
* Another excludeNick Burch2016-05-241-1/+1
* Whitespace fixNick Burch2016-05-241-3/+3
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-226-84/+175
* 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-224-27/+102
* fix junit4Andreas Beeker2016-05-211-13/+10
* findbugs fixesAndreas Beeker2016-05-203-58/+32
* 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-175-143/+36
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-172-1/+22
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
* ignore external relationsAndreas Beeker2016-05-171-0/+4
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-163-127/+95
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-163-257/+246
* add aslAndreas Beeker2016-05-162-0/+30
* deprecation fixAndreas Beeker2016-05-161-1/+1
* Close resources in Common SL rendering classes and minimize memory consumptio...Andreas Beeker2016-05-166-18/+53
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-161-3/+24
* Reduce calls to utf-related methods - the integration test took ages because ...Andreas Beeker2016-05-162-9/+47
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
* Dispose XmlCursorAndreas Beeker2016-05-168-80/+100
* added commons-logging to integration test to make profiling easier - just mat...Andreas Beeker2016-05-162-0/+26
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of E...Andreas Beeker2016-05-1623-365/+381
* #58144 - Behaviour for headers and footers of slides is inconsistent between ...Andreas Beeker2016-05-139-157/+262
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-092-4/+11
* bug 59443: use Comment.setAddress when changing both row and column of cell c...Javen O'Neal2016-05-093-4/+7
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-094-35/+129