poi/src/ooxml/java/org/apache/poi
Andreas Beeker da4201c2cd more tests, some refactoring
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/xml_signature@1628107 13f79535-47bb-0310-9956-ffa450edef68
2014-09-28 22:30:02 +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 merge with trunk 2014-09-17 21:12:36 +00:00
poifs/crypt more tests, some refactoring 2014-09-28 22:30:02 +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 merge with trunk 2014-09-17 21:12:36 +00:00
xslf merge with trunk 2014-09-17 21:12:36 +00:00
xssf merge with trunk 2014-09-17 21:12:36 +00:00
xwpf merge with trunk 2014-09-17 21:12:36 +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 merge with trunk 2014-09-17 21:12:36 +00:00
POIXMLPropertiesTextExtractor.java merge with trunk 2014-09-17 21:12:36 +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