]> source.dussan.org Git - poi.git/log
poi.git
8 years agobug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% evaluation...
Javen O'Neal [Sat, 11 Jun 2016 02:10:32 +0000 (02:10 +0000)]
bug 57840: cache XSSFEvaluationCell and XSSFEvaluationSheet instances (30% evaluation speedup due to caching and faster cell lookup); patch from Greg Woolsey

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747838 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evaluation...
Javen O'Neal [Sat, 11 Jun 2016 01:48:37 +0000 (01:48 +0000)]
bug 57840: avoid auto-boxing ints for row/column TreeTable lookups (4% evaluation speedup at the cost of additional Integer objects); patch from Greg Woolsey

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747837 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd warnings that AnalysisToolPak inconsistently handles case-sensitivity of function...
Javen O'Neal [Sat, 11 Jun 2016 01:41:54 +0000 (01:41 +0000)]
add warnings that AnalysisToolPak inconsistently handles case-sensitivity of function names

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747835 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd crude unit tests for UDFFinder classes
Javen O'Neal [Sat, 11 Jun 2016 01:38:27 +0000 (01:38 +0000)]
add crude unit tests for UDFFinder classes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747834 13f79535-47bb-0310-9956-ffa450edef68

8 years agoremove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p.ss...
Javen O'Neal [Sat, 11 Jun 2016 00:51:12 +0000 (00:51 +0000)]
remove deprecated o.a.p.xssf.model.IndexedUDFFinder, which was moved to o.a.p.ss.formula.udf 3 years ago and was @Internal before that

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747828 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+props svn:eol-style=native
Javen O'Neal [Sat, 11 Jun 2016 00:45:12 +0000 (00:45 +0000)]
+props svn:eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747826 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd @Override annotations
Javen O'Neal [Sat, 11 Jun 2016 00:42:57 +0000 (00:42 +0000)]
add @Override annotations

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747825 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix typo
Javen O'Neal [Sat, 11 Jun 2016 00:42:33 +0000 (00:42 +0000)]
fix typo

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747824 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: initialize the column header cache with 50% empty space
Javen O'Neal [Sat, 11 Jun 2016 00:38:42 +0000 (00:38 +0000)]
bug 57840: initialize the column header cache with 50% empty space

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747823 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Sat, 11 Jun 2016 00:34:22 +0000 (00:34 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747822 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Sat, 11 Jun 2016 00:16:14 +0000 (00:16 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747821 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Sat, 11 Jun 2016 00:15:00 +0000 (00:15 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747820 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add test using a Data Table not anchored at A1
Javen O'Neal [Sat, 11 Jun 2016 00:11:41 +0000 (00:11 +0000)]
bug 57840: add test using a Data Table not anchored at A1

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747819 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add data table not anchored at A1 for testing XSSFTable.getStartColIndex...
Javen O'Neal [Fri, 10 Jun 2016 23:55:27 +0000 (23:55 +0000)]
bug 57840: add data table not anchored at A1 for testing XSSFTable.getStartColIndex()/getEndColIndex()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747817 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix text height test
Andreas Beeker [Fri, 10 Jun 2016 21:29:47 +0000 (21:29 +0000)]
fix text height test

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747803 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfMappedCol...
Javen O'Neal [Fri, 10 Jun 2016 18:45:14 +0000 (18:45 +0000)]
bug 57840: add unit tests for XSSFTable methods; rename XSSFTable.getNumerOfMappedColumns() to getNumberOfMappedColumn()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747771 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add unit test for XSSFTable.findColumnIndex
Javen O'Neal [Fri, 10 Jun 2016 18:10:52 +0000 (18:10 +0000)]
bug 57840: add unit test for XSSFTable.findColumnIndex

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747762 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg Woolsey
Javen O'Neal [Fri, 10 Jun 2016 17:13:45 +0000 (17:13 +0000)]
bug 57840: fix to reuse XSSFEvaluationWorkbook inside itself; patch from Greg Woolsey

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747754 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+props svn:eol-style native
Javen O'Neal [Fri, 10 Jun 2016 17:12:28 +0000 (17:12 +0000)]
+props svn:eol-style native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747752 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57721: add unit test for evaluating all formulas in a workbook containing structu...
Javen O'Neal [Fri, 10 Jun 2016 16:36:59 +0000 (16:36 +0000)]
bug 57721: add unit test for evaluating all formulas in a workbook containing structured reference formulas; patch from gruber.chri@gmx.at

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747740 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelled method...
Javen O'Neal [Fri, 10 Jun 2016 11:52:44 +0000 (11:52 +0000)]
bug 59684: correctly parse CellReference(HOMEst163); Also deprecate misspelled methods isRowWithinRange/isColumnWithinRange

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747687 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuantifier...
Javen O'Neal [Fri, 10 Jun 2016 11:16:16 +0000 (11:16 +0000)]
findbugs: SBSC_USE_STRINGBUFFER_CONCATENATION FormulaParser.parseAsColumnQuantifier() concatenates strings using + in a loop

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747685 13f79535-47bb-0310-9956-ffa450edef68

8 years agoJavadoc fixes
Nick Burch [Fri, 10 Jun 2016 09:42:09 +0000 (09:42 +0000)]
Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747674 13f79535-47bb-0310-9956-ffa450edef68

8 years agoJavadoc fixes
Nick Burch [Fri, 10 Jun 2016 09:40:26 +0000 (09:40 +0000)]
Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747673 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix javadocs
Javen O'Neal [Fri, 10 Jun 2016 09:16:41 +0000 (09:16 +0000)]
fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747671 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd missing AL header
Javen O'Neal [Fri, 10 Jun 2016 09:10:41 +0000 (09:10 +0000)]
add missing AL header

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747669 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix spelling error
Javen O'Neal [Fri, 10 Jun 2016 07:45:31 +0000 (07:45 +0000)]
fix spelling error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747659 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: merge changes from ^/poi/branches/xssf_structured_references to ^/poi...
Javen O'Neal [Fri, 10 Jun 2016 07:41:09 +0000 (07:41 +0000)]
bug 57840: merge changes from ^/poi/branches/xssf_structured_references to ^/poi/trunk

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747657 13f79535-47bb-0310-9956-ffa450edef68

8 years agoclose opened workbooks in unit tests xssf_structured_references xssf_structured_references
Javen O'Neal [Fri, 10 Jun 2016 07:36:22 +0000 (07:36 +0000)]
close opened workbooks in unit tests

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747656 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add structured reference formula parsing tests from FormulaParser.parseStr...
Javen O'Neal [Fri, 10 Jun 2016 07:33:30 +0000 (07:33 +0000)]
bug 57840: add structured reference formula parsing tests from FormulaParser.parseStructuredReference

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747655 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 05:38:10 +0000 (05:38 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747638 13f79535-47bb-0310-9956-ffa450edef68

8 years agoooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4
Javen O'Neal [Fri, 10 Jun 2016 04:57:04 +0000 (04:57 +0000)]
ooxml o.a.p.ss.formula.TestFormulaParser junit3 -> junit4

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747633 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 04:45:58 +0000 (04:45 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747632 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 04:40:56 +0000 (04:40 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747628 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex argument...
Javen O'Neal [Fri, 10 Jun 2016 04:20:41 +0000 (04:20 +0000)]
bug 57840: add javadocs (warn about stale XSSFTable cache), remove rowIndex 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

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 02:51:45 +0000 (02:51 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747625 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 02:01:15 +0000 (02:01 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747623 13f79535-47bb-0310-9956-ffa450edef68

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 01:57:13 +0000 (01:57 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747622 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTable()
Javen O'Neal [Fri, 10 Jun 2016 01:52:08 +0000 (01:52 +0000)]
bug 57840: check for null to avoid NPE; add unit test for XSSFWorkbook.getTable()

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747621 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where...
Javen O'Neal [Fri, 10 Jun 2016 01:08:05 +0000 (01:08 +0000)]
bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook 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

8 years agobug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook where...
Javen O'Neal [Fri, 10 Jun 2016 01:02:05 +0000 (01:02 +0000)]
bug 57840: move XSSFTable cache from XSSFWorkbook to XSSFEvaluationWorkbook 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

8 years agowhitespace (tabs to spaces)
Javen O'Neal [Fri, 10 Jun 2016 00:26:39 +0000 (00:26 +0000)]
whitespace (tabs to spaces)

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747614 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured referen...
Javen O'Neal [Fri, 10 Jun 2016 00:21:59 +0000 (00:21 +0000)]
bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get 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

8 years agobug 57840: apply patch from Daniel Livshen and Greg Woolsey to get structured referen...
Javen O'Neal [Fri, 10 Jun 2016 00:21:21 +0000 (00:21 +0000)]
bug 57840: apply patch from Daniel Livshen and Greg Woolsey to get 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

8 years agocreate branch for merging bug 57840 changes
Javen O'Neal [Thu, 9 Jun 2016 23:10:08 +0000 (23:10 +0000)]
create branch for merging bug 57840 changes

git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xssf_structured_references@1747607 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59686 - Error when trying to access XSLFTableCell properties like textHeight, lineWi...
Andreas Beeker [Thu, 9 Jun 2016 23:06:42 +0000 (23:06 +0000)]
#59686 - Error when trying to access XSLFTableCell properties like textHeight, lineWidth, etc.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747605 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add Table interface for Structured References. Patch from Daniel Livshen...
Javen O'Neal [Thu, 9 Jun 2016 22:47:35 +0000 (22:47 +0000)]
bug 57840: add Table interface for Structured References. Patch from Daniel Livshen and Greg Woolsey.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747602 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 57840: add StructuredReferences example workbook from Greg Woolsey
Javen O'Neal [Thu, 9 Jun 2016 02:19:22 +0000 (02:19 +0000)]
bug 57840: add StructuredReferences example workbook from Greg Woolsey

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747482 13f79535-47bb-0310-9956-ffa450edef68

8 years ago+svnprops eol-style=native
Javen O'Neal [Thu, 9 Jun 2016 02:14:48 +0000 (02:14 +0000)]
+svnprops eol-style=native

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747481 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs / java warnings (jdk8) fixes
Andreas Beeker [Tue, 7 Jun 2016 23:38:05 +0000 (23:38 +0000)]
javadocs / java warnings (jdk8) fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747327 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd XSSF support to ForkedEvaluator
Andreas Beeker [Tue, 7 Jun 2016 23:15:40 +0000 (23:15 +0000)]
Add XSSF support to ForkedEvaluator

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747326 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats()
Andreas Beeker [Tue, 7 Jun 2016 23:13:57 +0000 (23:13 +0000)]
#59170 - Remove deprecated classes (POI 3.15) - remove BuiltinFormats.getBuiltinFormats()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747325 13f79535-47bb-0310-9956-ffa450edef68

8 years agoadd comments and make the statefulness of localeIsAdapting more obvious.
Javen O'Neal [Tue, 7 Jun 2016 08:54:08 +0000 (08:54 +0000)]
add comments and make the statefulness of localeIsAdapting more obvious.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747171 13f79535-47bb-0310-9956-ffa450edef68

8 years agomake emulateCSV final, add a single common all-inclusive (private) constructor that...
Javen O'Neal [Tue, 7 Jun 2016 07:39:40 +0000 (07:39 +0000)]
make emulateCSV final, add a single common all-inclusive (private) 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

8 years agoreplace Obervable with Observable; emulateCsv with emulateCSV
Javen O'Neal [Tue, 7 Jun 2016 06:37:24 +0000 (06:37 +0000)]
replace Obervable with Observable; emulateCsv with emulateCSV

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747152 13f79535-47bb-0310-9956-ffa450edef68

8 years agobug 59638: patch from Axel Howind, support non-comma number grouping separators ...
Javen O'Neal [Tue, 7 Jun 2016 06:18:44 +0000 (06:18 +0000)]
bug 59638: patch from Axel Howind, support non-comma number grouping separators (such as German 1.234,57)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747139 13f79535-47bb-0310-9956-ffa450edef68

8 years agosonar fix
Andreas Beeker [Mon, 6 Jun 2016 23:54:29 +0000 (23:54 +0000)]
sonar fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747093 13f79535-47bb-0310-9956-ffa450edef68

8 years agoclose resources
Andreas Beeker [Mon, 6 Jun 2016 23:34:17 +0000 (23:34 +0000)]
close resources

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747092 13f79535-47bb-0310-9956-ffa450edef68

8 years agojavadocs / java warnings (jdk8) fixes
Andreas Beeker [Mon, 6 Jun 2016 23:33:00 +0000 (23:33 +0000)]
javadocs / java warnings (jdk8) fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747090 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix test-failure in Maven builds that I introduced by manually deleting the temporary...
Dominik Stadler [Sun, 5 Jun 2016 16:55:48 +0000 (16:55 +0000)]
Fix test-failure in Maven builds that I introduced by manually deleting the 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

8 years agotry to find out temp file errors on maven build
Andreas Beeker [Sun, 5 Jun 2016 16:49:18 +0000 (16:49 +0000)]
try to find out temp file errors on maven build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746932 13f79535-47bb-0310-9956-ffa450edef68

8 years agoSonar-Runs: Get rid of shortened stacktraces and permgen error
Andreas Beeker [Sun, 5 Jun 2016 16:23:48 +0000 (16:23 +0000)]
Sonar-Runs: Get rid of shortened stacktraces and permgen error

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746931 13f79535-47bb-0310-9956-ffa450edef68

8 years agoCheck if user properties are picked up on maven build
Andreas Beeker [Sun, 5 Jun 2016 11:53:28 +0000 (11:53 +0000)]
Check if user properties are picked up on maven build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746901 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPPTX2PNG - don't complain about missing output dir, when in testing mode
Andreas Beeker [Sun, 5 Jun 2016 10:18:14 +0000 (10:18 +0000)]
PPTX2PNG - don't complain about missing output dir, when in testing mode

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746893 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRegression fix for XSLF
Andreas Beeker [Sun, 5 Jun 2016 01:04:58 +0000 (01:04 +0000)]
Regression fix for XSLF
- 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

8 years ago#57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG...
Andreas Beeker [Sat, 4 Jun 2016 22:53:00 +0000 (22:53 +0000)]
#57766 - XSLFTable isn't exported on convert slides of a .pptx slide show to a PNG/SVG image

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746856 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTry to not fail if the time-webservice is offline temporarily
Dominik Stadler [Fri, 3 Jun 2016 06:01:27 +0000 (06:01 +0000)]
Try to not fail if the time-webservice is offline temporarily

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746671 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdd disabled test for XWPF writing to a new stream when opened read-only
Nick Burch [Thu, 2 Jun 2016 22:59:47 +0000 (22:59 +0000)]
Add disabled test for XWPF writing to a new stream when opened read-only

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746653 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix some Sonar issues and some IntelliJ warnings
Dominik Stadler [Thu, 2 Jun 2016 20:14:28 +0000 (20:14 +0000)]
Fix some Sonar issues and some IntelliJ warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746627 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAvoid NPE in XWPFTableCell, taken from https://github.com/prasad-babu/poi/tree/WORKIN...
Dominik Stadler [Thu, 2 Jun 2016 20:09:44 +0000 (20:09 +0000)]
Avoid NPE in XWPFTableCell, taken from 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

8 years agoTry to reproduce bug 57798 but it seems to be fixed in the meantime
Dominik Stadler [Thu, 2 Jun 2016 20:09:35 +0000 (20:09 +0000)]
Try to reproduce bug 57798 but it seems to be fixed in the meantime

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746624 13f79535-47bb-0310-9956-ffa450edef68

8 years agoBug 59378: Try to reproduce, but could not
Dominik Stadler [Thu, 2 Jun 2016 20:09:25 +0000 (20:09 +0000)]
Bug 59378: Try to reproduce, but could not

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746623 13f79535-47bb-0310-9956-ffa450edef68

8 years agoThe changes for using AccessController/SecurityManager also added a log which now...
Dominik Stadler [Wed, 1 Jun 2016 08:05:07 +0000 (08:05 +0000)]
The changes for using AccessController/SecurityManager also added a log 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

8 years agoJavadoc fix
Nick Burch [Tue, 31 May 2016 15:08:14 +0000 (15:08 +0000)]
Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746286 13f79535-47bb-0310-9956-ffa450edef68

8 years agoCleanup old version of curvesapi to not use it any longer
Dominik Stadler [Tue, 31 May 2016 13:56:47 +0000 (13:56 +0000)]
Cleanup old version of curvesapi to not use it any longer

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746276 13f79535-47bb-0310-9956-ffa450edef68

8 years agoChange logger.log to System.out to print out one line for each file that is handled...
Dominik Stadler [Tue, 31 May 2016 13:52:16 +0000 (13:52 +0000)]
Change logger.log to System.out to print out one line for each file that is 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

8 years agoFix some compiler/IntelliJ warnings
Dominik Stadler [Tue, 31 May 2016 13:48:25 +0000 (13:48 +0000)]
Fix some compiler/IntelliJ warnings

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746274 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPatch from virtuald from #59643 - update the maven-install target to match current...
Nick Burch [Tue, 31 May 2016 09:13:46 +0000 (09:13 +0000)]
Patch from  virtuald from #59643 - update the maven-install target to match current maven resource paths in dist

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746257 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpdate curvesapi to 1.04
Dustin Spicuzza [Mon, 30 May 2016 19:21:49 +0000 (19:21 +0000)]
Update curvesapi to 1.04

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746168 13f79535-47bb-0310-9956-ffa450edef68

8 years agoBug 57838: Also remove comments when removing a row
Dominik Stadler [Sun, 29 May 2016 21:33:47 +0000 (21:33 +0000)]
Bug 57838: Also remove comments when removing a row

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746062 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpdate error message to better indicate that we need a sample-file here
Dominik Stadler [Sun, 29 May 2016 21:33:39 +0000 (21:33 +0000)]
Update error message to better indicate that we need a sample-file here

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746061 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRemove the created temporary directory after the test again
Dominik Stadler [Sun, 29 May 2016 21:33:33 +0000 (21:33 +0000)]
Remove the created temporary directory after the test again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746060 13f79535-47bb-0310-9956-ffa450edef68

8 years agoPrepare build.xml for initial Java 9 testing:
Dominik Stadler [Sun, 29 May 2016 21:33:28 +0000 (21:33 +0000)]
Prepare build.xml for initial Java 9 testing:
* Allow to remove PermGenSize, this is not available any more in Java 9
* Allow to pass in java.locale.providers

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746059 13f79535-47bb-0310-9956-ffa450edef68

8 years agoTry to access set/getVisible as well in TestXSSFVMLDrawing
Dominik Stadler [Sun, 29 May 2016 21:33:24 +0000 (21:33 +0000)]
Try to access set/getVisible as well in TestXSSFVMLDrawing

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1746058 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix handling of hsl and linear rgb (%-values)
Andreas Beeker [Tue, 24 May 2016 23:39:23 +0000 (23:39 +0000)]
fix handling of hsl and linear rgb (%-values)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745412 13f79535-47bb-0310-9956-ffa450edef68

8 years agoRevert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that...
Dominik Stadler [Tue, 24 May 2016 16:25:30 +0000 (16:25 +0000)]
Revert back to findbugs-2.0.3 as 3.x requires Java 7, I didn't see the note that is already in the build.xml :(

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745376 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAdjust two tests slightly
Dominik Stadler [Tue, 24 May 2016 14:48:57 +0000 (14:48 +0000)]
Adjust two tests slightly

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745370 13f79535-47bb-0310-9956-ffa450edef68

8 years agoUpgrade to FindBugs 3.0.1 and add some findbugs-excludes
Dominik Stadler [Tue, 24 May 2016 14:17:52 +0000 (14:17 +0000)]
Upgrade to FindBugs 3.0.1 and add some findbugs-excludes
Update to forbiddenapi-checker 2.1, use the newly provided rule-sets and remove things that were applied upstream

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745366 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix inconsistent spacing / whitespace
Nick Burch [Tue, 24 May 2016 13:39:46 +0000 (13:39 +0000)]
Fix inconsistent spacing / whitespace

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745361 13f79535-47bb-0310-9956-ffa450edef68

8 years agoAnother exclude
Nick Burch [Tue, 24 May 2016 13:32:33 +0000 (13:32 +0000)]
Another exclude

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745358 13f79535-47bb-0310-9956-ffa450edef68

8 years agoWhitespace fix
Nick Burch [Tue, 24 May 2016 13:30:58 +0000 (13:30 +0000)]
Whitespace fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745357 13f79535-47bb-0310-9956-ffa450edef68

8 years agoCopy out code from the site and fix
Nick Burch [Tue, 24 May 2016 12:16:13 +0000 (12:16 +0000)]
Copy out code from the site and fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745348 13f79535-47bb-0310-9956-ffa450edef68

8 years ago#58217 - XSLF: support alpha channel on solid colors (fill, line, text)
Andreas Beeker [Sun, 22 May 2016 23:58:07 +0000 (23:58 +0000)]
#58217 - XSLF: support alpha channel on solid colors (fill, line, text)

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745101 13f79535-47bb-0310-9956-ffa450edef68

8 years agoXSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()
Andreas Beeker [Sun, 22 May 2016 23:57:14 +0000 (23:57 +0000)]
XSLF: remove creation of empty paragraph in XSLFTextShape.addNewTextParagraph()

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745100 13f79535-47bb-0310-9956-ffa450edef68

8 years agoBug 58190: Add more overloaded methods for adding pictures from streams and files
Dominik Stadler [Sun, 22 May 2016 16:08:51 +0000 (16:08 +0000)]
Bug 58190: Add more overloaded methods for adding pictures from streams and files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1745073 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix junit4
Andreas Beeker [Sat, 21 May 2016 04:06:49 +0000 (04:06 +0000)]
fix junit4

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744821 13f79535-47bb-0310-9956-ffa450edef68

8 years agofindbugs fixes
Andreas Beeker [Fri, 20 May 2016 22:05:00 +0000 (22:05 +0000)]
findbugs fixes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744802 13f79535-47bb-0310-9956-ffa450edef68

8 years agofix javadocs
Andreas Beeker [Fri, 20 May 2016 21:02:49 +0000 (21:02 +0000)]
fix javadocs

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744797 13f79535-47bb-0310-9956-ffa450edef68

8 years agoFix some compiler warnings, close resources in tests
Dominik Stadler [Thu, 19 May 2016 20:18:19 +0000 (20:18 +0000)]
Fix some compiler warnings, close resources in tests

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744636 13f79535-47bb-0310-9956-ffa450edef68

8 years agoApply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a...
Dominik Stadler [Thu, 19 May 2016 20:18:08 +0000 (20:18 +0000)]
Apply patch for bug 59355: XSSFPivotTable::addColumnLabel sets the cell type of a cell outside of the source data area

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1744635 13f79535-47bb-0310-9956-ffa450edef68