You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dominik Stadler b342bc5d8b Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
..
dev Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) 15 years ago
extractor fix some Eclipse warnings, unnecessary null-check and missing close() in tests 10 years ago
openxml4j Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
poifs/crypt/agile Some encryption fixes: 10 years ago
ss/usermodel Ensure the indenting is consistent within the file, and then make some minor updates to the JavaDocs (language, clarity etc) 11 years ago
util Fix bug #56164 - Tidy up the OPC SAX setup code with a new common Helper 10 years ago
xslf Fix some Eclipse identified warnings 10 years ago
xssf Fix Bug 56514, add missing null-check if simple shape does not have any text 10 years ago
xwpf Correct an eclipse warning around close(), and a related bug that this identified 10 years ago
POIXMLDocument.java New PackagePart method getRelatedPart(PackageRelationship) to simplify navigation of relations between OPC Parts 12 years ago
POIXMLDocumentPart.java FindBugs fix 10 years ago
POIXMLException.java Patch for Bug/Enhancement 55818 - add encryption support 10 years ago
POIXMLFactory.java Ensure that XWPFParagraph.getDocument() is not null 13 years ago
POIXMLProperties.java Bug 56468 - Writing a workbook more than once corrupts the file 10 years ago
POIXMLPropertiesTextExtractor.java Support more OOXML custom properties for text extraction 12 years ago
POIXMLRelation.java Changed CRLF to LF in ooxml/java. Minor fixes for compiler warnings and formatting 15 years ago
POIXMLTextExtractor.java Bug 54982: Add a close() interface to POITextExtractor which can be used to free resources later. 11 years ago