Javen O'Neal
|
44f0a6a66a
|
add 2^x to POWER2 comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751992 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 08:54:07 +00:00 |
|
Javen O'Neal
|
e563dee47c
|
bug 52949,59830: move module storage and decompressing into a standalone function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751990 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 08:51:57 +00:00 |
|
Javen O'Neal
|
d8c65c777e
|
bug 52949,59830: move module storage and decompressing into a standalone function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751987 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 08:18:29 +00:00 |
|
Javen O'Neal
|
76dde0aed5
|
bug 59830: attach context to any IOException (likely a result of reaching EOF on input stream)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751986 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 08:05:43 +00:00 |
|
Javen O'Neal
|
ca22a79e01
|
close streams if an exception is throw
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751983 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 06:30:12 +00:00 |
|
Javen O'Neal
|
909c07f37f
|
bug 59830: add context to why no more bytes could be read from input stream
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751982 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-09 05:39:56 +00:00 |
|
Javen O'Neal
|
a6f5ef09ef
|
bug 59833: add getFillPatternEnum and setFillPattern(FillPatternType) to CellStyle; consolidate duplicated FillPattern constants in CellStyle to FillPatternType enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751972 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 22:28:28 +00:00 |
|
Javen O'Neal
|
3092c1121e
|
bug 55555: set fill pattern, foreground color, and background color order correctly to follow HSSFCellStyle's order requirement; patch from Qualtagh. This closes #33 on Github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751955 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-08 18:45:15 +00:00 |
|
Javen O'Neal
|
4c72ddaba1
|
add @Internal annotations to implementations of Internal EvaluationWorkbook and EvaluationSheet interfaces; added @since annotations to clearAllCachedResultValues added in r1751836.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751843 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 23:20:34 +00:00 |
|
Javen O'Neal
|
bb7da64c25
|
add crude line-coverage tests for setDebugEvaluationOutputForNextEval and setIgnoreMissingWorkbooks
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751841 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 23:00:07 +00:00 |
|
Javen O'Neal
|
dd32e6b5b5
|
add getters for setIgnoreMissingWorkbooks and setDebugEvaluationOutputForNextEval; add internal decorator; getSupportedFunctionNames and getNotSupportedFunctionNames should return unmodifiable collections
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751840 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:46:06 +00:00 |
|
Javen O'Neal
|
85def647c9
|
whitespace (3sp to 4sp)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751839 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:38:09 +00:00 |
|
Javen O'Neal
|
2e142f4d6a
|
whitespace (tabs to spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751838 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:29:28 +00:00 |
|
Javen O'Neal
|
38c052cca1
|
add @Override annotations to spreadsheet formula Evaluation classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751837 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:27:32 +00:00 |
|
Javen O'Neal
|
9539c626a9
|
bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from Greg Woolsey.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751836 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 22:22:10 +00:00 |
|
Javen O'Neal
|
b45a65e667
|
bug 59805: avoid memory leaks if time zone or locale are never set or user never resets the time zone or locale; patch from apptaro
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751739 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 01:10:24 +00:00 |
|
Javen O'Neal
|
5cbd7552eb
|
findbugs: replace switch statement with fall-throughs with if statement, remove duplicate code
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751738 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-07 00:48:52 +00:00 |
|
Javen O'Neal
|
1766825f62
|
bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that call ThreadLocal.remove to fix PermGen memory leaks for long-running threaded applications; patch from apptaro
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751641 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-06 09:23:34 +00:00 |
|
Javen O'Neal
|
0390a566a5
|
bug 59805: make LocaleUtil a static class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751601 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-06 05:40:53 +00:00 |
|
Javen O'Neal
|
78801432ed
|
bug 59804: javadoc update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751574 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:33:31 +00:00 |
|
Javen O'Neal
|
b37fde6d96
|
+svn:eol-style=native
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751572 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:26:32 +00:00 |
|
Javen O'Neal
|
93f1f4b027
|
bug 59804: indicate when features were @Internal-ized
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751570 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:22:49 +00:00 |
|
Javen O'Neal
|
f78b266d73
|
bug 59804: add since attribute to @Internal annotation; add @Removal annotation to track when features will be removed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751569 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 23:01:05 +00:00 |
|
Andreas Beeker
|
05cecde4a5
|
javadocs fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751568 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-05 22:57:50 +00:00 |
|
Andreas Beeker
|
3ef17caad7
|
javadocs fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751387 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 23:45:19 +00:00 |
|
Javen O'Neal
|
18f2e5e405
|
typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751372 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 19:00:35 +00:00 |
|
Javen O'Neal
|
45f209e58c
|
mark BitField as internal use only
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751371 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 18:50:26 +00:00 |
|
Javen O'Neal
|
eb6488585a
|
bug 59790,59791: add @since javadoc annotation to FormulaType and CellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751287 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 13:49:44 +00:00 |
|
Javen O'Neal
|
be49e0c5a7
|
bug 59791: CellFormat#ultimateType(Cell) should return an integer for backwards compatibility (use ultimateTypeEnum for now for CellType enums); re-add SXSSFCell(SXSSFRow, int) for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751273 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 13:09:30 +00:00 |
|
Javen O'Neal
|
03671fea80
|
bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType getter javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751264 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 12:35:49 +00:00 |
|
Javen O'Neal
|
268c5deeb2
|
bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an integer for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751261 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 12:21:42 +00:00 |
|
Javen O'Neal
|
034d3cfcca
|
bug 59791: getCellType and getCachedFormulaResultType should return an integer for backwards compatibility
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751256 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 11:54:20 +00:00 |
|
Javen O'Neal
|
fba65665fb
|
reorganize imports (remove unused imports, sort alphabetically)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751244 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 10:38:25 +00:00 |
|
Javen O'Neal
|
64ef8e26a3
|
bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751240 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 10:15:18 +00:00 |
|
Javen O'Neal
|
d1d6ea97fb
|
bug 59791: convert Cell Type to an enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751237 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 09:45:46 +00:00 |
|
Javen O'Neal
|
8df4c77647
|
bug 59790: convert FormulaType class to enum
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751210 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 05:37:06 +00:00 |
|
Javen O'Neal
|
6605ff96ab
|
javadocs fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751209 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 05:00:55 +00:00 |
|
Javen O'Neal
|
d358c2a0ab
|
bug 59789: move HSSFComment shifting due to rowShift outside of for-loop for performance
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751198 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 03:06:11 +00:00 |
|
Javen O'Neal
|
9208fc384e
|
rearrange JavaDocs to match constructor ordering
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751197 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 02:58:38 +00:00 |
|
Javen O'Neal
|
909b428443
|
findbugs fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751195 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 02:14:02 +00:00 |
|
Javen O'Neal
|
954306ea2e
|
bug 59773: replace for loops with for-each loops; javadocs fixes for JDK8
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751193 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 01:49:28 +00:00 |
|
Javen O'Neal
|
8329fc22f5
|
add missing ASL license header from bug 59788 comment 2 r1751185
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751192 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 01:28:19 +00:00 |
|
Javen O'Neal
|
f972e1c6e4
|
bug 59166: suggest alternative implementations for TempFileCreationStrategy
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751190 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 01:07:52 +00:00 |
|
Javen O'Neal
|
569db169dd
|
bug 59788: move DefaultTempFileCreationStrategy from TempFile inner class to its own class
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751185 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-04 00:00:20 +00:00 |
|
Andreas Beeker
|
b56b2497d0
|
javadocs fixes (jdk8)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751184 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 23:38:06 +00:00 |
|
Javen O'Neal
|
0e118a7b6d
|
bug 59788: create temporary directories
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751177 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 22:58:06 +00:00 |
|
Andreas Beeker
|
1781e9d83f
|
deprecated DrawingManager
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751175 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 22:21:55 +00:00 |
|
Andreas Beeker
|
8e84226202
|
#59170 - Remove deprecated classes (POI 3.15) - o.a.p.hssf.model.*Shape classes removed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751174 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 21:54:17 +00:00 |
|
Andreas Beeker
|
6899a1ad95
|
javadocs fixes (jdk8)
(eclipse) source clean ups
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751165 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 18:25:05 +00:00 |
|
Javen O'Neal
|
33cf815199
|
bug 59773: move loop invariants outside of loop or change for loops to for-each loops
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751131 13f79535-47bb-0310-9956-ffa450edef68
|
2016-07-03 07:20:47 +00:00 |
|