summaryrefslogtreecommitdiffstats
path: root/src/ooxml
Commit message (Collapse)AuthorAgeFilesLines
* Merge two release blocking fixes from TrunkREL_3_11_BRANCHNick Burch2014-12-172-14/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@1646123 13f79535-47bb-0310-9956-ffa450edef68
* Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle itAndreas Beeker2014-12-122-16/+56
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644806 13f79535-47bb-0310-9956-ffa450edef68
* close decrypted stream - test for #57296Andreas Beeker2014-12-121-0/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1644796 13f79535-47bb-0310-9956-ffa450edef68
* 57250 - XMLSlideShow.setSlideOrder() produces corrupted CTSlideIdListAndreas Beeker2014-12-072-8/+52
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643684 13f79535-47bb-0310-9956-ffa450edef68
* XML signatures - ignore line breaks in Office 2007 .rels filesAndreas Beeker2014-12-052-12/+36
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1643415 13f79535-47bb-0310-9956-ffa450edef68
* Include root-cause exception information when constructing ↵Dominik Stadler2014-11-261-2/+6
| | | | | | ContentTypeManager fails git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641940 13f79535-47bb-0310-9956-ffa450edef68
* Don't swallow exceptions on validationAndreas Beeker2014-11-221-2/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1641025 13f79535-47bb-0310-9956-ffa450edef68
* the subdir element needs to be included otherwise certain xmlbean operations ↵Andreas Beeker2014-11-211-1/+3
| | | | | | (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
* Bug 57164 - XSSFDrawing.createCellComment() does not honor dx and dy values ↵Andreas Beeker2014-11-164-53/+70
| | | | | | passed in git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1639996 13f79535-47bb-0310-9956-ffa450edef68
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-125-122/+134
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638623 13f79535-47bb-0310-9956-ffa450edef68
* Restore printing out test-failures after switch to JUnit4 executionDominik Stadler2014-11-111-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1638179 13f79535-47bb-0310-9956-ffa450edef68
* Use Junit4 JUnitCore instead of legacy TestRunnerAndreas Beeker2014-11-101-42/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637996 13f79535-47bb-0310-9956-ffa450edef68
* Bug 57197: use proxy for TestSignatureInfo if set via environment variablesDominik Stadler2014-11-101-0/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637979 13f79535-47bb-0310-9956-ffa450edef68
* Fix Eclipse warning about genericsDominik Stadler2014-11-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637978 13f79535-47bb-0310-9956-ffa450edef68
* Add xmlsec-jar in test-ooxml-lite which is missing after removing ↵Dominik Stadler2014-11-091-2/+1
| | | | | | ooxml.classpath git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637718 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Cell.removeHyperlink(). This closes #13 from githubNick Burch2014-11-085-3/+98
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637562 13f79535-47bb-0310-9956-ffa450edef68
* Test from Tim to include PropertyList in poi-ooxml-schemasNick Burch2014-11-081-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637548 13f79535-47bb-0310-9956-ffa450edef68
* Fail build if test-cases fail in OOXMLLite execution to avoid missing ↵Dominik Stadler2014-11-071-19/+48
| | | | | | 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
* Slowly start to adjust places in tests where we do not properly close file ↵Dominik Stadler2014-11-071-2/+5
| | | | | | handles git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637474 13f79535-47bb-0310-9956-ffa450edef68
* Calling ping is not a good idea as it runs endlessly on some platforms, do a ↵Dominik Stadler2014-11-071-7/+53
| | | | | | Java connection test instead git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637370 13f79535-47bb-0310-9956-ffa450edef68
* another signature ubuntu jdk6 bug fix ... and offline/online handlingAndreas Beeker2014-11-073-157/+183
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637283 13f79535-47bb-0310-9956-ffa450edef68
* Try for a more specific failure message on the assertNick Burch2014-11-061-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637129 13f79535-47bb-0310-9956-ffa450edef68
* another blind sha2 bug fix ...Andreas Beeker2014-11-051-1/+9
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637005 13f79535-47bb-0310-9956-ffa450edef68
* Added a catch and another workaround for the OpenJDK SHA2 AIOOBE bugAndreas Beeker2014-11-052-140/+168
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1637001 13f79535-47bb-0310-9956-ffa450edef68
* github-7 - Form check box extraction with XWPFWordExtractorDominik Stadler2014-11-052-31/+31
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636990 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Sheet.getDataValidations() for HSSF and XSSF. ↵Nick Burch2014-11-051-0/+7
| | | | | | This closes #11 from github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636857 13f79535-47bb-0310-9956-ffa450edef68
* Patch from hishidama to add Comment.getClientAnchor(). This closes #12 from ↵Nick Burch2014-11-042-2/+47
| | | | | | github git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636782 13f79535-47bb-0310-9956-ffa450edef68
* workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1155012Andreas Beeker2014-11-041-0/+28
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636769 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug #57185 - Should be Series not Serie, latter is incorrect English / a ↵Nick Burch2014-11-045-42/+58
| | | | | | Typo git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636755 13f79535-47bb-0310-9956-ffa450edef68
* Some more XSSF testing for #57184Nick Burch2014-11-042-9/+27
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636750 13f79535-47bb-0310-9956-ffa450edef68
* Partial HSSF support for adding new external workbook formula references for ↵Nick Burch2014-11-042-0/+26
| | | | | | #57184 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636742 13f79535-47bb-0310-9956-ffa450edef68
* Fix naming, see #57185Nick Burch2014-11-042-6/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636707 13f79535-47bb-0310-9956-ffa450edef68
* Add unit test for bug #57176Nick Burch2014-11-041-2/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636634 13f79535-47bb-0310-9956-ffa450edef68
* More disabled unit tests relating to external workbook formula referencesNick Burch2014-11-041-4/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636626 13f79535-47bb-0310-9956-ffa450edef68
* Switch to explicit includesNick Burch2014-11-041-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636623 13f79535-47bb-0310-9956-ffa450edef68
* Fix bug 57162: Content_types.xml and .rels files had elements with wrong ↵Uwe Schindler2014-11-022-4/+4
| | | | | | namespace (the default one) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1636188 13f79535-47bb-0310-9956-ffa450edef68
* Comment out work-in-progress extension to testNick Burch2014-10-301-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635542 13f79535-47bb-0310-9956-ffa450edef68
* Add missing HSSFWorkbook constructor javadocs #57166Nick Burch2014-10-301-0/+23
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635533 13f79535-47bb-0310-9956-ffa450edef68
* Bug 55164 - Support for adding slide notesAndreas Beeker2014-10-297-26/+276
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1635010 13f79535-47bb-0310-9956-ffa450edef68
* simplified the cropping code and changed the cropping image to a more ↵Andreas Beeker2014-10-281-30/+20
| | | | | | 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
* Bug 54542 - Add support for cropped images in XSLFPictureShape.drawContent()Andreas Beeker2014-10-273-18/+115
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634410 13f79535-47bb-0310-9956-ffa450edef68
* house keeping - fixes for sonarqube blockersAndreas Beeker2014-10-251-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1634255 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch for bug 55864 - XSSFImportFromXML.importFromXML() does not ↵Dominik Stadler2014-10-212-108/+157
| | | | | | support optional elements git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633404 13f79535-47bb-0310-9956-ffa450edef68
* Apply patch to fix bug 56835: Unreadable content when adding multiple ↵Dominik Stadler2014-10-213-32/+44
| | | | | | comments to cell git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633397 13f79535-47bb-0310-9956-ffa450edef68
* Unit tests which reference XSSF must be on the ooxml part of the treeNick Burch2014-10-201-0/+86
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633256 13f79535-47bb-0310-9956-ffa450edef68
* xml dsign - javadoc fixesAndreas Beeker2014-10-201-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633241 13f79535-47bb-0310-9956-ffa450edef68
* * Make more tests work in OOXMLLite compilation by adding xml security ↵Dominik Stadler2014-10-204-21/+50
| | | | | | | | 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
* * Also adjust build.xml for newer required Ant 1.8.0Dominik Stadler2014-10-201-4/+9
| | | | | | * 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
* When using v4 Junit style, we need to set @Test to make the test-methods ↵Dominik Stadler2014-10-201-3/+11
| | | | | | actually execute git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1633154 13f79535-47bb-0310-9956-ffa450edef68
* Removed some custom classloading code, which doesn't make sense anymoreAndreas Beeker2014-10-182-25/+22
| | | | | | | Tested a few other timestamp providers limited the use of the additional libraries to xml dsign classes while running the junit tests git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1632858 13f79535-47bb-0310-9956-ffa450edef68