aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* FindBugs warning: ExcelStyleDateFormatter doesn't override java.text.SimpleDA...Javen O'Neal2015-12-041-0/+10
* make fields staticJaven O'Neal2015-12-041-5/+8
* add comments for names of missing functionsJaven O'Neal2015-12-041-25/+99
* fix javadocs errorsJaven O'Neal2015-12-042-4/+4
* fix javadoc errorsJaven O'Neal2015-12-042-5/+5
* bug 58570: add get/setActiveCell to Sheet interface, add Cell.getAddress, Javen O'Neal2015-12-043-17/+39
* remove deprecated functions (since 2008)Javen O'Neal2015-12-041-0/+21
* Sonar fixes, direct array parameterAndreas Beeker2015-12-014-15/+15
* - #47904 - Update text styles in HSLF MasterSlideAndreas Beeker2015-11-301-3/+13
* whitespaceJaven O'Neal2015-11-301-5/+5
* bug 58671: change MissingCellPolicy from class to enumJaven O'Neal2015-11-301-6/+10
* patch from Stefan Thurnherr: bug 57450: autosize columns in SXSSF using rows ...Javen O'Neal2015-11-301-1/+3
* bug 57844: add NotImplemented annotation to SXSSFSheet.shiftRowsJaven O'Neal2015-11-291-0/+36
* add @Override annotations to Sheet classesJaven O'Neal2015-11-292-10/+99
* Patch from Lyle for bug 52903: HSSFSheet.shiftRows does not shift hyperlink r...Javen O'Neal2015-11-291-2/+53
* javadocJaven O'Neal2015-11-291-1/+1
* bug 58667: make SX/X/HSSFRow implement Comparable interfaceJaven O'Neal2015-11-291-25/+35
* HSSFRow: make instance variables finalJaven O'Neal2015-11-291-3/+3
* bug 52903/58557: add @Override decorators to XSSFHyperlink and HSSFHyperlinkJaven O'Neal2015-11-291-7/+24
* bug 58636: make ClientAnchor enum constructor private, make byId InternalJaven O'Neal2015-11-291-1/+12
* javadocsJaven O'Neal2015-11-281-1/+1
* javadocsJaven O'Neal2015-11-281-3/+14
* +FIXMEJaven O'Neal2015-11-271-0/+2
* javadocsJaven O'Neal2015-11-251-2/+2
* bug 58651: replace for-looped sheet.getMergedRegion(index) with sheet.getMerg...Javen O'Neal2015-11-251-4/+2
* javadoc fixJaven O'Neal2015-11-251-3/+3
* bug 58636: upgrade anchor types from int to AnchorType enumJaven O'Neal2015-11-256-32/+90
* Remove useless double check on null introduced with the previous bugfixDominik Stadler2015-11-241-3/+1
* bug 58348: use copy constructor design pattern rather than cloneable pattern ...Javen O'Neal2015-11-241-7/+20
* javadocJaven O'Neal2015-11-241-0/+1
* whitespaceJaven O'Neal2015-11-241-483/+483
* whitespaceJaven O'Neal2015-11-241-280/+280
* bug 58644: fix HSSFSheet.setZoom(int); update documentation to use non-deprec...Javen O'Neal2015-11-241-1/+1
* whitespaceJaven O'Neal2015-11-242-11/+11
* bug 58642: deprecate Sheet.setZoom(numerator, denominator) and replace with S...Javen O'Neal2015-11-242-0/+43
* bug 58642: remove deprecated functions in Spreadsheet Sheet interface and imp...Javen O'Neal2015-11-242-94/+16
* FindBugs MALICIOUS_CODE, finalize method should have protected accessJaven O'Neal2015-11-241-1/+8
* FindBug warning: ICAST_IDIV_CAST_TO_DOUBLE: integral division result cast to ...Javen O'Neal2015-11-241-3/+3
* FindBug warning: EQ_SELF_USE_OBJECT: class defines equals(Region) and uses Ob...Javen O'Neal2015-11-241-1/+8
* fix normal priority FindBugs warning: DMI_INVOKING_HASHCODE_ON_ARRAYJaven O'Neal2015-11-241-2/+5
* fix javadoc warnings from r1690486Javen O'Neal2015-11-232-2/+2
* fix javadoc warnings from r1715839 bug 58365Javen O'Neal2015-11-232-2/+2
* bug 58365: patch from Hannes Erven: add method to efficiently get all cell co...Javen O'Neal2015-11-233-0/+80
* bug 58637: contribution from Hannes Erven: add CellAddress class, distinct fr...Javen O'Neal2015-11-232-2/+169
* fix unnecessary cast warningsAndreas Beeker2015-11-225-8/+8
* In preparation for table rendering, added table row heights and column widths...Andreas Beeker2015-11-218-28/+41
* findbugs fixesAndreas Beeker2015-11-191-5/+2
* #54210 When saving PPT to PNG, some text is rendered backwardsAndreas Beeker2015-11-144-87/+166
* Fix typo in EscherPropertiesAndreas Beeker2015-11-141-2/+2
* Fix remaining security manager problems. Forbiddenapis now passes.Uwe Schindler2015-11-111-0/+6