]>
source.dussan.org Git - poi.git/log
Nick Burch [Wed, 17 Dec 2014 00:59:47 +0000 (00:59 +0000)]
Merge two release blocking fixes from Trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@
1646123 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 17 Dec 2014 00:56:50 +0000 (00:56 +0000)]
Prepare for another 3.11 release candidate
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@
1646122 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 16 Dec 2014 01:53:44 +0000 (01:53 +0000)]
Tag r1645812 as 3.11
git-svn-id: https://svn.apache.org/repos/asf/poi/tags/REL_3_11_FINAL@
1645813 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 16 Dec 2014 01:52:42 +0000 (01:52 +0000)]
Prep for release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1645812 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 13 Dec 2014 19:00:00 +0000 (19:00 +0000)]
Added link to test cases for the workarounds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1645344 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 12 Dec 2014 01:43:45 +0000 (01:43 +0000)]
Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1644806 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 12 Dec 2014 00:06:15 +0000 (00:06 +0000)]
close decrypted stream - test for #57296
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1644796 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 7 Dec 2014 15:28:01 +0000 (15:28 +0000)]
57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdList
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1643684 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 7 Dec 2014 14:34:19 +0000 (14:34 +0000)]
#57272 - deadlock on corrupted PPT file
+ some refactoring in HSLFSlideShow, which will be necessary for cryptoapi support
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1643680 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 5 Dec 2014 20:20:23 +0000 (20:20 +0000)]
XML signatures - ignore line breaks in Office 2007 .rels files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1643415 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 17:09:03 +0000 (17:09 +0000)]
Correct older biff detection, and add unit tests for HSSFWorkbook giving helpful exceptions on the older formats
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642568 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 17:07:45 +0000 (17:07 +0000)]
Update TODOs for what remains
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642567 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 16:59:06 +0000 (16:59 +0000)]
More detection for older Excel formats when opening the POIFS Stream, and a more specific exception for non-OLE2 files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642565 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 16:40:53 +0000 (16:40 +0000)]
On Biff5 files, include the sheet name. (Older formats are single sheet)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642563 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 16:21:39 +0000 (16:21 +0000)]
Track the codepage in old excel files, to be able to correctly decode the 8 bit strings in them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642561 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 16:01:28 +0000 (16:01 +0000)]
Add some formatted numbers to the test biff5 files, and commented out tests using them
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642559 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 15:54:34 +0000 (15:54 +0000)]
Track what Biff version we are working on, and use that to work around Biff 2 and 5 having the same formula record sid for different layouts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642556 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 14:36:01 +0000 (14:36 +0000)]
Switch to POITestCase / assertContains
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642549 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 14:22:06 +0000 (14:22 +0000)]
Begin adding Excel 5 support to OldExcelExtractor for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642548 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 01:30:43 +0000 (01:30 +0000)]
Formula values for Excel 4 extractor, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642497 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 01:20:16 +0000 (01:20 +0000)]
Largely there with the Excel 4 extractor, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642493 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 01:03:24 +0000 (01:03 +0000)]
Further Excel 4 text extractor support, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642492 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 00:48:17 +0000 (00:48 +0000)]
Further Excel 4 text extractor support, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642491 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sun, 30 Nov 2014 00:16:23 +0000 (00:16 +0000)]
Start on a Text Extractor for the pre-OLE2 Excel formats like Excel 4, for TIKA-1490
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642490 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 27 Nov 2014 07:07:29 +0000 (07:07 +0000)]
Remove some Eclipse warnings, remove confusing FunctionID/ID renaming...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642035 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 27 Nov 2014 07:05:18 +0000 (07:05 +0000)]
Add missing license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1642034 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Nov 2014 21:11:18 +0000 (21:11 +0000)]
Typo and remove unnecessary casts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1641941 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Nov 2014 21:11:02 +0000 (21:11 +0000)]
Include root-cause exception information when constructing ContentTypeManager fails
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1641940 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 26 Nov 2014 18:39:44 +0000 (18:39 +0000)]
Add more output in case of unknown cipher-ids to aid in debugging bugs like 57195
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1641883 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 22 Nov 2014 01:47:48 +0000 (01:47 +0000)]
Don't swallow exceptions on validation
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1641025 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 21 Nov 2014 01:06:39 +0000 (01:06 +0000)]
the subdir element needs to be included otherwise certain xmlbean operations (e.g. selectPath) can't find the corresponding xmlbeans classes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1640846 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 18 Nov 2014 13:21:39 +0000 (13:21 +0000)]
Fix the maven deployment script to use repository.apache.org instead of the people ibiblio sync
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1640337 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sun, 16 Nov 2014 14:48:47 +0000 (14:48 +0000)]
Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values passed in
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1639996 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 15 Nov 2014 00:00:30 +0000 (00:00 +0000)]
revert of r1639217 and offline-linking for maven javadocs
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1639807 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Thu, 13 Nov 2014 00:30:48 +0000 (00:30 +0000)]
Javadoc warnings fixed:
Now that the javadocs are split, the reference from one module to another need to be url links
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1639217 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 12 Nov 2014 19:11:20 +0000 (19:11 +0000)]
Add boolean getters/setters for bold to font, matching italic and underline, plus matching xssf
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1638954 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 12 Nov 2014 00:19:00 +0000 (00:19 +0000)]
Picture method to resize with different scales in width and height
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1638623 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 11 Nov 2014 15:30:34 +0000 (15:30 +0000)]
Restore printing out test-failures after switch to JUnit4 execution
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1638179 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 11 Nov 2014 07:18:39 +0000 (07:18 +0000)]
Use more maven-like naming of the source jars for the ooxml schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1638037 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 10 Nov 2014 23:46:50 +0000 (23:46 +0000)]
Use Junit4 JUnitCore instead of legacy TestRunner
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637996 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 10 Nov 2014 22:52:46 +0000 (22:52 +0000)]
add license header
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637991 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 10 Nov 2014 20:37:26 +0000 (20:37 +0000)]
Bug 57197: use proxy for TestSignatureInfo if set via environment variables
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637979 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 10 Nov 2014 20:36:54 +0000 (20:36 +0000)]
Fix Eclipse warning about generics
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637978 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 10 Nov 2014 20:36:37 +0000 (20:36 +0000)]
Add initial simple test of class EscherDump
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637977 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 10 Nov 2014 12:34:01 +0000 (12:34 +0000)]
I think this is the right maven magic to deploy a javadoc jar, but we may have to see...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637831 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 10 Nov 2014 12:29:08 +0000 (12:29 +0000)]
Build per-component javadoc jars, suitable for use with Maven / Maven Central
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637827 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 10 Nov 2014 11:20:48 +0000 (11:20 +0000)]
Follow discussions on dev@, don't include the javadocs in the source package, since they can be recreated as desired using ant from the unpacked source package
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637818 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 9 Nov 2014 19:19:02 +0000 (19:19 +0000)]
Add xmlsec-jar in test-ooxml-lite which is missing after removing ooxml.classpath
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637718 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 9 Nov 2014 17:55:37 +0000 (17:55 +0000)]
Adjust Eclipse project settings to define warnings and other settings locally in the project
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637705 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 9 Nov 2014 17:55:22 +0000 (17:55 +0000)]
Adjust location of ooxml-lite classes and try with reduced classpath to actually test without full xsds
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637704 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Sun, 9 Nov 2014 17:53:10 +0000 (17:53 +0000)]
Add some missing close() calls and fix some generics warnings
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637703 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 8 Nov 2014 13:46:30 +0000 (13:46 +0000)]
Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637562 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 8 Nov 2014 13:40:53 +0000 (13:40 +0000)]
When building the source package, also exclude the compile jars, and any dist folders
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637561 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 8 Nov 2014 12:49:03 +0000 (12:49 +0000)]
Set things up for the next release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637555 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 8 Nov 2014 12:47:16 +0000 (12:47 +0000)]
Prepare for release
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637553 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Sat, 8 Nov 2014 12:21:27 +0000 (12:21 +0000)]
Test from Tim to include PropertyList in poi-ooxml-schemas
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637548 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 7 Nov 2014 22:33:54 +0000 (22:33 +0000)]
Fail build if test-cases fail in OOXMLLite execution to avoid missing included schema-classes. Also adjust how we look for test-classes so that we print out the ones that we skip with known ones excluded. Also print out skipped inner classes.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637475 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 7 Nov 2014 22:33:35 +0000 (22:33 +0000)]
Slowly start to adjust places in tests where we do not properly close file handles
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637474 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 7 Nov 2014 13:05:57 +0000 (13:05 +0000)]
Calling ping is not a good idea as it runs endlessly on some platforms, do a Java connection test instead
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637370 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 7 Nov 2014 13:02:00 +0000 (13:02 +0000)]
Fix some eclipse warnings, newlines, javadoc, generics, ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637367 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Fri, 7 Nov 2014 12:29:05 +0000 (12:29 +0000)]
Bug 57003: Add implementation of function FIXED
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637361 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Fri, 7 Nov 2014 01:16:21 +0000 (01:16 +0000)]
another signature ubuntu jdk6 bug fix ... and offline/online handling
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637283 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 6 Nov 2014 14:54:02 +0000 (14:54 +0000)]
Try for a more specific failure message on the assert
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637129 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 5 Nov 2014 23:33:33 +0000 (23:33 +0000)]
another blind sha2 bug fix ...
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637005 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 5 Nov 2014 22:56:31 +0000 (22:56 +0000)]
Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bug
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1637001 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Wed, 5 Nov 2014 22:26:00 +0000 (22:26 +0000)]
github-7 - Form check box extraction with XWPFWordExtractor
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636990 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Wed, 5 Nov 2014 12:14:54 +0000 (12:14 +0000)]
Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. This closes #11 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636857 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 23:55:23 +0000 (23:55 +0000)]
Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from github
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636782 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 23:22:50 +0000 (23:22 +0000)]
FilePassRecord type of 4 is now documented as the same as 2 & 3, see bug #35897
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636776 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 4 Nov 2014 22:56:39 +0000 (22:56 +0000)]
workaround for https://bugzilla.redhat.com/show_bug.cgi?id=
1155012
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636769 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 22:11:07 +0000 (22:11 +0000)]
Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a Typo
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636755 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 22:00:09 +0000 (22:00 +0000)]
Some more XSSF testing for #57184
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636750 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 21:35:01 +0000 (21:35 +0000)]
Partial HSSF support for adding new external workbook formula references for #57184
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636742 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 20:11:35 +0000 (20:11 +0000)]
Improve BiffViewer output for SupBookRecord
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636725 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 19:54:59 +0000 (19:54 +0000)]
Fix naming, see #57185
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636707 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 16:20:05 +0000 (16:20 +0000)]
Add unit test for bug #57176
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636634 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 16:03:25 +0000 (16:03 +0000)]
More disabled unit tests relating to external workbook formula references
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636626 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Tue, 4 Nov 2014 16:01:24 +0000 (16:01 +0000)]
Switch to explicit includes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636623 13f79535 -47bb-0310-9956-
ffa450edef68
Uwe Schindler [Sun, 2 Nov 2014 20:53:02 +0000 (20:53 +0000)]
Fix bug 57162: Content_types.xml and .rels files had elements with wrong namespace (the default one)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1636188 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 30 Oct 2014 16:53:01 +0000 (16:53 +0000)]
Comment out work-in-progress extension to test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1635542 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Thu, 30 Oct 2014 16:19:54 +0000 (16:19 +0000)]
Add missing HSSFWorkbook constructor javadocs #57166
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1635533 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Thu, 30 Oct 2014 05:53:06 +0000 (05:53 +0000)]
Apply patch for bug 57151: Document CellRangeAddress and add some validation to prevent invalid row/column combinations.
Cover class CellRangeAddress fully in unit tests.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1635389 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 29 Oct 2014 00:45:47 +0000 (00:45 +0000)]
excluded notesmaster.xml from rat check
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1635018 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Wed, 29 Oct 2014 00:07:34 +0000 (00:07 +0000)]
Bug 55164 - Support for adding slide notes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1635010 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Tue, 28 Oct 2014 00:04:10 +0000 (00:04 +0000)]
simplified the cropping code and changed the cropping image to a more sophisticated one - interesting enough, it's rendered correct in POI (like in Powerpoint), but malformed in LO
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634749 13f79535 -47bb-0310-9956-
ffa450edef68
Cédric Walter [Mon, 27 Oct 2014 12:29:32 +0000 (12:29 +0000)]
Bug 57150: Added EOMONTH function
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634515 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 27 Oct 2014 00:36:13 +0000 (00:36 +0000)]
Bug 57143 - Javadocs and throws clause for WorkbookUtil
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634412 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 27 Oct 2014 00:00:05 +0000 (00:00 +0000)]
Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634410 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 25 Oct 2014 21:32:03 +0000 (21:32 +0000)]
house keeping - fixes for sonarqube blockers
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634255 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Sat, 25 Oct 2014 19:34:42 +0000 (19:34 +0000)]
added ooxml-security-1.0 to the maven artifacts
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1634247 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 21 Oct 2014 15:56:45 +0000 (15:56 +0000)]
Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not support optional elements
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633404 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 21 Oct 2014 15:16:14 +0000 (15:16 +0000)]
Apply patch to fix bug 56835: Unreadable content when adding multiple comments to cell
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633397 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Tue, 21 Oct 2014 07:06:26 +0000 (07:06 +0000)]
One more change to OOXMLLite to also run all tests successfully when the outdated xerces lib is provided
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633285 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Oct 2014 23:22:02 +0000 (23:22 +0000)]
Add disabled unit tests for bug #46670 - failing on both HSSF and XSSF, but for different reasons
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633257 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Oct 2014 23:21:01 +0000 (23:21 +0000)]
Unit tests which reference XSSF must be on the ooxml part of the tree
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633256 13f79535 -47bb-0310-9956-
ffa450edef68
Nick Burch [Mon, 20 Oct 2014 23:19:30 +0000 (23:19 +0000)]
Escape non-ASCII characters in the unit test, so it builds properly everywhere
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633255 13f79535 -47bb-0310-9956-
ffa450edef68
Andreas Beeker [Mon, 20 Oct 2014 22:18:42 +0000 (22:18 +0000)]
xml dsign - javadoc fixes
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633241 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Oct 2014 19:57:11 +0000 (19:57 +0000)]
Bug 57010: Add implementation of function PROPER
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633215 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Oct 2014 14:26:53 +0000 (14:26 +0000)]
* Make more tests work in OOXMLLite compilation by adding xml security classpath and ensuring proper cleanup in some Extractor tests
* Remove downloading xerces library here, we now do this in the special Jenkins job and thus can get rid of it here
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633166 13f79535 -47bb-0310-9956-
ffa450edef68
Dominik Stadler [Mon, 20 Oct 2014 13:54:41 +0000 (13:54 +0000)]
* Also adjust build.xml for newer required Ant 1.8.0
* Pass "additionaljar" to junit calls to enable us to exclude tests which we know are failing (newer XML Security stuff)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@
1633156 13f79535 -47bb-0310-9956-
ffa450edef68