]> source.dussan.org Git - poi.git/log
poi.git
9 years agofixed javadoc links after imports have been organized
Andreas Beeker [Sat, 20 Jun 2015 15:08:42 +0000 (15:08 +0000)]
fixed javadoc links after imports have been organized

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

9 years agoBug 56655: Fix Sumifs for cases where the criteria is in error.
Dominik Stadler [Sat, 20 Jun 2015 13:10:28 +0000 (13:10 +0000)]
Bug 56655: Fix Sumifs for cases where the criteria is in error.

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

9 years agoBug 56420: Fix possible NullPointerException when empty cell is included in Sumif...
Dominik Stadler [Sat, 20 Jun 2015 11:29:14 +0000 (11:29 +0000)]
Bug 56420: Fix possible NullPointerException when empty cell is included in Sumif calculation

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

9 years agoComment out writing to file in c:/temp which breaks the build now
Dominik Stadler [Wed, 17 Jun 2015 20:41:08 +0000 (20:41 +0000)]
Comment out writing to file in c:/temp which breaks the build now

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

9 years agoMove more tests into base class and add a TestSXSSFBugs class to verify some things...
Dominik Stadler [Wed, 17 Jun 2015 14:53:38 +0000 (14:53 +0000)]
Move more tests into base class and add a TestSXSSFBugs class to verify some things that are supported against SXSSFWorkbook as well

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

9 years agoMake setLandscape(false) and setLeftToRight(false) do what one would expect
Dominik Stadler [Wed, 17 Jun 2015 14:26:31 +0000 (14:26 +0000)]
Make setLandscape(false) and setLeftToRight(false) do what one would expect

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

9 years agoAdd settings for the Eclipse plugin "moreunit"
Dominik Stadler [Wed, 17 Jun 2015 08:31:13 +0000 (08:31 +0000)]
Add settings for the Eclipse plugin "moreunit"

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

9 years agoBug 57963: Add a task to the integration-test build which verifies that most examples...
Dominik Stadler [Tue, 16 Jun 2015 05:42:36 +0000 (05:42 +0000)]
Bug 57963: Add a task to the integration-test build which verifies that most examples can be built without scratchpad.jar

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

9 years agoremove some older jacoco jars from the lib-directories to avoid loading outdated...
Dominik Stadler [Tue, 16 Jun 2015 05:32:22 +0000 (05:32 +0000)]
remove some older jacoco jars from the lib-directories to avoid loading outdated 3rd party code

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

9 years agoWhitespace seems to be confusing the license header check; try pasting one off anothe...
David North [Mon, 15 Jun 2015 09:44:12 +0000 (09:44 +0000)]
Whitespace seems to be confusing the license header check; try pasting one off another file.

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

9 years agoOne more file with missing license header
Dominik Stadler [Mon, 15 Jun 2015 09:38:29 +0000 (09:38 +0000)]
One more file with missing license header

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

9 years agoadd missing license header
Dominik Stadler [Mon, 15 Jun 2015 08:17:08 +0000 (08:17 +0000)]
add missing license header

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

9 years agoAdd explicit test for NPE only caught by other tests. Test '97 fallback behaviour...
David North [Fri, 12 Jun 2015 15:29:20 +0000 (15:29 +0000)]
Add explicit test for NPE only caught by other tests. Test '97 fallback behaviour generally.

https://bz.apache.org/bugzilla/show_bug.cgi?id=56328

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

9 years agoMy own patch to fix #56328
David North [Fri, 12 Jun 2015 15:20:10 +0000 (15:20 +0000)]
My own patch to fix #56328

Add tests for initial patch applied by Nick in r1582892

Fix and test AreaReference#isWholeColumnReference to take account of the prevailing spreadsheet version. Fixing all users of this is a big undertaking, so for now I've left a fallback on the original behaviour for some cases.

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

9 years agoAdd my PGP key to the list.
David North [Wed, 3 Jun 2015 13:09:20 +0000 (13:09 +0000)]
Add my PGP key to the list.

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

9 years agoUse a different arbitrary value for the ID of the comment shape type. This appears...
David North [Wed, 3 Jun 2015 12:50:10 +0000 (12:50 +0000)]
Use a different arbitrary value for the ID of the comment shape type. This appears to prevent Excel >= 2010 from turning POI-written comments into the wrong shape (giant curved arrow).

Fixes https://bz.apache.org/bugzilla/show_bug.cgi?id=55410

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

9 years agoBug 53109: Correctly handle unicode strings in NameCommentRecord
Dominik Stadler [Mon, 1 Jun 2015 20:49:53 +0000 (20:49 +0000)]
Bug 53109: Correctly handle unicode strings in NameCommentRecord

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

9 years agoPatch from René Scheibe from bug #57512 - Fix potential NPE in DateUtil for invalid...
Nick Burch [Sun, 31 May 2015 21:18:11 +0000 (21:18 +0000)]
Patch from RenĂ© Scheibe from bug #57512 - Fix potential NPE in DateUtil for invalid dates

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

9 years agoAdd missing license header
Dominik Stadler [Sun, 31 May 2015 21:02:39 +0000 (21:02 +0000)]
Add missing license header

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

9 years agoBug 57904: Add full source build from dist-packages to CI builds
Dominik Stadler [Sun, 31 May 2015 20:11:28 +0000 (20:11 +0000)]
Bug 57904: Add full source build from dist-packages to CI builds

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

9 years agoList more targets in help, make jar-src work standalone
Dominik Stadler [Sun, 31 May 2015 20:11:20 +0000 (20:11 +0000)]
List more targets in help, make jar-src work standalone

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

9 years agoSet version to 3.13-beta1
Dominik Stadler [Sun, 31 May 2015 20:10:08 +0000 (20:10 +0000)]
Set version to 3.13-beta1

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

9 years agoPOI-57975: clean up white spaces and other style issues in XWPF
Tim Allison [Fri, 29 May 2015 14:01:31 +0000 (14:01 +0000)]
POI-57975: clean up white spaces and other style issues in XWPF

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

9 years agoPOI-57889 -- actually trigger inclusion of CTNumLvl with document contributed by...
Tim Allison [Thu, 28 May 2015 19:08:24 +0000 (19:08 +0000)]
POI-57889 -- actually trigger inclusion of CTNumLvl with document contributed by Moritz Dorka on TIKA-1315

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

9 years agoNote on why ooxml needs scratchpad, for one part only
Nick Burch [Thu, 28 May 2015 11:17:41 +0000 (11:17 +0000)]
Note on why ooxml needs scratchpad, for one part only

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

9 years agoCorrect package
Nick Burch [Thu, 28 May 2015 11:15:07 +0000 (11:15 +0000)]
Correct package

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

9 years agoPull out the parts of TextPainter needed by XSLF from HSLF to common-SL in core ...
Nick Burch [Thu, 28 May 2015 11:13:23 +0000 (11:13 +0000)]
Pull out the parts of TextPainter needed by XSLF from HSLF to common-SL in core #57963

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

9 years ago#57963 Move the WP and SL interface definitions to core from scratchpad, so the OOXML...
Nick Burch [Thu, 28 May 2015 11:06:18 +0000 (11:06 +0000)]
#57963 Move the WP and SL interface definitions to core from scratchpad, so the OOXML classes can work without scratchpad

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

9 years agoFix inconsistent indents
Nick Burch [Thu, 28 May 2015 11:00:32 +0000 (11:00 +0000)]
Fix inconsistent indents

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

9 years ago#57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid...
Nick Burch [Wed, 27 May 2015 17:15:17 +0000 (17:15 +0000)]
#57951 Use BigDecimal in some cases in DataFormatter.formatRawCellContents, to avoid rounding problems on JDK8. Patch from Robert Kish

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

9 years agoFix inconsistent indents
Nick Burch [Wed, 27 May 2015 17:10:45 +0000 (17:10 +0000)]
Fix inconsistent indents

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

9 years agoAdd WorkbookFactory.create() with a flag to allow to open files read-only, keep the...
Dominik Stadler [Tue, 26 May 2015 19:30:21 +0000 (19:30 +0000)]
Add WorkbookFactory.create() with a flag to allow to open files read-only, keep the current way of opening read/write as default to not break existing code.
Also adjust Javadoc somewhat.

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

9 years agoMake POIXMLDocument implement Closeable as it holds an OCPPackage with open resources...
Dominik Stadler [Tue, 26 May 2015 19:30:04 +0000 (19:30 +0000)]
Make POIXMLDocument implement Closeable as it holds an OCPPackage with open resources and thus should be closed after usage. Until now only XSSFWorkbook did this, but it makes sense for all derived classes.
Also make close() in POIXMLDocument public to not have to re-implement it in all sub-classes.

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

9 years agoAdd ignore - file has no content streams
Nick Burch [Tue, 26 May 2015 18:38:34 +0000 (18:38 +0000)]
Add ignore - file has no content streams

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

9 years ago#56791 Make NPOIFS the default when POIFSFileSystem is requested
Nick Burch [Tue, 26 May 2015 18:04:00 +0000 (18:04 +0000)]
#56791 Make NPOIFS the default when POIFSFileSystem is requested

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

9 years agoForce OPOIFS test to explicitly create OPOIFS instance
Nick Burch [Tue, 26 May 2015 18:03:29 +0000 (18:03 +0000)]
Force OPOIFS test to explicitly create OPOIFS instance

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

9 years agoForce OPOIFS test to explicitly create OPOIFS instance
Nick Burch [Tue, 26 May 2015 17:59:13 +0000 (17:59 +0000)]
Force OPOIFS test to explicitly create OPOIFS instance

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

9 years agoRemove a long-deprecated OPOIFS related method
Nick Burch [Tue, 26 May 2015 17:55:23 +0000 (17:55 +0000)]
Remove a long-deprecated OPOIFS related method

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

9 years agoFix warnings
Nick Burch [Tue, 26 May 2015 14:06:17 +0000 (14:06 +0000)]
Fix warnings

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

9 years agoFix testing for NPOIFS zero-length stream writing
Nick Burch [Tue, 26 May 2015 13:56:40 +0000 (13:56 +0000)]
Fix testing for NPOIFS zero-length stream writing

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

9 years agoFix NPOIFS to handle dodgy excel-95 file from bug #46904
Nick Burch [Tue, 26 May 2015 13:46:20 +0000 (13:46 +0000)]
Fix NPOIFS to handle dodgy excel-95 file from bug #46904

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

9 years agoMore 0 byte stream tests
Nick Burch [Tue, 26 May 2015 13:41:29 +0000 (13:41 +0000)]
More 0 byte stream tests

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

9 years agoAdd verification unit test for bug 47169
Dominik Stadler [Wed, 20 May 2015 19:13:36 +0000 (19:13 +0000)]
Add verification unit test for bug 47169

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

9 years agoApply fix reported in bug 47661 and add unit tests
Dominik Stadler [Wed, 20 May 2015 18:00:19 +0000 (18:00 +0000)]
Apply fix reported in bug 47661 and add unit tests

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

9 years agoPrevent problems reported in Bug 56574 by ensuring that Cells are properly removed...
Dominik Stadler [Tue, 19 May 2015 13:13:09 +0000 (13:13 +0000)]
Prevent problems reported in Bug 56574 by ensuring that Cells are properly removed when a row is overwritten by calling createRow() with it's rownum.

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

9 years agoUpdate to JaCoCo 0.7.4 and fix location of coverage data in build-output
Dominik Stadler [Tue, 19 May 2015 10:16:57 +0000 (10:16 +0000)]
Update to JaCoCo 0.7.4 and fix location of coverage data in build-output

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

9 years agoLet Eclipse add some more settings to the project files
Dominik Stadler [Tue, 19 May 2015 09:37:52 +0000 (09:37 +0000)]
Let Eclipse add some more settings to the project files

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

9 years agoMove location where document is held and adjust constructors and class-hierarchy...
Dominik Stadler [Sun, 17 May 2015 21:26:31 +0000 (21:26 +0000)]
Move location where document is held and adjust constructors and class-hierarchy accordingly

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

9 years agoAdjust error message to have the same error across different types of Workbook and...
Dominik Stadler [Tue, 12 May 2015 06:27:11 +0000 (06:27 +0000)]
Adjust error message to have the same error across different types of Workbook and revert test to check on common error message again

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

9 years agoFix unit test which asserts on actual error message
Dominik Stadler [Tue, 12 May 2015 04:54:47 +0000 (04:54 +0000)]
Fix unit test which asserts on actual error message

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

9 years agoUpdate documentation for POI 3.12
Andreas Beeker [Mon, 11 May 2015 23:49:42 +0000 (23:49 +0000)]
Update documentation for POI 3.12

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

9 years agoAdjust intendation
Dominik Stadler [Mon, 11 May 2015 20:03:36 +0000 (20:03 +0000)]
Adjust intendation

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

9 years agoProvide better exception if we would access out of bounds in arraycopy for Escher...
Dominik Stadler [Mon, 11 May 2015 20:00:42 +0000 (20:00 +0000)]
Provide better exception if we would access out of bounds in arraycopy for Escher properties

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

9 years agoAvoid possible NPE found via CommonCrawl files
Dominik Stadler [Mon, 11 May 2015 20:00:18 +0000 (20:00 +0000)]
Avoid possible NPE found via CommonCrawl files

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

9 years agoAdd checks for invalid row number in RowRecord to find corrupted files earlier
Dominik Stadler [Mon, 11 May 2015 19:59:52 +0000 (19:59 +0000)]
Add checks for invalid row number in RowRecord to find corrupted files earlier

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

9 years ago#56791 More updates from OPOIFS to NPOIFS
Nick Burch [Mon, 11 May 2015 19:00:12 +0000 (19:00 +0000)]
#56791 More updates from OPOIFS to NPOIFS

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

9 years ago#56791 More updates from OPOIFS to NPOIFS
Nick Burch [Mon, 11 May 2015 18:59:10 +0000 (18:59 +0000)]
#56791 More updates from OPOIFS to NPOIFS

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

9 years agoLeave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending the final...
Nick Burch [Mon, 11 May 2015 18:21:20 +0000 (18:21 +0000)]
Leave POIFSFileSystem as a lightweight shim around OPOIFSFileSystem pending the final changeover for #56791

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

9 years ago#56791 More updates from OPOIFS to NPOIFS
Nick Burch [Mon, 11 May 2015 18:15:03 +0000 (18:15 +0000)]
#56791 More updates from OPOIFS to NPOIFS

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

9 years ago#56791 More updates from OPOIFS to NPOIFS
Nick Burch [Mon, 11 May 2015 18:04:30 +0000 (18:04 +0000)]
#56791 More updates from OPOIFS to NPOIFS

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

9 years agoAdd a deep re-write NPOIFS test
Nick Burch [Mon, 11 May 2015 18:00:45 +0000 (18:00 +0000)]
Add a deep re-write NPOIFS test

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

9 years agoCorrect zero byte entry support in NPOIFS
Nick Burch [Mon, 11 May 2015 17:53:59 +0000 (17:53 +0000)]
Correct zero byte entry support in NPOIFS

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

9 years agoDisabled NPOIFS unit test - problem with 0 length entries discovered working on ...
Nick Burch [Mon, 11 May 2015 15:27:59 +0000 (15:27 +0000)]
Disabled NPOIFS unit test - problem with 0 length entries discovered working on #56791

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

9 years agoMore NPOIFS ministore tests
Nick Burch [Mon, 11 May 2015 15:20:42 +0000 (15:20 +0000)]
More NPOIFS ministore tests

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

9 years agoAdd a (disabled) failing unit test on heavily nested NPOIFS copies, found working...
Nick Burch [Mon, 11 May 2015 14:58:43 +0000 (14:58 +0000)]
Add a (disabled) failing unit test on heavily nested NPOIFS copies, found working on #56791

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

9 years ago#56791 Remove long-deprecated OPOIFS related methods
Nick Burch [Mon, 11 May 2015 14:26:39 +0000 (14:26 +0000)]
#56791 Remove long-deprecated OPOIFS related methods

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

9 years ago#56791 Default to NPOIFS
Nick Burch [Mon, 11 May 2015 14:26:01 +0000 (14:26 +0000)]
#56791 Default to NPOIFS

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

9 years agoBegin making NPOIFS the default #56791
Nick Burch [Mon, 11 May 2015 06:29:17 +0000 (06:29 +0000)]
Begin making NPOIFS the default #56791

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

9 years agoexternal unpinning
Andreas Beeker [Sat, 9 May 2015 17:35:52 +0000 (17:35 +0000)]
external unpinning

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

9 years agoexternal pinning for 3.12 (RC3)
Andreas Beeker [Sat, 9 May 2015 15:42:39 +0000 (15:42 +0000)]
external pinning for 3.12 (RC3)

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

9 years ago#57907 Fix DOAP syntax, and add missing final releases
Nick Burch [Fri, 8 May 2015 18:46:28 +0000 (18:46 +0000)]
#57907 Fix DOAP syntax, and add missing final releases

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

9 years agoMake source-build from a fresh repository work, compile-lib was not created.
Dominik Stadler [Fri, 8 May 2015 10:32:26 +0000 (10:32 +0000)]
Make source-build from a fresh repository work, compile-lib was not created.

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

9 years agoRefactor common default styles code to use the new helpers
Nick Burch [Thu, 7 May 2015 13:34:03 +0000 (13:34 +0000)]
Refactor common default styles code to use the new helpers

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

9 years agoStart exposing the default paragraph and run styles from XWPFStyles
Nick Burch [Thu, 7 May 2015 13:25:47 +0000 (13:25 +0000)]
Start exposing the default paragraph and run styles from XWPFStyles

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

9 years agoFix inconsistent whitespace/indents
Nick Burch [Thu, 7 May 2015 13:08:15 +0000 (13:08 +0000)]
Fix inconsistent whitespace/indents

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

9 years agoStart on XWPFStyles support for document default styles
Nick Burch [Thu, 7 May 2015 13:07:00 +0000 (13:07 +0000)]
Start on XWPFStyles support for document default styles

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

9 years agoBegin on test for going from xwpf text to style
Nick Burch [Thu, 7 May 2015 12:37:43 +0000 (12:37 +0000)]
Begin on test for going from xwpf text to style

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

9 years agoUse en-locale for javadoc otherwise apidocs contains <html lang="de"> attributes
Andreas Beeker [Wed, 6 May 2015 23:17:18 +0000 (23:17 +0000)]
Use en-locale for javadoc otherwise apidocs contains <html lang="de"> attributes

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

9 years agounpin documentation
Andreas Beeker [Wed, 6 May 2015 22:33:34 +0000 (22:33 +0000)]
unpin documentation

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

9 years agotag 1678083 as 3.12-final
Andreas Beeker [Wed, 6 May 2015 20:25:29 +0000 (20:25 +0000)]
tag 1678083 as 3.12-final

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

9 years agoTry to fix flaky test by waiting for a switch of the second to ensure that we have...
Dominik Stadler [Wed, 6 May 2015 08:42:28 +0000 (08:42 +0000)]
Try to fix flaky test by waiting for a switch of the second to ensure that we have the same timestamps in the two workbooks that we compare byte-wise in this test.

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

9 years agoOOM fix for gump run
Andreas Beeker [Tue, 5 May 2015 23:51:10 +0000 (23:51 +0000)]
OOM fix for gump run

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

9 years agoPOI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt() and...
Tim Allison [Tue, 5 May 2015 01:39:16 +0000 (01:39 +0000)]
POI-57889 prevent NPE with on some documents with XWPFParagraph's getNumFmt() and add some other classes to enable calculation of paragraph numbers

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

9 years agoremoved because of late TIKA-1315 fix
Andreas Beeker [Mon, 4 May 2015 20:55:40 +0000 (20:55 +0000)]
removed because of late TIKA-1315 fix

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

9 years agoRelease preparation
Andreas Beeker [Mon, 4 May 2015 20:31:18 +0000 (20:31 +0000)]
Release preparation

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

9 years agoRelease preparation
Andreas Beeker [Mon, 4 May 2015 20:28:30 +0000 (20:28 +0000)]
Release preparation

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

9 years agojavadoc fix ... trying to get rid of the "Error fetching URL" warning
Andreas Beeker [Mon, 4 May 2015 19:34:48 +0000 (19:34 +0000)]
javadoc fix ... trying to get rid of the "Error fetching URL" warning

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

9 years agoFix inconsistent whitespace
Nick Burch [Mon, 4 May 2015 09:17:14 +0000 (09:17 +0000)]
Fix inconsistent whitespace

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

9 years agoIf an empty stream or file is given to WorkbookFactory.create, give a more informativ...
Nick Burch [Mon, 4 May 2015 09:15:48 +0000 (09:15 +0000)]
If an empty stream or file is given to WorkbookFactory.create, give a more informative exception - EmptyFileException

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

9 years agoNew EmptyFileException, and fix serial warning
Nick Burch [Mon, 4 May 2015 09:14:48 +0000 (09:14 +0000)]
New EmptyFileException, and fix serial warning

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

9 years agoPatch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage...
Nick Burch [Sun, 3 May 2015 08:47:50 +0000 (08:47 +0000)]
Patch from Mark Olesen from bug #57552: Sort PackagePart returns from OPCPackage by name considering numbers in filenames, so Image10.png comes after Image9.png, fixing problems with XSLF adding 10+ images to a slide

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

9 years agoAvoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports...
Nick Burch [Sun, 3 May 2015 08:10:07 +0000 (08:10 +0000)]
Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880

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

9 years agoEnsure consistent ordering when writing out formats following changes in r1677368
Nick Burch [Sun, 3 May 2015 07:59:18 +0000 (07:59 +0000)]
Ensure consistent ordering when writing out formats following changes in r1677368

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

9 years agoFix inconsistent indents
Nick Burch [Sun, 3 May 2015 07:56:40 +0000 (07:56 +0000)]
Fix inconsistent indents

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

9 years agoSomewhat speed up creating data formats with large counts, and add maximum format...
Nick Burch [Sun, 3 May 2015 07:53:09 +0000 (07:53 +0000)]
Somewhat speed up creating data formats with large counts, and add maximum format/style count checking. #57884

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

9 years agoAdd verifying testcase for Bug 57423 and Bug 55752, both are still not solved, though.
Dominik Stadler [Thu, 30 Apr 2015 11:54:13 +0000 (11:54 +0000)]
Add verifying testcase for Bug 57423 and Bug 55752, both are still not solved, though.

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

9 years agoRemove Eclipse warnings in tests
Dominik Stadler [Thu, 30 Apr 2015 05:58:15 +0000 (05:58 +0000)]
Remove Eclipse warnings in tests

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

9 years agoAdjust test to handle a file correctly which works for normal handling but fails...
Dominik Stadler [Thu, 30 Apr 2015 05:50:49 +0000 (05:50 +0000)]
Adjust test to handle a file correctly which works for normal handling but fails expectedly in text-extraction testing.

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

9 years agoSkip the new password protected file, and re-org a little bit some other failures
Nick Burch [Wed, 29 Apr 2015 22:07:43 +0000 (22:07 +0000)]
Skip the new password protected file, and re-org a little bit some other failures

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

9 years agoAllow WorkbookFactory.create to open xlsx files protected with the default password
Nick Burch [Wed, 29 Apr 2015 20:36:13 +0000 (20:36 +0000)]
Allow WorkbookFactory.create to open xlsx files protected with the default password

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