aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Expand)AuthorAgeFilesLines
* 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
* whitespaceJaven O'Neal2015-11-231-156/+156
* bug 58365: patch from Hannes Erven. Update CommentsTable to use CellAddress i...Javen O'Neal2015-11-233-52/+183
* convert junit3 to junit4Javen O'Neal2015-11-231-1/+1
* fix unnecessary cast warningsAndreas Beeker2015-11-221-13/+24
* #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema...Andreas Beeker2015-11-2160-368/+435
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-2115-79/+172
* #58630 - Signing failed after deletion of first sheetAndreas Beeker2015-11-202-2/+37
* #54210 When saving PPT to PNG, some text is rendered backwardsAndreas Beeker2015-11-141-19/+42
* Add default XmlOptions to XMLBeans parsingAndreas Beeker2015-11-141-1/+2