aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix regular expression exampleJaven O'Neal2016-07-081-1/+1
* bug 59826: ant script to apply patch.tar.gz files from bugzillaJaven O'Neal2016-07-081-0/+53
* add crude unit test for ZipPackagePropertiesMarshallerJaven O'Neal2016-07-082-0/+37
* convert to junit4Javen O'Neal2016-07-082-45/+26
* whitespace and +svn:eol-style=nativeJaven O'Neal2016-07-081-77/+77
* add @Internal annotations to implementations of Internal EvaluationWorkbook a...Javen O'Neal2016-07-0711-3/+55
* add crude line-coverage tests for setDebugEvaluationOutputForNextEval and set...Javen O'Neal2016-07-072-10/+39
* 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-078-8/+85
* bug 59814: clear evaluation workbook and evaluation sheet caches. Patch from ...Javen O'Neal2016-07-0713-3/+106
* +svn:eol-style nativeJaven O'Neal2016-07-070-0/+0
* whitespace; +svn:eol-style=nativeJaven O'Neal2016-07-071-1084/+1084
* Findbugs-JDK8: log ignored exceptionJaven O'Neal2016-07-071-4/+9
* bug 50795: move hack to avoid xmlbeans corrupt pointer to its own functionJaven O'Neal2016-07-071-8/+9
* bug 59805: tearDown should reset, not set, the LocaleUtil ThreadLocals (also ...Javen O'Neal2016-07-071-7/+13
* 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
* add comment about a bug found by findbugs-jdk8. Someone more familiar with HS...Javen O'Neal2016-07-071-0/+1
* bug 59805: add LocaleUtil#resetUserTimeZone and #resetUserLocale methods that...Javen O'Neal2016-07-062-7/+37
* bug 59805: add unit test for LocaleUtil#getLocaleCalendarJaven O'Neal2016-07-061-0/+44
* bug 59805: add unit test for LocaleUtilJaven O'Neal2016-07-061-0/+55
* 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-053-18/+18
* bug 59804: indicate when features were @Internal-izedJaven O'Neal2016-07-0517-36/+49
* 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
* bug 59784: replace 'signed' with 'signature (.asc)'; patch from SebbJaven O'Neal2016-07-051-4/+4
* Add a unit-test to verify that DataFormatter.formatCellValue() does format fo...Dominik Stadler2016-07-051-0/+20
* javadocs fixes (jdk8)Andreas Beeker2016-07-0414-37/+183
* When dumping a HMEF body that is a string not RTF, use a predictable encoding...Nick Burch2016-07-041-1/+9
* Fix HMEFMessage to allow fetching attributes by custom MAPI PropertiesNick Burch2016-07-042-1/+33
* #59780 OPC support for a wider range of timezone'd created and modified date ...Nick Burch2016-07-043-5/+39
* Add ignored test for #59780, and specially-crafted test fileNick Burch2016-07-042-0/+19
* bug 59796: XSSFTable#getRowCount off-by-one errorJaven O'Neal2016-07-042-5/+25
* typoJaven O'Neal2016-07-041-1/+1
* mark BitField as internal use onlyJaven O'Neal2016-07-041-1/+1
* pre for-each iteration over for index iterationJaven O'Neal2016-07-041-4/+6
* bug 59795: add method to synchronize start and stop cell references with CTTableJaven O'Neal2016-07-042-10/+77
* Try (as best as possible with no test file) to extract uncompressed HMEF test...Nick Burch2016-07-042-3/+33
* 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-043-5/+36
* bug 59791: add @since to Cell, EvaluationCell, and FormulaEvaluator CellType ...Javen O'Neal2016-07-0411-38/+95
* bug 59791: FormulaEvaluator#evaluateFormulaCell(Cell) should return an intege...Javen O'Neal2016-07-0430-103/+195
* bug 59791: getCellType and getCachedFormulaResultType should return an intege...Javen O'Neal2016-07-0476-415/+661
* reorganize imports (remove unused imports, sort alphabetically)Javen O'Neal2016-07-0444-114/+109
* bug 59791: replace deprecated Cell.CELL_TYPE_* usage with CellType.*Javen O'Neal2016-07-0481-405/+460
* bug 59791: convert Cell Type to an enumJaven O'Neal2016-07-0454-1117/+1334