]> source.dussan.org Git - poi.git/log
poi.git
11 years agoFix how coverage-reporting is triggered, was effectively disabled always currently...
Dominik Stadler [Mon, 12 Aug 2013 19:43:40 +0000 (19:43 +0000)]
Fix how coverage-reporting is triggered, was effectively disabled always currently because of how Ant if/unless works

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

11 years agoBug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying to merge...
Dominik Stadler [Mon, 12 Aug 2013 19:13:10 +0000 (19:13 +0000)]
Bug 55380: Fix endless loop in CellRangeUtil.mergeCellRanges() by not trying to merge overlapping regions any more, the implementation is buggy and even tagged TODO - unit test missing. The code is hard to understand and bug-free-ness is better than catching all possible merges imho.
Also add many cases to the unit tests and reformat code slightly as well
as fixing some Generics-Warnings.

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

11 years ago55347 - integrate textbox text extraction with Excel extractors
Tim Allison [Thu, 8 Aug 2013 14:04:07 +0000 (14:04 +0000)]
55347 - integrate textbox text extraction with Excel extractors

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

11 years agoPOI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph
Tim Allison [Thu, 8 Aug 2013 13:42:01 +0000 (13:42 +0000)]
POI 55361 trigger to load CTMoveBookmark in TestXWPFParagraph

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

11 years agoPOI-55294 and 52186
Tim Allison [Mon, 5 Aug 2013 16:17:17 +0000 (16:17 +0000)]
POI-55294 and 52186

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

11 years agoAdjust build.xml to run JaCoCo coverage when running unit tests when
Dominik Stadler [Sun, 4 Aug 2013 16:38:01 +0000 (16:38 +0000)]
Adjust build.xml to run JaCoCo coverage when running unit tests when
flag coverage.enabled is set to true, download necessary jars, add jacoco:coverage
to junit targets and a testcoveragereport target which produces the coverage report.
Also fix a test that is affected by JaCoCo and add slightly more coverage in another test.

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

11 years agoPOI-55292 with added files
Tim Allison [Wed, 31 Jul 2013 00:21:04 +0000 (00:21 +0000)]
POI-55292 with added files

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

11 years agoPOI-55292
Tim Allison [Wed, 31 Jul 2013 00:19:07 +0000 (00:19 +0000)]
POI-55292

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

11 years agoadded ratted out Apache license to HPSFPropertiesOnlyDocument
Tim Allison [Mon, 29 Jul 2013 19:36:24 +0000 (19:36 +0000)]
added ratted out Apache license to HPSFPropertiesOnlyDocument

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

11 years agoadded key to KEYS
Tim Allison [Mon, 29 Jul 2013 18:58:26 +0000 (18:58 +0000)]
added key to KEYS

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

11 years agotesting svn commit with test doc for 55292
Tim Allison [Mon, 29 Jul 2013 18:15:20 +0000 (18:15 +0000)]
testing svn commit with test doc for 55292

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

11 years agoEnsure the interface and implementation javadocs share the same warnings, and paragra...
Nick Burch [Mon, 15 Jul 2013 21:45:21 +0000 (21:45 +0000)]
Ensure the interface and implementation javadocs share the same warnings, and paragraph-ise to look nicer

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

11 years agoBug 55248: Add methods for showInPane() using int and unit test to verify it can...
Dominik Stadler [Sat, 13 Jul 2013 05:37:41 +0000 (05:37 +0000)]
Bug 55248: Add methods for showInPane() using int and unit test to verify it can handle more than 32767 rows

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

11 years agoAdd more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case...
Dominik Stadler [Fri, 12 Jul 2013 19:21:12 +0000 (19:21 +0000)]
Add more unit tests to cover more of HSSFWorkbook and HSSFSheet, check one more case of IndexOutOfBoundsException

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

11 years agoAdd reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071
Dominik Stadler [Tue, 9 Jul 2013 13:55:54 +0000 (13:55 +0000)]
Add reproducing unit tests to TestUnfixedBugs for Bug 53798 and Bug 54071

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

11 years agoRefactor to avoid logic duplication on the property value -> string conversion
Nick Burch [Wed, 3 Jul 2013 11:36:11 +0000 (11:36 +0000)]
Refactor to avoid logic duplication on the property value -> string conversion

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

11 years agoFix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly...
Nick Burch [Wed, 3 Jul 2013 11:24:01 +0000 (11:24 +0000)]
Fix bug #55191 - Avoid a ClassCastException if a HPSF string property isn't directly stored as a string

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

11 years agoFix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well...
Dominik Stadler [Mon, 1 Jul 2013 08:03:40 +0000 (08:03 +0000)]
Fix build broken by previous checkin by creating a TestUnfixedBugs for ooxml as well and excluding the new test-class in test-ooxml similar to the main tests.

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

11 years agoBug 54084: Add testcase which reproduces the bug, no fix available yet
Dominik Stadler [Sun, 30 Jun 2013 22:47:26 +0000 (22:47 +0000)]
Bug 54084: Add testcase which reproduces the bug, no fix available yet

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

11 years agoAdjust build.xml to update to junit 4.11
Dominik Stadler [Sun, 30 Jun 2013 20:49:51 +0000 (20:49 +0000)]
Adjust build.xml to update to junit 4.11
Also allow to specify a pattern to only run certain unit tests.

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

11 years agoAdd a test to show that bug #53150 has been fixed by the recent fraction work
Nick Burch [Wed, 26 Jun 2013 20:40:26 +0000 (20:40 +0000)]
Add a test to show that bug #53150 has been fixed by the recent fraction work

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

11 years agoHave MAPIMessage try the codepage properties to get the ascii encoding, before fallin...
Nick Burch [Wed, 26 Jun 2013 18:46:37 +0000 (18:46 +0000)]
Have MAPIMessage try the codepage properties to get the ascii encoding, before falling back to the existing logic around content type parsing

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

11 years agoHSMF generally wants Java Lang style encoding names, which HPSF has always worked...
Nick Burch [Wed, 26 Jun 2013 18:44:51 +0000 (18:44 +0000)]
HSMF generally wants Java Lang style encoding names, which HPSF has always worked with Java NIO ones, so add a flag to CodePageUtil to let you select which style to return

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

11 years agoDeprecate the old HPSF codepage Constants list, and change the code to use the new...
Nick Burch [Wed, 26 Jun 2013 18:20:37 +0000 (18:20 +0000)]
Deprecate the old HPSF codepage Constants list, and change the code to use the new CodePageUtil class instead for their codepage work

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

11 years agoBring the numeric CodePage support from HPSF (constants and converters) out to a...
Nick Burch [Wed, 26 Jun 2013 18:18:21 +0000 (18:18 +0000)]
Bring the numeric CodePage support from HPSF (constants and converters) out to a new Util class, so that HSMF can later use it

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

11 years agoMore unit tests for the HSMF fixed sized property values (a few still remain to be...
Nick Burch [Wed, 26 Jun 2013 17:45:57 +0000 (17:45 +0000)]
More unit tests for the HSMF fixed sized property values (a few still remain to be fixed though)

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

11 years agoMake the fixed sized properties parser more flexible in the face of slightly duff...
Nick Burch [Wed, 26 Jun 2013 17:03:26 +0000 (17:03 +0000)]
Make the fixed sized properties parser more flexible in the face of slightly duff data

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

11 years agoDig out the normal type for some more common properties
Nick Burch [Wed, 26 Jun 2013 16:58:11 +0000 (16:58 +0000)]
Dig out the normal type for some more common properties

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

11 years agoSupport decoding a few more property types
Nick Burch [Wed, 26 Jun 2013 16:17:00 +0000 (16:17 +0000)]
Support decoding a few more property types

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

11 years agoMore friendly output of byte arrays for property values in HSMFDump
Nick Burch [Wed, 26 Jun 2013 16:03:09 +0000 (16:03 +0000)]
More friendly output of byte arrays for property values in HSMFDump

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

11 years agoFix inconsistent whitespace in HSMF test files
Nick Burch [Wed, 26 Jun 2013 15:28:25 +0000 (15:28 +0000)]
Fix inconsistent whitespace in HSMF test files

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

11 years agoFix inconsistent whitespace in HSMF files
Nick Burch [Wed, 26 Jun 2013 15:23:29 +0000 (15:23 +0000)]
Fix inconsistent whitespace in HSMF files

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

11 years agoEnsure the indenting is consistent within the file, and then make some minor updates...
Nick Burch [Wed, 26 Jun 2013 14:57:36 +0000 (14:57 +0000)]
Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc)

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

11 years agoFix JavaDoc warnings
Nick Burch [Wed, 26 Jun 2013 00:56:28 +0000 (00:56 +0000)]
Fix JavaDoc warnings

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

11 years agoConvert classes with a assertContains method to using the new POITestCase common...
Nick Burch [Wed, 26 Jun 2013 00:49:41 +0000 (00:49 +0000)]
Convert classes with a assertContains method to using the new POITestCase common parent class, which has it there

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

11 years agoAdd disabled unit test for bug #54916
Nick Burch [Wed, 26 Jun 2013 00:45:18 +0000 (00:45 +0000)]
Add disabled unit test for bug #54916

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

11 years agoNew parent test class, which includes the common assertContains pattern
Nick Burch [Wed, 26 Jun 2013 00:44:35 +0000 (00:44 +0000)]
New parent test class, which includes the common assertContains pattern

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

11 years agoJavaDoc fix - missing >
Nick Burch [Wed, 26 Jun 2013 00:21:40 +0000 (00:21 +0000)]
JavaDoc fix - missing >

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

11 years agoAdd a write method to HPSFPropertiesOnlyDocument, and use this to finish the unit...
Nick Burch [Wed, 26 Jun 2013 00:18:41 +0000 (00:18 +0000)]
Add a write method to HPSFPropertiesOnlyDocument, and use this to finish the unit tests for bug #54233

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

11 years agoPull the Properties-Only document type out to a superclass, so other places (eg unit...
Nick Burch [Wed, 26 Jun 2013 00:10:43 +0000 (00:10 +0000)]
Pull the Properties-Only document type out to a superclass, so other places (eg unit tests) can use it

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

11 years agoFix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned...
Nick Burch [Tue, 25 Jun 2013 23:49:24 +0000 (23:49 +0000)]
Fix bug #54233 - Some HPSF documents require UnicodeStrings to be 4-byte aligned, spot these from the otherwise invalid length

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

11 years agoFix to have consistent whitespace, and add javadoc deprecated entries
Nick Burch [Tue, 25 Jun 2013 23:34:22 +0000 (23:34 +0000)]
Fix to have consistent whitespace, and add javadoc deprecated entries

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

11 years agoFix to have consistent whitespace
Nick Burch [Tue, 25 Jun 2013 23:30:37 +0000 (23:30 +0000)]
Fix to have consistent whitespace

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

11 years agoSample file from bug #54233
Nick Burch [Tue, 25 Jun 2013 23:22:46 +0000 (23:22 +0000)]
Sample file from bug #54233

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

11 years agoUpdate trunk after 3.10-beta1 tagging in svn
Nick Burch [Tue, 25 Jun 2013 22:40:02 +0000 (22:40 +0000)]
Update trunk after 3.10-beta1 tagging in svn

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

11 years agoPrep for 3.10 beta 1
Nick Burch [Tue, 25 Jun 2013 22:38:48 +0000 (22:38 +0000)]
Prep for 3.10 beta 1

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

11 years agoRemove the executable flag from a number of files that aren't executables so shouldn...
Nick Burch [Tue, 25 Jun 2013 22:12:48 +0000 (22:12 +0000)]
Remove the executable flag from a number of files that aren't executables so shouldn't have it set

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

11 years agoAdd missing license headers, and a few javadoc tweaks while working on those files
Nick Burch [Tue, 25 Jun 2013 22:04:49 +0000 (22:04 +0000)]
Add missing license headers, and a few javadoc tweaks while working on those files

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

11 years agoSanity check the length, logging and truncating if too long, to avoid a StringIndexOu...
Nick Burch [Tue, 25 Jun 2013 15:49:45 +0000 (15:49 +0000)]
Sanity check the length, logging and truncating if too long, to avoid a StringIndexOutOfBoundsException (bug #54925)

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

11 years agoFix the indenting to be consistent throughout the file
Nick Burch [Tue, 25 Jun 2013 15:44:36 +0000 (15:44 +0000)]
Fix the indenting to be consistent throughout the file

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

11 years agoAdd another record type to the "don't warn" list, and tidy up the code a little bit...
Nick Burch [Tue, 25 Jun 2013 15:40:05 +0000 (15:40 +0000)]
Add another record type to the "don't warn" list, and tidy up the code a little bit (see bug #54925)

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

11 years agoFix from Florian Hopf from bug #54564 - Fix error message text
Nick Burch [Tue, 25 Jun 2013 15:19:56 +0000 (15:19 +0000)]
Fix from Florian Hopf from bug #54564 - Fix error message text
 for a workbook with no sheets when a sheet operation is performed

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

11 years agoFix indenting to be consistent, and correct the setIncludeCellComments javadoc to...
Nick Burch [Tue, 25 Jun 2013 15:05:27 +0000 (15:05 +0000)]
Fix indenting to be consistent, and correct the setIncludeCellComments javadoc to match the long standing default (#54871)

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

11 years agoPatch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect...
Nick Burch [Tue, 25 Jun 2013 14:48:16 +0000 (14:48 +0000)]
Patch from Andrew Novikov from bug #53972 - Presence of PLV record shouldn't affect HSSF Data Validation

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

11 years agoPatch from Tim Allison from bug #55142 - Not all XWPF SDT block
Nick Burch [Tue, 25 Jun 2013 13:09:08 +0000 (13:09 +0000)]
Patch from Tim Allison from bug #55142 - Not all XWPF SDT block
s need newlines

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

11 years agoBug 54920: do not set column and row separatedely, but use a reference
Dominik Stadler [Sun, 23 Jun 2013 21:31:15 +0000 (21:31 +0000)]
Bug 54920: do not set column and row separatedely, but use a reference
for newComment(), keep previous method as deprecated. Adjust all places
where newComment() is used and add unit test covering the bug.

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

11 years agoPatch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handle...
Nick Burch [Thu, 20 Jun 2013 13:37:26 +0000 (13:37 +0000)]
Patch and unit test from Tim Allen from bug #54686 - Improve how DataFormatter handles fractions

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

11 years agoPatch from Tim Allen from bug #55066 - unit test to show that we no longer load XWPF...
Nick Burch [Thu, 20 Jun 2013 12:51:30 +0000 (12:51 +0000)]
Patch from Tim Allen from bug #55066 - unit test to show that we no longer load XWPF footnotes twice

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

11 years agoAvoid a NPE if no password was given - use the default office one instead
Nick Burch [Wed, 19 Jun 2013 11:56:21 +0000 (11:56 +0000)]
Avoid a NPE if no password was given - use the default office one instead

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

11 years agoFix the footnote doubling, and then enable the rest of the SDT tests from Tim Alliso...
Nick Burch [Tue, 18 Jun 2013 23:39:31 +0000 (23:39 +0000)]
Fix the footnote doubling, and then enable the rest of the SDT tests from  Tim Allison from bug #54849

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

11 years agoRemove tab indents
Nick Burch [Tue, 18 Jun 2013 23:38:25 +0000 (23:38 +0000)]
Remove tab indents

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

11 years agoPatch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBlock) content
Nick Burch [Tue, 18 Jun 2013 23:35:11 +0000 (23:35 +0000)]
Patch from Tim Allison from bug #54849 - Controlled content/Form (Std/StdBlock) content

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

11 years agoBug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()
Dominik Stadler [Mon, 17 Jun 2013 09:06:39 +0000 (09:06 +0000)]
Bug 54607: Add unit test and fix NPE for getTopRow() and getLeftCol()

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

11 years agoBug 54982: Add a close() interface to POITextExtractor which can be used to free...
Dominik Stadler [Mon, 17 Jun 2013 07:53:59 +0000 (07:53 +0000)]
Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later.
Implement close() where necessary so resources are closed. Add close()
to tests and run existing unit tests also against the Extractor that is
built via the Factory. Also add a small test-suite to quickly execute
all extractor-related tests.

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

11 years agoPatch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs...
Nick Burch [Fri, 14 Jun 2013 08:53:29 +0000 (08:53 +0000)]
Patch from Trejkaz from GitHub Pull 2 - HSSFWorkbook.getAllEmbeddedObjects() needs to recurse into container Shapes (with new unit test)

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

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:52:03 +0000 (18:52 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

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

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:34:54 +0000 (18:34 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

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

11 years agoFix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace...
Nick Burch [Thu, 13 Jun 2013 18:29:08 +0000 (18:29 +0000)]
Fix and update JavaDoc entries, and correct areas with wildy inconsistent whitespace / style to the surrounding code

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

11 years agoFix the javadoc, correct the indenting, and add the new test file from bug #54849
Nick Burch [Thu, 13 Jun 2013 18:18:19 +0000 (18:18 +0000)]
Fix the javadoc, correct the indenting, and add the new test file from bug #54849

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

11 years agoPatch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level...
Nick Burch [Wed, 12 Jun 2013 18:04:16 +0000 (18:04 +0000)]
Patch from akhikhl from github pull #4 - Expose from XWPFParagraph the number level and format, if applied

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

11 years agoPatch from akhikhl from github pull #3 - Extract references from XWPF footnotes
Nick Burch [Wed, 12 Jun 2013 17:54:39 +0000 (17:54 +0000)]
Patch from akhikhl from github pull #3 - Extract references from XWPF footnotes

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

11 years agoJavaDoc fixes from #54731 from Dominik Stadler
Nick Burch [Wed, 12 Jun 2013 16:32:24 +0000 (16:32 +0000)]
JavaDoc fixes from #54731 from Dominik Stadler

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

11 years agoEMCA have re-organised their website, update links to solve #55053
Nick Burch [Wed, 12 Jun 2013 15:38:13 +0000 (15:38 +0000)]
EMCA have re-organised their website, update links to solve #55053

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

11 years agofixed compatibility issues with JDK 1.5
Yegor Kozlov [Wed, 5 Jun 2013 02:03:07 +0000 (02:03 +0000)]
fixed compatibility issues with JDK 1.5

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

11 years agoremoved @Override to keep javac on JDK 1.5 happy
Yegor Kozlov [Mon, 3 Jun 2013 01:05:28 +0000 (01:05 +0000)]
removed @Override to keep javac on JDK 1.5 happy

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

11 years agoBug 55047: REPT formula support
Yegor Kozlov [Sun, 2 Jun 2013 23:39:41 +0000 (23:39 +0000)]
Bug 55047: REPT formula support

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

11 years agomissing tests for Bug 55041 - CODE formula support
Yegor Kozlov [Sun, 2 Jun 2013 23:32:24 +0000 (23:32 +0000)]
missing tests for Bug 55041 - CODE formula support

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

11 years agoadded missing tests for Bug 55042: patch for missing function COMPLEX
Yegor Kozlov [Sun, 2 Jun 2013 23:25:33 +0000 (23:25 +0000)]
added missing tests for Bug 55042: patch for missing function COMPLEX

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

11 years agoadded missing tests for Bug 55042: patch for missing function COMPLEX
Yegor Kozlov [Sun, 2 Jun 2013 23:25:07 +0000 (23:25 +0000)]
added missing tests for Bug 55042: patch for missing function COMPLEX

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

11 years agoBugzilla 55043 and 55042: initial support for Complex and Quotient functions
Yegor Kozlov [Sun, 2 Jun 2013 16:08:17 +0000 (16:08 +0000)]
Bugzilla 55043 and 55042: initial support for Complex and Quotient functions

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

11 years agoBugzilla 55041: CODE function support, also removed @Override from interfaces to...
Yegor Kozlov [Sun, 2 Jun 2013 15:58:41 +0000 (15:58 +0000)]
Bugzilla 55041: CODE function support, also removed @Override from interfaces to stay compatible with JDK 1.5

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

11 years agoBugzilla 55037: DELTA function support
Yegor Kozlov [Sun, 2 Jun 2013 15:30:58 +0000 (15:30 +0000)]
Bugzilla 55037: DELTA function support

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

11 years agoBugzilla 55036 - Dec2HEx formula support
Yegor Kozlov [Sun, 2 Jun 2013 15:13:47 +0000 (15:13 +0000)]
Bugzilla 55036 - Dec2HEx formula support

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

11 years agoUnit test for bugs #54880 & #55030 - seems ok so far
Nick Burch [Fri, 31 May 2013 21:17:55 +0000 (21:17 +0000)]
Unit test for bugs #54880 & #55030 - seems ok so far

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

11 years agoTest file from bug #54880
Nick Burch [Fri, 31 May 2013 17:35:23 +0000 (17:35 +0000)]
Test file from bug #54880

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

11 years agoFix bug #55001 - check for unicode text too (plus fix indents)
Nick Burch [Fri, 31 May 2013 17:30:29 +0000 (17:30 +0000)]
Fix bug #55001 - check for unicode text too (plus fix indents)

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

11 years agoStub out the unit tests needed for bug #55026, and add the sample file from that
Nick Burch [Wed, 29 May 2013 22:23:51 +0000 (22:23 +0000)]
Stub out the unit tests needed for bug #55026, and add the sample file from that

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

11 years agoMore on bug #54682 - check for the end offset overflowing too
Nick Burch [Wed, 29 May 2013 17:31:50 +0000 (17:31 +0000)]
More on bug #54682 - check for the end offset overflowing too

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

11 years agoFix bug #54682 - UnhandledDataStructure should sanity check before allocating, not...
Nick Burch [Wed, 29 May 2013 17:25:40 +0000 (17:25 +0000)]
Fix bug #54682 - UnhandledDataStructure should sanity check before allocating, not after

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

11 years agoFollowing dev@ discussions, the next release will be 3.10 not 4.0
Nick Burch [Tue, 28 May 2013 09:19:29 +0000 (09:19 +0000)]
Following dev@ discussions, the next release will be 3.10 not 4.0

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

11 years agoDon't include the generation date in the javadocs, as it bloats the changes when...
Nick Burch [Sun, 26 May 2013 17:04:53 +0000 (17:04 +0000)]
Don't include the generation date in the javadocs, as it bloats the changes when publishing the site

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

11 years agoWhere possible, allow fetching of the size of the OPC Package Part (-1 if not)
Nick Burch [Wed, 15 May 2013 00:27:59 +0000 (00:27 +0000)]
Where possible, allow fetching of the size of the OPC Package Part (-1 if not)

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

11 years agoFix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCell(int...
Nick Burch [Mon, 6 May 2013 16:53:04 +0000 (16:53 +0000)]
Fix #54891 - correct javadoc on HSSF + SS (XSSF was correct) for Row.createCell(int,int)

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

11 years agoBug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF
Yegor Kozlov [Sat, 16 Mar 2013 12:33:08 +0000 (12:33 +0000)]
Bug 54673 - [PATCH] Simple wildcard support in HLOOKUP, VOOLKUP, MATCH, COUNTIF

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

11 years agoBugzilla 54625 - Register user-defined functions in instance scope instead of static
Yegor Kozlov [Sun, 3 Mar 2013 16:16:12 +0000 (16:16 +0000)]
Bugzilla 54625 - Register user-defined functions in instance scope instead of static

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

11 years agoBugzilla 54469 - Support for financial functions IPMT and PPMT
Yegor Kozlov [Sat, 2 Mar 2013 13:17:53 +0000 (13:17 +0000)]
Bugzilla 54469 - Support for financial functions IPMT and PPMT

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

11 years agoBugzilla 54436: Fixed metadata for GETPIVOTDATA function
Yegor Kozlov [Sat, 2 Mar 2013 11:38:09 +0000 (11:38 +0000)]
Bugzilla 54436: Fixed metadata for GETPIVOTDATA function

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

11 years agoFix bug #54579 - Handle milliseconds in date formats eg ss.000
Nick Burch [Tue, 19 Feb 2013 16:28:40 +0000 (16:28 +0000)]
Fix bug #54579 - Handle milliseconds in date formats eg ss.000

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

11 years agoFix bug #54557 - Don't mis-detect format patterns like .000 as dates
Nick Burch [Wed, 13 Feb 2013 16:45:03 +0000 (16:45 +0000)]
Fix bug #54557 - Don't mis-detect format patterns like .000 as dates

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

11 years agoFix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory...
Nick Burch [Thu, 7 Feb 2013 21:53:07 +0000 (21:53 +0000)]
Fix bug #54506 - Add "BOOK" to the list of unusual-but-largely-ok Workbook directory entry names list, alongside WORKBOOK, plus tests

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