aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceJaven O'Neal2015-11-241-5/+5
* whitespaceJaven O'Neal2015-11-241-218/+203
* remove duplicate null check of srcStartRow (identified by FindBugs)Javen O'Neal2015-11-241-3/+2
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-231-3/+3
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-232-4/+4
* catch IOException and rethrow as RuntimeExceptionJaven O'Neal2015-11-232-9/+20
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-236-20/+78
* prevent slideshow test-data files shapes.pptx and tables_test.pptx from being...Javen O'Neal2015-11-236-25/+100
* bug 58365: patch from Hannes Erven. Update XSSFSheetXMLHandler.java to use Ce...Javen O'Neal2015-11-231-25/+12