| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix freeing resources in some tests and dev-tools so we can run unit-tests wi... | Dominik Stadler | 2015-12-22 | 4 | -14/+31 |
* | Handle some cases better where file handles were left open by the ExtractorFa... | Dominik Stadler | 2015-12-20 | 2 | -91/+148 |
* | Unit test for non-reproducable #58747 | Nick Burch | 2015-12-17 | 1 | -0/+19 |
* | Fix unit test for bug 58731 to actually run | Dominik Stadler | 2015-12-17 | 1 | -3/+6 |
* | Unit test for #58731 - not reproduced, and some javadocs | Nick Burch | 2015-12-16 | 2 | -0/+36 |
* | #58733 - New AIOOBE in getCell while iterating through a table in PPT | Andreas Beeker | 2015-12-14 | 1 | -2/+15 |
* | bug 57450: javadoc fixes from Stefan Thurnherr | Javen O'Neal | 2015-12-06 | 2 | -9/+3 |
* | Bug 58084: Fix cloning Cell Styles with Borders | Dominik Stadler | 2015-12-04 | 2 | -0/+57 |
* | Eclipse warnings, code formatting, javadoc, ... | Dominik Stadler | 2015-12-04 | 2 | -19/+41 |
* | 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 |