summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge with trunkxml_signatureAndreas Beeker2014-09-300-0/+0
|\ | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628347 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-09-145-268/+265
| | | | | | | | | | | | + modification to XSSFSheet.removeMergedRegion git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624922 13f79535-47bb-0310-9956-ffa450edef68
| * More from Daniel Bonniot from bug #56956 - Make the FileChannel default ↵Nick Burch2014-09-111-3/+3
| | | | | | | | | | | | read-only too, more in keeping with 3.10 behaviour git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624266 13f79535-47bb-0310-9956-ffa450edef68
| * Sync example with the websiteNick Burch2014-09-111-0/+1
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624237 13f79535-47bb-0310-9956-ffa450edef68
| * Patch from Daniel Bonniot from bug #56956 - Add a NPOIFSFileSystem ↵Nick Burch2014-09-111-2/+23
| | | | | | | | | | | | constructor with a FileChannel and the read-only option git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624226 13f79535-47bb-0310-9956-ffa450edef68
| * Expose get/set reading order from the extended format record to the hssf ↵Nick Burch2014-09-091-0/+23
| | | | | | | | | | | | cell style (XSSF does it differently, so not suitable for the interface) git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1623853 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56914 - XSSFRowShifter.updateConditionalFormatting throws IOOBE when ↵Andreas Beeker2014-09-053-24/+29
| | | | | | | | | | | | there are more than 1 CTConditionalFormatting git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622759 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56913 - Replace usages of o.a.p.util.ArrayUtil.copyOf* methods with ↵Andreas Beeker2014-09-058-101/+17
| | | | | | | | | | | | replacements from j.u.Arrays git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622589 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 51483 - XSSF locking of specific features not workingAndreas Beeker2014-09-0413-209/+692
| | | | | | | | | | | | Added some documentation to the crypto functions and adapted xor1verifier code to the OFFCrypto-Docs git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622577 13f79535-47bb-0310-9956-ffa450edef68
| * Add getters for the common xml extended propertiesNick Burch2014-09-032-2/+113
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622257 13f79535-47bb-0310-9956-ffa450edef68
| * Provide a getter for custom properties, to match the add and contains ↵Nick Burch2014-09-031-13/+33
| | | | | | | | | | | | methods already there git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1622252 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 48195: Formulas: Fix incorrect evaluation of IF() with ROW()/COLUMN() as ↵Dominik Stadler2014-08-312-44/+213
| | | | | | | | | | | | else-result git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621641 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 55280: Implement a method XSSFSheet.removeMergedRegions() to bulk remove ↵Dominik Stadler2014-08-313-55/+52
| | | | | | | | | | | | merged regions and thus speed up shifting rows with many merged regions greatly. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621633 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 55280: Don't repeatedely fetch the size of the CTMergeCells object as ↵Dominik Stadler2014-08-311-2/+3
| | | | | | | | | | | | this is a costly operation with XMLBeans git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621631 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 45312: Add unit-test and javadoc, also convert file to proper ↵Dominik Stadler2014-08-316-673/+836
| | | | | | | | | | | | line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 51222 - XSSFColor.getARGBHex() returns wrong color for Excel 2007 xlsx file Andreas Beeker2014-08-296-184/+265
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621393 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56730: Fix exporting XML if schema contains ref-elementsDominik Stadler2014-08-283-5/+48
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621209 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is ↵Andreas Beeker2014-08-282-2/+3
| | | | | | | | | | | | at least 1 lsdException git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620999 13f79535-47bb-0310-9956-ffa450edef68
| * Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-2867-472/+515
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1620997 13f79535-47bb-0310-9956-ffa450edef68
| * Fix indents / whitespaceNick Burch2014-08-221-94/+90
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619712 13f79535-47bb-0310-9956-ffa450edef68
| * Include the maximum number of Cell Styles in the spreadsheet versions classNick Burch2014-08-221-5/+14
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1619710 13f79535-47bb-0310-9956-ffa450edef68
| * Add Dominik's suggestion to DocumentBuilderFactories. I also removed the ↵Uwe Schindler2014-08-183-16/+29
| | | | | | | | | | | | setXIncludeAware(false) in XMLHelper, because it causes the same problem and is disabled by default. git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618644 13f79535-47bb-0310-9956-ffa450edef68
| * * Allow to start tests with old Xerces jar-file to trigger issues we saw ↵Dominik Stadler2014-08-181-1/+15
| | | | | | | | | | | | | | | | with missing methods in this XML parser. This is only active if the location of the jar-file is provided via ant property "-Dadditionaljar=lib/xercesImpl-2.6.1.jar" * Also remove dom4j from downloaded libs to fully get rid of it in build-environments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618610 13f79535-47bb-0310-9956-ffa450edef68
| * added public key for kiwiwings (Andreas Beeker)Andreas Beeker2014-08-171-0/+43
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618525 13f79535-47bb-0310-9956-ffa450edef68
| * ignore .xsd - should be downloaded by build.xml or provided in the source treeAndreas Beeker2014-08-170-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1618519 13f79535-47bb-0310-9956-ffa450edef68
| * More cleanups for bug #56814 and some more external entity leaks of #56164Uwe Schindler2014-08-1310-81/+109
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1617849 13f79535-47bb-0310-9956-ffa450edef68
* | Fixed complete-build errorsAndreas Beeker2014-09-293-3/+43
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628338 13f79535-47bb-0310-9956-ffa450edef68
* | more tests, some refactoringAndreas Beeker2014-09-289-124/+261
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628107 13f79535-47bb-0310-9956-ffa450edef68
* | Merged from trunkAndreas Beeker2014-09-280-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628035 13f79535-47bb-0310-9956-ffa450edef68
* | forgot to rename get/setterAndreas Beeker2014-09-282-10/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628031 13f79535-47bb-0310-9956-ffa450edef68
* | Moved prefix logic in one placeAndreas Beeker2014-09-287-305/+336
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628029 13f79535-47bb-0310-9956-ffa450edef68
* | configure namespaces via signatureconfigAndreas Beeker2014-09-2710-108/+69
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1627985 13f79535-47bb-0310-9956-ffa450edef68
* | clean upsAndreas Beeker2014-09-252-37/+28
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1627682 13f79535-47bb-0310-9956-ffa450edef68
* | more flexible signer verification through Iterable-InterfaceAndreas Beeker2014-09-242-129/+164
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1627434 13f79535-47bb-0310-9956-ffa450edef68
* | centralized configsAndreas Beeker2014-09-2114-620/+600
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1626646 13f79535-47bb-0310-9956-ffa450edef68
* | reorganization, xmlsignatureservice is now in signatureinfoAndreas Beeker2014-09-1813-709/+496
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1626107 13f79535-47bb-0310-9956-ffa450edef68
* | Switched to config objectAndreas Beeker2014-09-178-251/+276
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1625850 13f79535-47bb-0310-9956-ffa450edef68
* | merge with trunkAndreas Beeker2014-09-17125-2129/+3303
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1625828 13f79535-47bb-0310-9956-ffa450edef68
* | timestamping fixesAndreas Beeker2014-08-274-17/+10
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620990 13f79535-47bb-0310-9956-ffa450edef68
* | ignore propsAndreas Beeker2014-08-240-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620232 13f79535-47bb-0310-9956-ffa450edef68
* | new directory for compile/test only libsAndreas Beeker2014-08-240-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620231 13f79535-47bb-0310-9956-ffa450edef68
* | removed HorribleProxyAndreas Beeker2014-08-2413-459/+366
| | | | | | | | | | | | | | added current version of BouncyCastle and xmlsec (using xmlsec instead of jdk internal classes, because of interoperabiltiy with e.g. IBM JDK) heaps of changes because of above git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620230 13f79535-47bb-0310-9956-ffa450edef68
* | removed HorribleProxyAndreas Beeker2014-08-247-941/+274
| | | | | | | | | | | | | | added current version of BouncyCastle and xmlsec (using xmlsec instead of jdk internal classes, because of interoperabiltiy with e.g. IBM JDK) heaps of changes because of above git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1620229 13f79535-47bb-0310-9956-ffa450edef68
* | starting tsp tests / removed mockito stuff againAndreas Beeker2014-08-174-83/+81
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618515 13f79535-47bb-0310-9956-ffa450edef68
* | merge to trunkAndreas Beeker2014-08-160-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618405 13f79535-47bb-0310-9956-ffa450edef68
* | merge to trunkAndreas Beeker2014-08-160-0/+0
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618404 13f79535-47bb-0310-9956-ffa450edef68
* | - Updated to BC 1.51Andreas Beeker2014-08-167-112/+225
| | | | | | | | | | | | - Download BC/test-libs in build.xml git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618403 13f79535-47bb-0310-9956-ffa450edef68
* | replace xmlbeans.factory.parse with selectPath callsAndreas Beeker2014-08-154-46/+22
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618292 13f79535-47bb-0310-9956-ffa450edef68
* | migrated enveloped document test (1 of 2)Andreas Beeker2014-08-155-26/+94
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618288 13f79535-47bb-0310-9956-ffa450edef68
* | some changes because of test errorsAndreas Beeker2014-08-156-12/+18
| | | | | | | | git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1618254 13f79535-47bb-0310-9956-ffa450edef68