]>
source.dussan.org Git - poi.git/log
Dominik Stadler [Sun, 16 Feb 2014 08:39:47 +0000 (08:39 +0000)]
Fix unit test which failed after new corrupted file was added.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568741 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 16 Feb 2014 08:39:17 +0000 (08:39 +0000)]
Adjust test to write the failing PNG in case expected and actual do not match
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568740 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 15 Feb 2014 13:29:32 +0000 (13:29 +0000)]
Test file from bug #56138 from Jon Iles, with a zero length codepage string
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568634 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 10:43:58 +0000 (10:43 +0000)]
Instead of using initCause() when re-throwing exceptions, it leads to better stacktraces if a simple constructor-argument is used
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568614 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 10:42:43 +0000 (10:42 +0000)]
Add a set of maven pom.xml files for Sonar, a few workaround are
necessary, but overall this now allows to compile and run test for
all Apache POI components using Maven, which is a pre-requisite to
be analyzed at http://nemo.sonarqube.org/
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568613 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 00:21:19 +0000 (00:21 +0000)]
Provide more output on test that failed for me locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568558 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 00:20:24 +0000 (00:20 +0000)]
Adjust some tests to not hardcode the 'test-data' directory. This breaks the Sonar-maven build that I am working on locally
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568557 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 00:19:50 +0000 (00:19 +0000)]
build.xml: Add missing depends on init for compile-main target
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568556 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 00:19:32 +0000 (00:19 +0000)]
Update Javadoc somewhat
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568555 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 15 Feb 2014 00:18:34 +0000 (00:18 +0000)]
Add assertions, remove Sonar warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568554 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 14 Feb 2014 23:21:30 +0000 (23:21 +0000)]
update *ssf-workbook tests to junit4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568541 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 14 Feb 2014 22:45:05 +0000 (22:45 +0000)]
Bug 53130 - SXSSF Shared Strings option support, to make generated xlsx files compatible with Google Docs or iPad
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568539 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 14 Feb 2014 01:00:45 +0000 (01:00 +0000)]
FindBugs fix
- fixed "Should be a static inner class"
- see http://findbugs.sourceforge.net/bugDescriptions.html#SIC_INNER_SHOULD_BE_STATIC
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568178 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 13 Feb 2014 23:34:11 +0000 (23:34 +0000)]
FindBugs fix
- fixed "Field isn't final but should be"
- see http://findbugs.sourceforge.net/bugDescriptions.html#MS_SHOULD_BE_FINAL
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1568145 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 13 Feb 2014 00:07:36 +0000 (00:07 +0000)]
disable not applicable findbugs check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1567815 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 12 Feb 2014 14:56:40 +0000 (14:56 +0000)]
Fix the copyright notice year
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1567636 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 11 Feb 2014 23:16:54 +0000 (23:16 +0000)]
Bug 55902 - Mixed fonts issue with Chinese characters (unable to form images from ppt)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1567455 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Feb 2014 21:19:20 +0000 (21:19 +0000)]
FindBugs fix
- fixed "Class defines equals() and uses Object.hashCode()"
- see http://findbugs.sourceforge.net/bugDescriptions.html#HE_EQUALS_USE_HASHCODE
- implemented UnicodeString.ExtRst.hashCode() + junit-test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1566427 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 9 Feb 2014 00:52:07 +0000 (00:52 +0000)]
excluded findbugs (svn:ignore)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1566177 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 8 Feb 2014 23:44:42 +0000 (23:44 +0000)]
Use findbugs in the jenkins build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1566172 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 20:56:43 +0000 (20:56 +0000)]
Bug 55923: Fix compare/sorting of nodes in exported XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1564050 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 20:17:59 +0000 (20:17 +0000)]
Bug 55924: Avoid errors during exporting XML if there are numeric cells without value, also verify in tests that XML can always be parsed
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1564045 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 19:46:41 +0000 (19:46 +0000)]
Bug 55926: Handle numeric formula values when exporting to XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1564028 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 19:19:14 +0000 (19:19 +0000)]
Bug 55927: Handle date types when exporting to XML
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1564011 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 18:55:37 +0000 (18:55 +0000)]
Switch to JDK 6 for generated code as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563999 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 18:55:15 +0000 (18:55 +0000)]
Adjust Eclipse classpath for new versions of third party libraries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563998 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 3 Feb 2014 18:54:44 +0000 (18:54 +0000)]
Update commons-logging to 1.1.3 and set scope to test for hamcrest lib in pom
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563997 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 16:44:30 +0000 (16:44 +0000)]
Fix whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563660 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 16:41:27 +0000 (16:41 +0000)]
Add setIncludeHeadersFooters(boolean) to the ExcelExtractor common interface, as all implementations now have the method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563658 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 16:39:53 +0000 (16:39 +0000)]
Patch from Shaun Kalley from bug #56022 - XSSF Event Text Extractor header/footer support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563657 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 16:28:04 +0000 (16:28 +0000)]
Fix whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563653 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 16:23:26 +0000 (16:23 +0000)]
Have the Excel text extractors all implement the same interface, as best as they can
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563650 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 2 Feb 2014 15:52:47 +0000 (15:52 +0000)]
Update the junit version in the license, to match the one we ship
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563645 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Feb 2014 10:41:05 +0000 (10:41 +0000)]
Adjust Eclipse project for JDK 1.6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563590 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Feb 2014 10:38:45 +0000 (10:38 +0000)]
Add missing test-file for Bug 56017
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563588 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 2 Feb 2014 10:34:42 +0000 (10:34 +0000)]
Bug 56017: Fix comment-ref when shiftig rows with comments, this probably does not fix the bug itself, though
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563587 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 2 Feb 2014 01:56:02 +0000 (01:56 +0000)]
Bug 53282 - Hyperlink with a non-breaking space throws java.lang.IllegalStateException
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563540 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 1 Feb 2014 23:23:07 +0000 (23:23 +0000)]
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563509 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 1 Feb 2014 22:26:18 +0000 (22:26 +0000)]
Bug 55802 - Special Letters not exported correct
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563496 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 1 Feb 2014 22:05:23 +0000 (22:05 +0000)]
Fix up whitespace / indents to be consistent
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563491 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 1 Feb 2014 21:58:24 +0000 (21:58 +0000)]
Fix javadoc formatting
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563489 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 1 Feb 2014 21:56:07 +0000 (21:56 +0000)]
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563488 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 1 Feb 2014 21:52:19 +0000 (21:52 +0000)]
Expose the StyleIndex of CharacterRuns, and expand the range style tests to cover this + related
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563486 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 1 Feb 2014 21:45:48 +0000 (21:45 +0000)]
Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing word file)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563483 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 1 Feb 2014 20:54:09 +0000 (20:54 +0000)]
Bug 56011: Use default style if the cell style attribute is not present
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563470 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 1 Feb 2014 17:36:10 +0000 (17:36 +0000)]
Sync the Maven POM defined dependencies with the Ant build ones
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563448 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sat, 1 Feb 2014 17:21:21 +0000 (17:21 +0000)]
Update third party libs: commons-codec to 1.9, log4j to 1.2.17
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1563447 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 26 Jan 2014 16:26:59 +0000 (16:26 +0000)]
TreeSet without JDK 6 method usages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1561511 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 26 Jan 2014 15:38:11 +0000 (15:38 +0000)]
This patch is not working as of license incompatibility - see http://www.apache.org/licenses/GPL-compatibility.html
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1561507 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 26 Jan 2014 15:01:12 +0000 (15:01 +0000)]
As Jdk 1.5 doesn't provide NavigableMap/Set classes of JDK 1.6, we temporarily use the open jdk classes instead, until POI has switched to JDK 1.6
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1561500 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 26 Jan 2014 02:18:53 +0000 (02:18 +0000)]
- Bug 51585 - WorkbookFactory.create() hangs when creating a workbook
- adapted relevant test-classes to Junit4 to support timeout handling
- tab / space cleanup
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1561435 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 25 Jan 2014 21:56:08 +0000 (21:56 +0000)]
jdk 5 compiler doesn't support overwrite for interfaces ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1561406 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 23 Jan 2014 16:43:59 +0000 (16:43 +0000)]
Patch from Detlef Brendle from bug #55873 - Support for COUNTIFS function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1560736 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Jan 2014 19:55:44 +0000 (19:55 +0000)]
Fix pattern for license check failure
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1559818 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Jan 2014 19:31:57 +0000 (19:31 +0000)]
Add license check via Apache rat to jenkins build
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1559813 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Jan 2014 19:25:22 +0000 (19:25 +0000)]
adjust ant-target check-rat: Download jarfile instead of requiring it locally, write report to a temporary file and scan it for failures to break the build if necessary
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1559810 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 18 Jan 2014 00:38:04 +0000 (00:38 +0000)]
Added license headers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1559297 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Thu, 16 Jan 2014 04:56:26 +0000 (04:56 +0000)]
set version.id to 3.11-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1558698 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 11 Jan 2014 00:14:17 +0000 (00:14 +0000)]
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1557290 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 10 Jan 2014 23:14:03 +0000 (23:14 +0000)]
Bug 35897 - Password protected files
+ Junit4 modifications, needed for expected exceptions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1557281 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 10 Jan 2014 15:39:39 +0000 (15:39 +0000)]
Ensure our package html files have consistent line endings, and the right svn properties set on them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1557156 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 1 Jan 2014 22:15:44 +0000 (22:15 +0000)]
Bug 55723: Make HSSFSheet.setAutoFilter() behave equal to XSSF, also make XSSF work when setAutoFilter is called multiple times
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554688 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 Dec 2013 15:12:30 +0000 (15:12 +0000)]
remove some unused imports and some useless TODOs, slightly more
coverage, @Overrides, more info on failing test, fix some Eclipse
warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554535 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 Dec 2013 15:11:59 +0000 (15:11 +0000)]
Don't unnecessarily convert from ArrayList to array, use the ArrayList directly instead, this speeds up BiffViewer and related unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554534 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 31 Dec 2013 15:11:44 +0000 (15:11 +0000)]
Print out which actual value was out of range
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554533 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 30 Dec 2013 00:00:54 +0000 (00:00 +0000)]
obsoleted by TestEscherBlipRecord and EscherMetafileBlip
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554104 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 29 Dec 2013 22:14:05 +0000 (22:14 +0000)]
Bug 45776 - Fix corrupt file problem using TextRun.setText
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1554077 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 27 Dec 2013 23:42:34 +0000 (23:42 +0000)]
Bug 41246 - AIOOBE with missing notes entries
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553760 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Fri, 27 Dec 2013 04:26:18 +0000 (04:26 +0000)]
Fix whitespace - reformat to consistent spaces, instead of a mix of tabs and spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553625 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 27 Dec 2013 00:22:19 +0000 (00:22 +0000)]
Bug 48593 - [PATCH] Multiple Saves Causes Slide Corruption
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553610 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 17:55:36 +0000 (17:55 +0000)]
Bug 51158: clear out Memory-based part before writing to it,
except for PictureData items, which keep the original image
data in the Part-object directly.
Add reproducer-unit tests and enhance some related unit tests
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553525 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 17:54:49 +0000 (17:54 +0000)]
Remove unnecessary separate length, an array already has one
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553522 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 17:54:27 +0000 (17:54 +0000)]
Update to latest JaCoCo 0.6.4
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553521 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 09:38:48 +0000 (09:38 +0000)]
Add some @Overrides suggested by Eclipse, generics and some warnings,
convert some tabs to spaces.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553466 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 09:32:08 +0000 (09:32 +0000)]
Fix some Eclipse warnings in ReaderWriter
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553465 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 26 Dec 2013 09:31:25 +0000 (09:31 +0000)]
Remove unused members and make others private
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553464 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 26 Dec 2013 00:46:16 +0000 (00:46 +0000)]
Bug 55579 - [PATCH] Patch for add/embed OLE objects into HSLF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553435 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 25 Dec 2013 23:24:04 +0000 (23:24 +0000)]
javadoc and compiler warning house-keeping
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553428 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 25 Dec 2013 22:18:53 +0000 (22:18 +0000)]
javadoc house-keeping
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553422 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 25 Dec 2013 18:05:41 +0000 (18:05 +0000)]
Fix some JavaDoc items that are reported in the build-output
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553404 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 25 Dec 2013 01:04:29 +0000 (01:04 +0000)]
JCE policy fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553342 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 24 Dec 2013 23:55:17 +0000 (23:55 +0000)]
Fix jdk-differences for encryption patch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553340 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 24 Dec 2013 23:49:10 +0000 (23:49 +0000)]
Fix jdk-differences for encryption patch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553339 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 24 Dec 2013 23:39:09 +0000 (23:39 +0000)]
Fix jdk-differences for encryption patch
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553338 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 24 Dec 2013 23:13:21 +0000 (23:13 +0000)]
Patch for Bug/Enhancement 55818 - add encryption support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553336 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 24 Dec 2013 06:02:27 +0000 (06:02 +0000)]
patch 55731: StringBuilder logic in DataFormatter.cleanFormatForNumber
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553248 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Tue, 24 Dec 2013 05:58:23 +0000 (05:58 +0000)]
patch 55730: Fix org.apache.poi.ss.usermodel.BuiltinFormats.java for 0x29-0x2c
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1553247 13f79535 -47bb-0310-9956-
ffa450edef68
Yegor Kozlov [Wed, 18 Dec 2013 05:26:49 +0000 (05:26 +0000)]
removed pictureFileZero.ppt from svn as requested by the owner, see discussion on @poi-dev from Dec 12, 2013
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1551845 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 18 Dec 2013 04:08:03 +0000 (04:08 +0000)]
Fix bug #55901 - Avoid using RMI based
exception from PropertySetFactory, as it's not needed nor helpful
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1551832 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 12 Dec 2013 05:29:11 +0000 (05:29 +0000)]
Don't use the degree symbol in comments, as it upsets the compiler, and causes the javadoc tool to error. Use the word degrees instead, much safer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1550351 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 12 Dec 2013 05:22:26 +0000 (05:22 +0000)]
More javadocs for Cell.setCellType
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1550349 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Dec 2013 08:39:31 +0000 (08:39 +0000)]
Add moreunit-settings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1549009 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Dec 2013 08:39:10 +0000 (08:39 +0000)]
Refactor XSSFExportToXml a bit, split code into more methods
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1549008 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 8 Dec 2013 08:35:20 +0000 (08:35 +0000)]
Bug 55850: fix NullPointerException during extraction from XSSF
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1549007 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 2 Dec 2013 19:14:03 +0000 (19:14 +0000)]
Bug 55640, added reproducer, a fix for the Exception cases and some verify-tests to ensure future
changes are checked via unit tests. There might be more work pending to
make grouping fully work the same way as Excel does.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1547153 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 28 Nov 2013 21:19:34 +0000 (21:19 +0000)]
Bug 55745: fix handling of tables in XSSF if there are comments as well, add testcase which was committed to the wrong tag
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1546458 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 28 Nov 2013 15:15:59 +0000 (15:15 +0000)]
Bug 55745: fix handling of tables in XSSF if there are comments as well, there is not much sense in leaving the loop on the first instance of comment table and skipping all the other tables.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1546385 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 22 Nov 2013 22:00:12 +0000 (22:00 +0000)]
Set source of generated ooxml classes
Conflicts:
.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1544692 13f79535 -47bb-0310-9956-
ffa450edef68
Cédric Walter [Fri, 22 Nov 2013 18:26:11 +0000 (18:26 +0000)]
Bug 55768: added Line charts support and setting axis tick marks, title
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1544628 13f79535 -47bb-0310-9956-
ffa450edef68
Cédric Walter [Fri, 22 Nov 2013 17:45:00 +0000 (17:45 +0000)]
Bug 54676: added new chart axis type: Category axis
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1544612 13f79535 -47bb-0310-9956-
ffa450edef68