summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Update curvesapi to 1.04Dustin Spicuzza2016-05-304-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57838: Also remove comments when removing a rowDominik Stadler2016-05-293-10/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746062 13f79535-47bb-0310-9956-ffa450edef68
* Update error message to better indicate that we need a sample-file hereDominik Stadler2016-05-291-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746061 13f79535-47bb-0310-9956-ffa450edef68
* Remove the created temporary directory after the test againDominik Stadler2016-05-291-3/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746060 13f79535-47bb-0310-9956-ffa450edef68
* Prepare build.xml for initial Java 9 testing:Dominik Stadler2016-05-291-3/+7
| | | | | | | * Allow to remove PermGenSize, this is not available any more in Java 9 * Allow to pass in java.locale.providers git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746059 13f79535-47bb-0310-9956-ffa450edef68
* Try to access set/getVisible as well in TestXSSFVMLDrawingDominik Stadler2016-05-291-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746058 13f79535-47bb-0310-9956-ffa450edef68
* fix handling of hsl and linear rgb (%-values)Andreas Beeker2016-05-244-40/+99
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745412 13f79535-47bb-0310-9956-ffa450edef68
* Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note ↵Dominik Stadler2016-05-241-5/+9
| | | | | | that is already in the build.xml :( git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745376 13f79535-47bb-0310-9956-ffa450edef68
* Adjust two tests slightlyDominik Stadler2016-05-242-15/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745370 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to FindBugs 3.0.1 and add some findbugs-excludesDominik Stadler2016-05-243-14/+74
| | | | | | | Update to forbiddenapi-checker 2.1, use the newly provided rule-sets and remove things that were applied upstream git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745366 13f79535-47bb-0310-9956-ffa450edef68
* Fix inconsistent spacing / whitespaceNick Burch2016-05-241-92/+80
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745361 13f79535-47bb-0310-9956-ffa450edef68
* Another excludeNick Burch2016-05-241-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745358 13f79535-47bb-0310-9956-ffa450edef68
* Whitespace fixNick Burch2016-05-241-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745357 13f79535-47bb-0310-9956-ffa450edef68
* Copy out code from the site and fixNick Burch2016-05-241-0/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745348 13f79535-47bb-0310-9956-ffa450edef68
* #58217 - XSLF: support alpha channel on solid colors (fill, line, text)Andreas Beeker2016-05-226-84/+175
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745101 13f79535-47bb-0310-9956-ffa450edef68
* XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()Andreas Beeker2016-05-222-3/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745100 13f79535-47bb-0310-9956-ffa450edef68
* Bug 58190: Add more overloaded methods for adding pictures from streams and ↵Dominik Stadler2016-05-224-27/+102
| | | | | | files git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745073 13f79535-47bb-0310-9956-ffa450edef68
* fix junit4Andreas Beeker2016-05-211-13/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744821 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixesAndreas Beeker2016-05-203-58/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744802 13f79535-47bb-0310-9956-ffa450edef68
* fix javadocsAndreas Beeker2016-05-201-4/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compiler warnings, close resources in testsDominik Stadler2016-05-193-5/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744636 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type ↵Dominik Stadler2016-05-192-4/+57
| | | | | | of a cell outside of the source data area git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744635 13f79535-47bb-0310-9956-ffa450edef68
* findbugs fixesAndreas Beeker2016-05-175-143/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744332 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59427: Add a check to better report cases when a document is already closed.Dominik Stadler2016-05-172-1/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744306 13f79535-47bb-0310-9956-ffa450edef68
* Revert expected failure as it seems to be fixed nowDominik Stadler2016-05-171-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744305 13f79535-47bb-0310-9956-ffa450edef68
* BiffViewer: Close resources alwaysDominik Stadler2016-05-171-26/+32
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744212 13f79535-47bb-0310-9956-ffa450edef68
* Exclude newly added corrupt fileDominik Stadler2016-05-171-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744211 13f79535-47bb-0310-9956-ffa450edef68
* ignore external relationsAndreas Beeker2016-05-171-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744196 13f79535-47bb-0310-9956-ffa450edef68
* Move reflection-equals to POITestCaseAndreas Beeker2016-05-163-127/+95
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744169 13f79535-47bb-0310-9956-ffa450edef68
* #54570 - InvalidFormatException because of Absolute URI forbiddenAndreas Beeker2016-05-164-257/+246
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744137 13f79535-47bb-0310-9956-ffa450edef68
* add aslAndreas Beeker2016-05-162-0/+30
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744021 13f79535-47bb-0310-9956-ffa450edef68
* deprecation fixAndreas Beeker2016-05-161-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744008 13f79535-47bb-0310-9956-ffa450edef68
* Close resources in Common SL rendering classes and minimize memory ↵Andreas Beeker2016-05-166-18/+53
| | | | | | consumption by using the image anchor dimensions instead of the WMF-included dimensions git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744007 13f79535-47bb-0310-9956-ffa450edef68
* sonar fix - reduce complexity by using constantsAndreas Beeker2016-05-161-49/+68
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744006 13f79535-47bb-0310-9956-ffa450edef68
* Reduce calls to utf-related methods - the integration test took ages because ↵Andreas Beeker2016-05-161-3/+24
| | | | | | of poc-shared-strings.xlsx git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744005 13f79535-47bb-0310-9956-ffa450edef68
* Reduce calls to utf-related methods - the integration test took ages because ↵Andreas Beeker2016-05-162-9/+47
| | | | | | of poc-shared-strings.xlsx git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744004 13f79535-47bb-0310-9956-ffa450edef68
* Sonar fixes - array is stored directlyAndreas Beeker2016-05-164-9/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744003 13f79535-47bb-0310-9956-ffa450edef68
* Dispose XmlCursorAndreas Beeker2016-05-168-80/+100
| | | | | | Replacing a method argument (XmlCursor) with a local instance and then updating it, doesn't make sense git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744002 13f79535-47bb-0310-9956-ffa450edef68
* added commons-logging to integration test to make profiling easier - just ↵Andreas Beeker2016-05-163-1/+34
| | | | | | match the timestamps of the log with the timestamps of the profiling monitor git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744001 13f79535-47bb-0310-9956-ffa450edef68
* #59170 - Remove deprecated classes (POI 3.15) - use FormulaError instead of ↵Andreas Beeker2016-05-1623-365/+381
| | | | | | ErrorConstants git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744000 13f79535-47bb-0310-9956-ffa450edef68
* #58144 - Behaviour for headers and footers of slides is inconsistent between ↵Andreas Beeker2016-05-1312-157/+262
| | | | | | slideshows created in 2003 and 2007 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1743769 13f79535-47bb-0310-9956-ffa450edef68
* add @since to javadocsJaven O'Neal2016-05-091-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742882 13f79535-47bb-0310-9956-ffa450edef68
* bug 59443: exit early on setAddress if address is the sameJaven O'Neal2016-05-092-4/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742881 13f79535-47bb-0310-9956-ffa450edef68
* bug 59443: use Comment.setAddress when changing both row and column of cell ↵Javen O'Neal2016-05-093-4/+7
| | | | | | comment address git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742880 13f79535-47bb-0310-9956-ffa450edef68
* bug 59443: add get/setAddress methods on cell comment classJaven O'Neal2016-05-094-35/+129
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742879 13f79535-47bb-0310-9956-ffa450edef68
* fix BasteTestCellComment#attemptToSave2CommentsWithSameCoordinates to work ↵Javen O'Neal2016-05-091-5/+11
| | | | | | with different behaviors of HSSFWorkbook and XSSFWorkbook git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742871 13f79535-47bb-0310-9956-ffa450edef68
* whitespaceJaven O'Neal2016-05-092-42/+42
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742869 13f79535-47bb-0310-9956-ffa450edef68
* add disabled unit test for bug 59393 from stoneJaven O'Neal2016-05-091-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742868 13f79535-47bb-0310-9956-ffa450edef68
* move TestHSSFComment#attemptToSave2CommentsWithSameCoordinates down to ↵Javen O'Neal2016-05-092-19/+18
| | | | | | BaseTestCellComment git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742866 13f79535-47bb-0310-9956-ffa450edef68
* merge TestComment into TestHSSFCommentJaven O'Neal2016-05-093-310/+288
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1742865 13f79535-47bb-0310-9956-ffa450edef68