| Commit message (Expand) | Author | Age | Files | Lines |
* | whitespace | Javen O'Neal | 2015-12-04 | 1 | -6/+6 |
* | findbugs: check return value of File.mkdir(s), and don't accidentally catch R... | Javen O'Neal | 2015-12-04 | 1 | -4/+25 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 1 | -2/+2 |
* | fix javadoc errors | Javen O'Neal | 2015-12-04 | 1 | -2/+2 |
* | bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, | Javen O'Neal | 2015-12-04 | 5 | -12/+61 |
* | Add some additional rules for the forbidden-apis-check borrowed from Elastics... | Dominik Stadler | 2015-12-02 | 2 | -3/+4 |
* | Sonar fixes, direct array parameter | Andreas Beeker | 2015-12-01 | 2 | -3/+3 |
* | - #47904 - Update text styles in HSLF MasterSlide | Andreas Beeker | 2015-11-30 | 1 | -16/+4 |
* | bug 58670: cleanup from r1717192 | Javen O'Neal | 2015-11-30 | 1 | -45/+36 |
* | bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS... | Javen O'Neal | 2015-11-30 | 1 | -76/+77 |
* | add @Override annotations to SXSSFRow | Javen O'Neal | 2015-11-30 | 1 | -0/+23 |
* | add @Override annotation. Explicitly specify workbook type returned by SXSSFI... | Javen O'Neal | 2015-11-30 | 1 | -2/+12 |
* | add @Override and @NotImplemented annotations to SXSSFCell, update javadocs | Javen O'Neal | 2015-11-30 | 1 | -23/+67 |
* | javadocs | Javen O'Neal | 2015-11-30 | 1 | -3/+1 |
* | add missing ASF License headers for bug 57450 | Javen O'Neal | 2015-11-30 | 2 | -0/+32 |
* | patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ... | Javen O'Neal | 2015-11-30 | 6 | -11/+1122 |
* | XSLF: tables can now be removed from sheets/groups | Andreas Beeker | 2015-11-29 | 3 | -2/+26 |
* | bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRows | Javen O'Neal | 2015-11-29 | 1 | -1/+4 |
* | add @Override annotations to Sheet classes | Javen O'Neal | 2015-11-29 | 2 | -3/+115 |
* | close resources | Andreas Beeker | 2015-11-29 | 1 | -3/+2 |
* | Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r... | Javen O'Neal | 2015-11-29 | 1 | -107/+0 |
* | 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 | 1 | -1/+1 |
* | bug 58667: make SX/X/HSSFRow implement Comparable interface | Javen O'Neal | 2015-11-29 | 2 | -12/+55 |
* | 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 | 1 | -0/+13 |
* | #58663 - Pictures cannot be removed from a slide | Andreas Beeker | 2015-11-29 | 4 | -8/+54 |
* | make instance variables final | Javen O'Neal | 2015-11-27 | 1 | -4/+4 |
* | bug 58636: upgrade anchor types from int to AnchorType enum | Javen O'Neal | 2015-11-25 | 3 | -15/+17 |
* | 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 | 1 | -1/+1 |
* | bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec... | Javen O'Neal | 2015-11-24 | 1 | -2/+1 |
* | whitespace | Javen O'Neal | 2015-11-24 | 3 | -75/+75 |
* | bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S... | Javen O'Neal | 2015-11-24 | 3 | -1/+28 |
* | bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp... | Javen O'Neal | 2015-11-24 | 4 | -197/+32 |
* | 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 |
* | remove duplicate null check of srcStartRow (identified by FindBugs) | Javen O'Neal | 2015-11-24 | 1 | -3/+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 | 2 | -4/+4 |
* | catch IOException and rethrow as RuntimeException | Javen O'Neal | 2015-11-23 | 2 | -9/+20 |
* | bug 58365: patch from Hannes Erven: add method to efficiently get all cell co... | Javen O'Neal | 2015-11-23 | 6 | -20/+78 |
* | prevent slideshow test-data files shapes.pptx and tables_test.pptx from being... | Javen O'Neal | 2015-11-23 | 6 | -25/+100 |
* | bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use Ce... | Javen O'Neal | 2015-11-23 | 1 | -25/+12 |