aboutsummaryrefslogtreecommitdiffstats
path: root/src/java
Commit message (Expand)AuthorAgeFilesLines
* bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to Cell...Javen O'Neal2016-07-083-60/+195
* bug 55555: set fill pattern, foreground color, and background color order cor...Javen O'Neal2016-07-081-4/+4
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-076-3/+33
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...Javen O'Neal2016-07-071-10/+11
* add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNext...Javen O'Neal2016-07-071-2/+11
* whitespace (3sp to 4sp)Javen O'Neal2016-07-071-73/+74
* whitespace (tabs to spaces)Javen O'Neal2016-07-074-210/+210
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-074-2/+51
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-077-0/+40
* bug 59805: avoid memory leaks if time zone or locale are never set or user ne...Javen O'Neal2016-07-071-26/+20
* findbugs: replace switch statement with fall-throughs with if statement, remo...Javen O'Neal2016-07-071-50/+27
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...Javen O'Neal2016-07-061-2/+10
* bug 59805: make LocaleUtil a static classJaven O'Neal2016-07-061-1/+5
* bug 59804: javadoc updateJaven O'Neal2016-07-051-1/+4
* +svn:eol-style=nativeJaven O'Neal2016-07-051-6/+6
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-0510-24/+35
* bug 59804: add since attribute to @Internal annotation; add @Removal annotati...Javen O'Neal2016-07-052-4/+76
* javadocs fixes (jdk8)Andreas Beeker2016-07-056-101/+119
* javadocs fixes (jdk8)Andreas Beeker2016-07-0414-37/+183
* typoJaven O'Neal2016-07-041-1/+1
* mark BitField as internal use onlyJaven O'Neal2016-07-041-1/+1
* bug 59790,59791: add @since javadoc annotation to FormulaType and CellTypeJaven O'Neal2016-07-042-6/+26
* bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwar...Javen O'Neal2016-07-041-3/+25
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...Javen O'Neal2016-07-046-33/+65
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-045-17/+84
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-0417-54/+190
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-047-11/+0
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0412-28/+31
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-0421-325/+477
* bug 59790: convert FormulaType class to enumJaven O'Neal2016-07-045-38/+121
* javadocs fixJaven O'Neal2016-07-041-0/+1
* bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for ...Javen O'Neal2016-07-041-28/+36
* rearrange JavaDocs to match constructor orderingJaven O'Neal2016-07-041-2/+2
* findbugs fixesJaven O'Neal2016-07-041-10/+5
* bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8Javen O'Neal2016-07-041-0/+2
* add missing ASL license header from bug 59788 comment 2 r1751185Javen O'Neal2016-07-041-0/+17
* bug 59166: suggest alternative implementations for TempFileCreationStrategyJaven O'Neal2016-07-042-4/+61
* bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to ...Javen O'Neal2016-07-042-87/+101
* javadocs fixes (jdk8)Andreas Beeker2016-07-033-17/+107
* bug 59788: create temporary directoriesJaven O'Neal2016-07-032-5/+56
* deprecated DrawingManagerAndreas Beeker2016-07-031-0/+3
* #59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape class...Andreas Beeker2016-07-0310-1146/+8
* javadocs fixes (jdk8)Andreas Beeker2016-07-0322-137/+264
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-0311-34/+47
* bug 59773: move loop invariants outside of loop or change for loops to for-ea...Javen O'Neal2016-07-022-3/+7
* bug 59781: promote to Common SS: move PaneInformation from o.a.p.hssf.util to...Javen O'Neal2016-07-025-83/+113
* findbugs: remove switch statement fall-through and move default switch to bottomJaven O'Neal2016-07-021-2/+2
* deprecate o.a.p.hssf.util.AreaReference as it shadows o.a.p.ss.util.AreaRefer...Javen O'Neal2016-07-021-1/+4
* findbugs: DocumentInputStream.skip(long) result not checked; close DocumentIn...Javen O'Neal2016-07-021-61/+69
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-021-243/+243