aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* Fix freeing resources in some tests and dev-tools so we can run unit-tests wi...Dominik Stadler2015-12-224-14/+31
* Handle some cases better where file handles were left open by the ExtractorFa...Dominik Stadler2015-12-202-91/+148
* Unit test for non-reproducable #58747Nick Burch2015-12-171-0/+19
* Fix unit test for bug 58731 to actually runDominik Stadler2015-12-171-3/+6
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-162-0/+36
* #58733 - New AIOOBE in getCell while iterating through a table in PPTAndreas Beeker2015-12-141-2/+15
* bug 57450: javadoc fixes from Stefan ThurnherrJaven O'Neal2015-12-062-9/+3
* Bug 58084: Fix cloning Cell Styles with BordersDominik Stadler2015-12-042-0/+57
* Eclipse warnings, code formatting, javadoc, ...Dominik Stadler2015-12-042-19/+41
* whitespaceJaven O'Neal2015-12-041-6/+6
* findbugs: check return value of File.mkdir(s), and don't accidentally catch R...Javen O'Neal2015-12-041-4/+25
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* fix javadoc errorsJaven O'Neal2015-12-041-2/+2
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-045-12/+61
* Add some additional rules for the forbidden-apis-check borrowed from Elastics...Dominik Stadler2015-12-022-3/+4
* Sonar fixes, direct array parameterAndreas Beeker2015-12-012-3/+3
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-16/+4
* bug 58670: cleanup from r1717192Javen O'Neal2015-11-301-45/+36
* bug 58670: replace SXSSFRow's storage of SXSSFCells[] with a TreeMap<Int, SXS...Javen O'Neal2015-11-301-76/+77
* add @Override annotations to SXSSFRowJaven O'Neal2015-11-301-0/+23
* add @Override annotation. Explicitly specify workbook type returned by SXSSFI...Javen O'Neal2015-11-301-2/+12
* add @Override and @NotImplemented annotations to SXSSFCell, update javadocsJaven O'Neal2015-11-301-23/+67
* javadocsJaven O'Neal2015-11-301-3/+1
* add missing ASF License headers for bug 57450Javen O'Neal2015-11-302-0/+32
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-306-11/+1122
* XSLF: tables can now be removed from sheets/groupsAndreas Beeker2015-11-293-2/+26
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-291-1/+4
* add @Override annotations to Sheet classesJaven O'Neal2015-11-292-3/+115
* close resourcesAndreas Beeker2015-11-291-3/+2
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-107/+0
* findbugs: add missing equals and hashCode for classes with a compareTo methodJaven O'Neal2015-11-292-0/+38
* javadocJaven O'Neal2015-11-291-1/+1
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-292-12/+55
* 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-291-0/+13
* #58663 - Pictures cannot be removed from a slideAndreas Beeker2015-11-294-8/+54
* make instance variables finalJaven O'Neal2015-11-271-4/+4
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-253-15/+17
* 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-241-1/+1
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-2/+1
* whitespaceJaven O'Neal2015-11-243-75/+75
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-243-1/+28
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-244-197/+32
* rewrite ternary expression as simple Math.min call (yes, the ternary expressi...Javen O'Neal2015-11-241-2/+3