summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* close opened workbooks in unit testsxssf_structured_referencesJaven O'Neal2016-06-101-11/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747656 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: add structured reference formula parsing tests from ↵Javen O'Neal2016-06-102-13/+202
| | | | | | FormulaParser.parseStructuredReference git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747655 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-103-276/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747638 13f79535-47bb-0310-9956-ffa450edef68
* ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4Javen O'Neal2016-06-102-3/+14
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747633 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-135/+135
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747632 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-101-515/+515
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747628 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex ↵Javen O'Neal2016-06-1013-61/+116
| | | | | | argument from calls to FormulaParser.parse(String, FormulaParsingWorkbook, FormulaType, int sheetIndex) when rowIndex is irrelevant, clear xmlColumnPr and commonXPath during updateHeaders so that users have a mechanism to clear invalidated cached values git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747627 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-108-1237/+1237
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747625 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-103-1346/+1346
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747623 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-1617/+1617
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747622 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: check for null to avoid NPE; add unit test for ↵Javen O'Neal2016-06-105-3/+43
| | | | | | XSSFWorkbook.getTable() git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747621 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook ↵Javen O'Neal2016-06-101-35/+10
| | | | | | where staleness is less likely to cause problems for users git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747616 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook ↵Javen O'Neal2016-06-103-8/+52
| | | | | | where staleness is less likely to cause problems for users git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747615 13f79535-47bb-0310-9956-ffa450edef68
* whitespace (tabs to spaces)Javen O'Neal2016-06-102-166/+170
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747614 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get ↵Javen O'Neal2016-06-1020-47/+528
| | | | | | structured references working in XSSFWorkbook formulas git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747612 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get ↵Javen O'Neal2016-06-101-0/+63
| | | | | | structured references working in XSSFWorkbook formulas git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747611 13f79535-47bb-0310-9956-ffa450edef68
* create branch for merging bug 57840 changesJaven O'Neal2016-06-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747607 13f79535-47bb-0310-9956-ffa450edef68
* #59686 - Error when trying to access XSLFTableCell properties like ↵Andreas Beeker2016-06-092-0/+33
| | | | | | textHeight, lineWidth, etc. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747605 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: add Table interface for Structured References. Patch from Daniel ↵Javen O'Neal2016-06-091-0/+78
| | | | | | Livshen and Greg Woolsey. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747602 13f79535-47bb-0310-9956-ffa450edef68
* bug 57840: add StructuredReferences example workbook from Greg WoolseyJaven O'Neal2016-06-091-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747482 13f79535-47bb-0310-9956-ffa450edef68
* +svnprops eol-style=nativeJaven O'Neal2016-06-090-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747481 13f79535-47bb-0310-9956-ffa450edef68
* javadocs / java warnings (jdk8) fixesAndreas Beeker2016-06-075-6/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747327 13f79535-47bb-0310-9956-ffa450edef68
* Add XSSF support to ForkedEvaluatorAndreas Beeker2016-06-074-25/+61
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747326 13f79535-47bb-0310-9956-ffa450edef68
* #59170 - Remove deprecated classes (POI 3.15) - remove ↵Andreas Beeker2016-06-071-112/+65
| | | | | | BuiltinFormats.getBuiltinFormats() git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747325 13f79535-47bb-0310-9956-ffa450edef68
* add comments and make the statefulness of localeIsAdapting more obvious.Javen O'Neal2016-06-071-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747171 13f79535-47bb-0310-9956-ffa450edef68
* make emulateCSV final, add a single common all-inclusive (private) ↵Javen O'Neal2016-06-071-8/+15
| | | | | | constructor that all other constructors tree up to and invert the constructors git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747163 13f79535-47bb-0310-9956-ffa450edef68
* replace Obervable with Observable; emulateCsv with emulateCSVJaven O'Neal2016-06-071-22/+22
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747152 13f79535-47bb-0310-9956-ffa450edef68
* bug 59638: patch from Axel Howind, support non-comma number grouping ↵Javen O'Neal2016-06-072-6/+30
| | | | | | separators (such as German 1.234,57) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747139 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixAndreas Beeker2016-06-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747093 13f79535-47bb-0310-9956-ffa450edef68
* close resourcesAndreas Beeker2016-06-061-35/+38
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747092 13f79535-47bb-0310-9956-ffa450edef68
* javadocs / java warnings (jdk8) fixesAndreas Beeker2016-06-0628-123/+663
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747090 13f79535-47bb-0310-9956-ffa450edef68
* Fix test-failure in Maven builds that I introduced by manually deleting the ↵Dominik Stadler2016-06-051-0/+8
| | | | | | temporary directory in the test. The Maven build runs these in one process and thus the directory was not re-created any more. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746933 13f79535-47bb-0310-9956-ffa450edef68
* try to find out temp file errors on maven buildAndreas Beeker2016-06-051-6/+10
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746932 13f79535-47bb-0310-9956-ffa450edef68
* Sonar-Runs: Get rid of shortened stacktraces and permgen errorAndreas Beeker2016-06-052-2/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746931 13f79535-47bb-0310-9956-ffa450edef68
* Check if user properties are picked up on maven buildAndreas Beeker2016-06-051-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746901 13f79535-47bb-0310-9956-ffa450edef68
* PPTX2PNG - don't complain about missing output dir, when in testing modeAndreas Beeker2016-06-051-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746893 13f79535-47bb-0310-9956-ffa450edef68
* Regression fix for XSLF Andreas Beeker2016-06-058-78/+125
| | | | | | | - master style was always overridden, because of r1745100 - AIOOB in TextDirection mapping git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746858 13f79535-47bb-0310-9956-ffa450edef68
* #57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to ↵Andreas Beeker2016-06-0421-261/+890
| | | | | | a PNG/SVG image git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746856 13f79535-47bb-0310-9956-ffa450edef68
* Try to not fail if the time-webservice is offline temporarilyDominik Stadler2016-06-031-3/+7
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746671 13f79535-47bb-0310-9956-ffa450edef68
* Add disabled test for XWPF writing to a new stream when opened read-onlyNick Burch2016-06-022-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746653 13f79535-47bb-0310-9956-ffa450edef68
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-0220-363/+309
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746627 13f79535-47bb-0310-9956-ffa450edef68
* Avoid NPE in XWPFTableCell, taken from ↵Dominik Stadler2016-06-023-25/+33
| | | | | | https://github.com/prasad-babu/poi/tree/WORKING_BRANCH git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746625 13f79535-47bb-0310-9956-ffa450edef68
* Try to reproduce bug 57798 but it seems to be fixed in the meantimeDominik Stadler2016-06-024-1/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746624 13f79535-47bb-0310-9956-ffa450edef68
* Bug 59378: Try to reproduce, but could notDominik Stadler2016-06-022-0/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746623 13f79535-47bb-0310-9956-ffa450edef68
* The changes for using AccessController/SecurityManager also added a log ↵Dominik Stadler2016-06-013-41/+54
| | | | | | which now spams a lot if log is enabled in integration-tests, reduce it a bit by not trying to call "cleaner()" on HeapByteBuffer which does not have it for sure git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746411 13f79535-47bb-0310-9956-ffa450edef68
* Javadoc fixNick Burch2016-05-311-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746286 13f79535-47bb-0310-9956-ffa450edef68
* Cleanup old version of curvesapi to not use it any longerDominik Stadler2016-05-311-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746276 13f79535-47bb-0310-9956-ffa450edef68
* Change logger.log to System.out to print out one line for each file that is ↵Dominik Stadler2016-05-311-20/+10
| | | | | | handled in the test, otherwise it is sometimes impossible to see where the test stopped (e.g. on timeout), enabling POILogger leads to 400MB logs, which is usually too much to handle... git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746275 13f79535-47bb-0310-9956-ffa450edef68
* Fix some compiler/IntelliJ warningsDominik Stadler2016-05-3115-49/+35
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746274 13f79535-47bb-0310-9956-ffa450edef68
* Patch from virtuald from #59643 - update the maven-install target to match ↵Nick Burch2016-05-311-2/+2
| | | | | | current maven resource paths in dist git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746257 13f79535-47bb-0310-9956-ffa450edef68