aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/POIXMLPropertiesTextExtractor.java
Commit message (Expand)AuthorAgeFilesLines
* #62355 - unsplit packages - 1 - moved classesAndreas Beeker2018-05-271-274/+0
* use StringBuilder in more placesPJ Fanning2017-10-311-204/+199
* javadoc fixes (jdk8)Andreas Beeker2016-06-221-6/+13
* javadocs fixesAndreas Beeker2016-06-121-3/+5
* Fix some Sonar issues and some IntelliJ warningsDominik Stadler2016-06-021-6/+3
* fixes sonar/findbugs issuesAndreas Beeker2015-11-021-5/+19
* * Verify some more Text-Extraction features as part of integration tests, fix...Dominik Stadler2015-02-271-4/+19
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-4/+3
* Support more OOXML custom properties for text extractionNick Burch2012-01-111-54/+107
* POIXMLPropertiesTextExtractor support for extracting custom OOXML properties ...Nick Burch2012-01-111-4/+35
* Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1Nick Burch2010-06-221-3/+4
* Fix bug #49386 - avoid NPE when extracting OOXML file properties which are datesNick Burch2010-06-041-34/+55
* fixing compiler warnings - unused imports, declared exceptions not thrownJosh Micich2009-08-221-18/+15
* fixes and misc refactorings suggested by IntellijYegor Kozlov2009-08-211-3/+3
* import OpenXML4j codebaseYegor Kozlov2009-01-291-2/+2
* Hook up POIXMLTextExtractor.getMetadataTextExtractor() to the already written...Nick Burch2009-01-061-1/+1
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-121-0/+142