poi/src/ooxml/java/org/apache/poi
Andreas Beeker 21f01ab737 Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods
+ modification to XSSFSheet.removeMergedRegion

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1624922 13f79535-47bb-0310-9956-ffa450edef68
2014-09-14 22:57:38 +00:00
..
dev Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 2009-03-18 18:54:01 +00:00
extractor fix some Eclipse warnings, unnecessary null-check and missing close() in tests 2014-05-13 11:31:18 +00:00
openxml4j More cleanups for bug #56814 and some more external entity leaks of #56164 2014-08-13 22:34:53 +00:00
poifs/crypt/agile Another test for NPOIFS in-place writing support - probably the deletion of an entry causes the problem 2014-08-02 00:51:56 +00:00
ss/usermodel Bug 56537: Update javadoc to reflect the addition of Closeable to Workbook 2014-07-02 15:05:05 +00:00
util Add Dominik's suggestion to DocumentBuilderFactories. I also removed the setXIncludeAware(false) in XMLHelper, because it causes the same problem and is disabled by default. 2014-08-18 16:01:35 +00:00
xslf Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 2014-08-28 00:08:41 +00:00
xssf Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 2014-09-14 22:57:38 +00:00
xwpf Bug 56864 - XWPFLatentStyles.isLatentStyle always returns true if there is at least 1 lsdException 2014-08-28 00:20:22 +00:00
POIXMLDocument.java Before parsing an OOXML document, reset the xmlbeans sax parser to avoid the risk of getting one in an error state (due to XMLBEANS-512). Should be a minimal extra overhead pending a proper fix. Allows us to finish enabling the unit tests for #54764 2014-08-04 20:42:41 +00:00
POIXMLDocumentPart.java To avoid problems on strange platforms, tell xmlbeans to use UTF-8 for strings by default, for bug #56683 2014-07-24 17:14:00 +00:00
POIXMLException.java Patch for Bug/Enhancement 55818 - add encryption support 2013-12-24 23:13:21 +00:00
POIXMLFactory.java Ensure that XWPFParagraph.getDocument() is not null 2010-10-28 13:02:43 +00:00
POIXMLProperties.java Add getters for the common xml extended properties 2014-09-03 13:47:50 +00:00
POIXMLPropertiesTextExtractor.java Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods 2014-08-28 00:08:41 +00:00
POIXMLRelation.java removed unnecessary svn:executable flag from files in SVN trunk, see bugzilla 47734 2009-09-13 16:05:28 +00:00
POIXMLTextExtractor.java Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 2013-06-17 07:53:59 +00:00