aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix regular expression exampleJaven O'Neal2016-07-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751885 13f79535-47bb-0310-9956-ffa450edef68
* bug 59826: ant script to apply patch.tar.gz files from bugzillaJaven O'Neal2016-07-081-0/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751883 13f79535-47bb-0310-9956-ffa450edef68
* add crude unit test for ZipPackagePropertiesMarshallerJaven O'Neal2016-07-082-0/+37
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751872 13f79535-47bb-0310-9956-ffa450edef68
* convert to junit4Javen O'Neal2016-07-082-45/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751870 13f79535-47bb-0310-9956-ffa450edef68
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-081-77/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751867 13f79535-47bb-0310-9956-ffa450edef68
* add @Internal annotations to implementations of Internal EvaluationWorkbook ↵Javen O'Neal2016-07-0711-3/+55
| | | | | | 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
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and ↵Javen O'Neal2016-07-072-10/+39
| | | | | | setIgnoreMissingWorkbooks git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751841 13f79535-47bb-0310-9956-ffa450edef68
* add getters for setIgnoreMissingWorkbooks and ↵Javen O'Neal2016-07-071-2/+11
| | | | | | 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
* whitespace (3sp to 4sp)Javen O'Neal2016-07-071-73/+74
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751839 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-07-074-210/+210
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751838 13f79535-47bb-0310-9956-ffa450edef68
* add @Override annotations to spreadsheet formula Evaluation classesJaven O'Neal2016-07-078-8/+85
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751837 13f79535-47bb-0310-9956-ffa450edef68
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ↵Javen O'Neal2016-07-0713-3/+106
| | | | | | Greg Woolsey. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751836 13f79535-47bb-0310-9956-ffa450edef68
* +svn:eol-style nativeJaven O'Neal2016-07-070-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751835 13f79535-47bb-0310-9956-ffa450edef68
* whitespace; +svn:eol-style=nativeJaven O'Neal2016-07-071-1084/+1084
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751744 13f79535-47bb-0310-9956-ffa450edef68
* Findbugs-JDK8: log ignored exceptionJaven O'Neal2016-07-071-4/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751743 13f79535-47bb-0310-9956-ffa450edef68
* bug 50795: move hack to avoid xmlbeans corrupt pointer to its own functionJaven O'Neal2016-07-071-8/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751742 13f79535-47bb-0310-9956-ffa450edef68
* bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ↵Javen O'Neal2016-07-071-7/+13
| | | | | | avoid memory leaks) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751741 13f79535-47bb-0310-9956-ffa450edef68
* bug 59805: avoid memory leaks if time zone or locale are never set or user ↵Javen O'Neal2016-07-071-26/+20
| | | | | | 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
* findbugs: replace switch statement with fall-throughs with if statement, ↵Javen O'Neal2016-07-071-50/+27
| | | | | | remove duplicate code git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751738 13f79535-47bb-0310-9956-ffa450edef68
* add comment about a bug found by findbugs-jdk8. Someone more familiar with ↵Javen O'Neal2016-07-071-0/+1
| | | | | | HSLF should resolve this. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751737 13f79535-47bb-0310-9956-ffa450edef68
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods ↵Javen O'Neal2016-07-062-7/+37
| | | | | | 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
* bug 59805: add unit test for LocaleUtil#getLocaleCalendarJaven O'Neal2016-07-061-0/+44
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751629 13f79535-47bb-0310-9956-ffa450edef68
* bug 59805: add unit test for LocaleUtilJaven O'Neal2016-07-061-0/+55
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751620 13f79535-47bb-0310-9956-ffa450edef68
* bug 59805: make LocaleUtil a static classJaven O'Neal2016-07-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751601 13f79535-47bb-0310-9956-ffa450edef68
* bug 59804: javadoc updateJaven O'Neal2016-07-051-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751574 13f79535-47bb-0310-9956-ffa450edef68
* +svn:eol-style=nativeJaven O'Neal2016-07-053-18/+18
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751572 13f79535-47bb-0310-9956-ffa450edef68
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-0517-36/+49
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751570 13f79535-47bb-0310-9956-ffa450edef68
* bug 59804: add since attribute to @Internal annotation; add @Removal ↵Javen O'Neal2016-07-052-4/+76
| | | | | | 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
* javadocs fixes (jdk8)Andreas Beeker2016-07-056-101/+119
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751568 13f79535-47bb-0310-9956-ffa450edef68
* bug 59784: replace 'signed' with 'signature (.asc)'; patch from SebbJaven O'Neal2016-07-051-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751559 13f79535-47bb-0310-9956-ffa450edef68
* Add a unit-test to verify that DataFormatter.formatCellValue() does format ↵Dominik Stadler2016-07-051-0/+20
| | | | | | formula-results correctly git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751400 13f79535-47bb-0310-9956-ffa450edef68
* javadocs fixes (jdk8)Andreas Beeker2016-07-0414-37/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751387 13f79535-47bb-0310-9956-ffa450edef68
* When dumping a HMEF body that is a string not RTF, use a predictable ↵Nick Burch2016-07-041-1/+9
| | | | | | encoding rather than whatever the property happened to have in the original file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751386 13f79535-47bb-0310-9956-ffa450edef68
* Fix HMEFMessage to allow fetching attributes by custom MAPI PropertiesNick Burch2016-07-042-1/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751385 13f79535-47bb-0310-9956-ffa450edef68
* #59780 OPC support for a wider range of timezone'd created and modified date ↵Nick Burch2016-07-043-5/+39
| | | | | | formats in package properties git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751379 13f79535-47bb-0310-9956-ffa450edef68
* Add ignored test for #59780, and specially-crafted test fileNick Burch2016-07-042-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751375 13f79535-47bb-0310-9956-ffa450edef68
* bug 59796: XSSFTable#getRowCount off-by-one errorJaven O'Neal2016-07-042-5/+25
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751373 13f79535-47bb-0310-9956-ffa450edef68
* typoJaven O'Neal2016-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751372 13f79535-47bb-0310-9956-ffa450edef68
* mark BitField as internal use onlyJaven O'Neal2016-07-041-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751371 13f79535-47bb-0310-9956-ffa450edef68
* pre for-each iteration over for index iterationJaven O'Neal2016-07-041-4/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751369 13f79535-47bb-0310-9956-ffa450edef68
* bug 59795: add method to synchronize start and stop cell references with CTTableJaven O'Neal2016-07-042-10/+77
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751368 13f79535-47bb-0310-9956-ffa450edef68
* Try (as best as possible with no test file) to extract uncompressed HMEF ↵Nick Burch2016-07-042-3/+33
| | | | | | test when that is there instead of Compressed RTF git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751361 13f79535-47bb-0310-9956-ffa450edef68
* bug 59790,59791: add @since javadoc annotation to FormulaType and CellTypeJaven O'Neal2016-07-042-6/+26
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751287 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: CellFormat#ultimateType(Cell) should return an integer for ↵Javen O'Neal2016-07-043-5/+36
| | | | | | 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
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ↵Javen O'Neal2016-07-0411-38/+95
| | | | | | getter javadocs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751264 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an ↵Javen O'Neal2016-07-0430-103/+195
| | | | | | integer for backwards compatibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751261 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: getCellType and getCachedFormulaResultType should return an ↵Javen O'Neal2016-07-0476-415/+661
| | | | | | integer for backwards compatibility git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751256 13f79535-47bb-0310-9956-ffa450edef68
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-0444-114/+109
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751244 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0481-405/+460
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751240 13f79535-47bb-0310-9956-ffa450edef68
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-0454-1117/+1334
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1751237 13f79535-47bb-0310-9956-ffa450edef68