| Commit message (Expand) | Author | Age | Files | Lines |
* | close resources | Andreas Beeker | 2015-11-29 | 10 | -38/+70 |
* | remove debugging print statements | Javen O'Neal | 2015-11-29 | 1 | -2/+0 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 3 | -109/+175 |
* | findbugs: add missing equals and hashCode for classes with a compareTo method | Javen O'Neal | 2015-11-29 | 2 | -0/+38 |
* | javadoc | Javen O'Neal | 2015-11-29 | 2 | -2/+2 |
* | bug 58667: make SX/X/HSSFRow implement Comparable interface | Javen O'Neal | 2015-11-29 | 3 | -37/+90 |
* | HSSFRow: make instance variables final | Javen O'Neal | 2015-11-29 | 1 | -3/+3 |
* | SXSSFRow: privatize instance variables, make _sheet final | Javen O'Neal | 2015-11-29 | 1 | -8/+8 |
* | whitespace | Javen O'Neal | 2015-11-29 | 1 | -1/+1 |
* | make SXSSFRow._style private, add getRowStyleIndex() in its place | Javen O'Neal | 2015-11-29 | 2 | -2/+8 |
* | javadoc | Javen O'Neal | 2015-11-29 | 1 | -0/+10 |
* | javadoc | Javen O'Neal | 2015-11-29 | 1 | -0/+1 |
* | whitespace | Javen O'Neal | 2015-11-29 | 1 | -1/+1 |
* | bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlink | Javen O'Neal | 2015-11-29 | 2 | -7/+37 |
* | bug 58636: make ClientAnchor enum constructor private, make byId Internal | Javen O'Neal | 2015-11-29 | 1 | -1/+12 |
* | #46210 - Title placeholder not recognized by Powerpoint 2003 | Andreas Beeker | 2015-11-29 | 1 | -0/+2 |
* | #58663 - Pictures cannot be removed from a slide | Andreas Beeker | 2015-11-29 | 4 | -8/+54 |
* | javadocs | Javen O'Neal | 2015-11-28 | 1 | -1/+1 |
* | javadocs | Javen O'Neal | 2015-11-28 | 1 | -3/+14 |
* | make instance variables final | Javen O'Neal | 2015-11-27 | 1 | -4/+4 |
* | +FIXME | Javen O'Neal | 2015-11-27 | 1 | -0/+2 |
* | javadocs | Javen O'Neal | 2015-11-27 | 1 | -0/+5 |
* | javadocs | Javen O'Neal | 2015-11-25 | 1 | -2/+2 |
* | bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg... | Javen O'Neal | 2015-11-25 | 2 | -7/+3 |
* | javadoc fix | Javen O'Neal | 2015-11-25 | 1 | -3/+3 |
* | add failing unit test for bug 58648 | Javen O'Neal | 2015-11-25 | 1 | -0/+13 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 17 | -69/+136 |
* | close workbook at end of example | Javen O'Neal | 2015-11-24 | 1 | -0/+1 |
* | Remove useless double check on null introduced with the previous bugfix | Dominik Stadler | 2015-11-24 | 1 | -3/+1 |
* | bug 58637: replace deprecated getCellComment(row, col) usage | Javen O'Neal | 2015-11-24 | 1 | -1/+1 |
* | bug 58348: use copy constructor design pattern rather than cloneable pattern ... | Javen O'Neal | 2015-11-24 | 2 | -8/+21 |
* | javadoc | Javen O'Neal | 2015-11-24 | 1 | -0/+1 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -483/+483 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -280/+280 |
* | bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec... | Javen O'Neal | 2015-11-24 | 6 | -11/+10 |
* | whitespace | Javen O'Neal | 2015-11-24 | 6 | -102/+102 |
* | bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S... | Javen O'Neal | 2015-11-24 | 6 | -1/+72 |
* | bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp... | Javen O'Neal | 2015-11-24 | 7 | -298/+54 |
* | rewrite ternary expression as simple Math.min call (yes, the ternary expressi... | Javen O'Neal | 2015-11-24 | 1 | -2/+3 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -5/+5 |
* | whitespace | Javen O'Neal | 2015-11-24 | 1 | -218/+203 |
* | FindBugs MALICIOUS_CODE, finalize method should have protected access | Javen O'Neal | 2015-11-24 | 1 | -1/+8 |
* | FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to ... | Javen O'Neal | 2015-11-24 | 1 | -3/+3 |
* | FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Ob... | Javen O'Neal | 2015-11-24 | 1 | -1/+8 |
* | remove duplicate null check of srcStartRow (identified by FindBugs) | Javen O'Neal | 2015-11-24 | 1 | -3/+2 |
* | fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAY | Javen O'Neal | 2015-11-24 | 1 | -2/+5 |
* | fix javadoc warnings from r1690486 | Javen O'Neal | 2015-11-23 | 2 | -2/+2 |
* | fix javadoc warnings from r1715839 bug 58365 | Javen O'Neal | 2015-11-23 | 1 | -3/+3 |
* | fix javadoc warnings from r1715839 bug 58365 | Javen O'Neal | 2015-11-23 | 4 | -6/+6 |
* | fixed bad test case in BaseTestSheet.getCellComments | Javen O'Neal | 2015-11-23 | 1 | -1/+11 |