aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* close resourcesAndreas Beeker2015-11-2910-38/+70
* remove debugging print statementsJaven O'Neal2015-11-291-2/+0
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-293-109/+175
* findbugs: add missing equals and hashCode for classes with a compareTo methodJaven O'Neal2015-11-292-0/+38
* javadocJaven O'Neal2015-11-292-2/+2
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-293-37/+90
* HSSFRow: make instance variables finalJaven O'Neal2015-11-291-3/+3
* SXSSFRow: privatize instance variables, make _sheet finalJaven O'Neal2015-11-291-8/+8
* whitespaceJaven O'Neal2015-11-291-1/+1
* make SXSSFRow._style private, add getRowStyleIndex() in its placeJaven O'Neal2015-11-292-2/+8
* javadocJaven O'Neal2015-11-291-0/+10
* javadocJaven O'Neal2015-11-291-0/+1
* whitespaceJaven O'Neal2015-11-291-1/+1
* bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlinkJaven O'Neal2015-11-292-7/+37
* bug 58636: make ClientAnchor enum constructor private, make byId InternalJaven O'Neal2015-11-291-1/+12
* #46210 - Title placeholder not recognized by Powerpoint 2003Andreas Beeker2015-11-291-0/+2
* #58663 - Pictures cannot be removed from a slideAndreas Beeker2015-11-294-8/+54
* javadocsJaven O'Neal2015-11-281-1/+1
* javadocsJaven O'Neal2015-11-281-3/+14
* make instance variables finalJaven O'Neal2015-11-271-4/+4
* +FIXMEJaven O'Neal2015-11-271-0/+2
* javadocsJaven O'Neal2015-11-271-0/+5
* javadocsJaven O'Neal2015-11-251-2/+2
* bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg...Javen O'Neal2015-11-252-7/+3
* javadoc fixJaven O'Neal2015-11-251-3/+3
* add failing unit test for bug 58648Javen O'Neal2015-11-251-0/+13
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-2517-69/+136
* close workbook at end of exampleJaven O'Neal2015-11-241-0/+1
* Remove useless double check on null introduced with the previous bugfixDominik Stadler2015-11-241-3/+1
* bug 58637: replace deprecated getCellComment(row, col) usageJaven O'Neal2015-11-241-1/+1
* bug 58348: use copy constructor design pattern rather than cloneable pattern ...Javen O'Neal2015-11-242-8/+21
* javadocJaven O'Neal2015-11-241-0/+1
* whitespaceJaven O'Neal2015-11-241-483/+483
* whitespaceJaven O'Neal2015-11-241-280/+280
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-246-11/+10
* whitespaceJaven O'Neal2015-11-246-102/+102
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-246-1/+72
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-247-298/+54
* rewrite ternary expression as simple Math.min call (yes, the ternary expressi...Javen O'Neal2015-11-241-2/+3
* whitespaceJaven O'Neal2015-11-241-5/+5
* whitespaceJaven O'Neal2015-11-241-218/+203
* FindBugs MALICIOUS_CODE, finalize method should have protected accessJaven O'Neal2015-11-241-1/+8
* FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to ...Javen O'Neal2015-11-241-3/+3
* FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Ob...Javen O'Neal2015-11-241-1/+8
* remove duplicate null check of srcStartRow (identified by FindBugs)Javen O'Neal2015-11-241-3/+2
* fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAYJaven O'Neal2015-11-241-2/+5
* fix javadoc warnings from r1690486Javen O'Neal2015-11-232-2/+2
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-3/+3
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-234-6/+6
* fixed bad test case in BaseTestSheet.getCellCommentsJaven O'Neal2015-11-231-1/+11