aboutsummaryrefslogtreecommitdiffstats
path: root/src/ooxml/java/org/apache/poi/POIXMLProperties.java
Commit message (Expand)AuthorAgeFilesLines
* Add getters for the common xml extended propertiesNick Burch2014-09-031-0/+110
* Provide a getter for custom properties, to match the add and contains methods...Nick Burch2014-09-031-13/+33
* Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methodsAndreas Beeker2014-08-281-3/+5
* Bug 56468 - Writing a workbook more than once corrupts the fileAndreas Beeker2014-05-141-0/+3
* FindBugs fixAndreas Beeker2014-02-141-3/+3
* More XSLF tests for the less common extensions, and initial support for .thmx...Nick Burch2010-06-291-2/+3
* Remove a few deprecated warnings for when compiling against ooxml-schemas-1.1Nick Burch2010-06-221-2/+2
* Ensure that CTVectorVariant is included in poi-ooxml-schemas.jar, Added acces...Yegor Kozlov2010-04-201-0/+6
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-170/+170
* improved API for OOXML custom propertiesYegor Kozlov2009-10-041-4/+103
* POIXMLproperties: created, creator, modified, lastprinted, identifier, revisi...Paolo Mottadelli2009-07-211-8/+81
* POIXMLproperties: core properties improvement + testPaolo Mottadelli2009-07-201-0/+12
* Fix for saving custom and extended OOXML propertiesYegor Kozlov2009-07-191-23/+71
* Fixed NPE when retrieving core properties from a newly created workbook, see ...Yegor Kozlov2009-07-121-8/+1
* Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoi...Josh Micich2009-03-181-5/+5
* import OpenXML4j codebaseYegor Kozlov2009-01-291-4/+4
* Add POIXMLPropertiesTextExtractor, which provides to the OOXML file formats a...Nick Burch2008-08-121-7/+43
* Tweak how we do ooxml properties, and handle hyperlinks for word documents wh...Nick Burch2008-04-091-0/+124