poi/src/ooxml/java/org/apache/poi
Nick Burch e225ceaacd Merge two release blocking fixes from Trunk
git-svn-id: https://svn.apache.org/repos/asf/poi/branches/REL_3_11_BRANCH@1646123 13f79535-47bb-0310-9956-ffa450edef68
2014-12-17 00:59:47 +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 Include root-cause exception information when constructing ContentTypeManager fails 2014-11-26 21:11:02 +00:00
poifs/crypt XML signatures - ignore line breaks in Office 2007 .rels files 2014-12-05 20:20:23 +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 the subdir element needs to be included otherwise certain xmlbean operations (e.g. selectPath) can't find the corresponding xmlbeans classes 2014-11-21 01:06:39 +00:00
xslf Added workarounds to tests for JDK 6 LineBreakMeasurer bug and handle it 2014-12-12 01:43:45 +00:00
xssf Merge two release blocking fixes from Trunk 2014-12-17 00:59:47 +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