poi/src/ooxml/java/org/apache/poi
Dominik Stadler 194738dd91 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
2014-11-11 15:30:34 +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 Fix bug 57162: Content_types.xml and .rels files had elements with wrong namespace (the default one) 2014-11-02 20:53:02 +00:00
poifs/crypt another signature ubuntu jdk6 bug fix ... and offline/online handling 2014-11-07 01:16:21 +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 Restore printing out test-failures after switch to JUnit4 execution 2014-11-11 15:30:34 +00:00
xslf Bug 55164 - Support for adding slide notes 2014-10-29 00:07:34 +00:00
xssf Fix Eclipse warning about generics 2014-11-10 20:36:54 +00:00
xwpf github-7 - Form check box extraction with XWPFWordExtractor 2014-11-05 22:26:00 +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 Bug 55164 - Support for adding slide notes 2014-10-29 00:07:34 +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