aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/POIDocument.java
Commit message (Expand)AuthorAgeFilesLines
* Fix JavaDoc warningsNick Burch2013-06-261-2/+2
* JavaDoc fix - missing >Nick Burch2013-06-261-2/+2
* Fix to have consistent whitespace, and add javadoc deprecated entriesNick Burch2013-06-251-152/+155
* avoid warning: check if property node exists instead of throw/catch exceptionYegor Kozlov2012-11-161-1/+1
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-1/+1
* fixed javadoc warningsYegor Kozlov2011-12-091-2/+2
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-231-7/+4
* move POI FS entries copy methods to new POIUtils classSergey Vladimirov2011-08-221-36/+22
* fix 51671 - HWPFDocument.write based on NPOIFSFileSystem throws a NullPointer...Sergey Vladimirov2011-08-171-1/+3
* Fix first part of bug #51514 - HSSF copy nodes from NPOIFSNick Burch2011-07-151-11/+18
* Fix generics warnings, and make the NPOIFS and deprecated constructor parts o...Nick Burch2011-03-251-24/+16
* Refactor DocumentInputStream so that it can transparently handle both old sty...Nick Burch2010-12-291-1/+1
* Add a NPOIFS aware createDocumentInputStream method to DirectoryNode, and use...Nick Burch2010-12-291-24/+25
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-291-5/+6
* Add support for creating SummaryInformation and DocumentSummaryInformation pr...Nick Burch2009-11-251-0/+19
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-9/+14
* Put abstract write(OutputStream) method on POIDocumentNick Burch2008-05-201-0/+6
* Improve how POIFS works with directory entries, and update HWPFDocument to su...Nick Burch2008-04-101-1/+13
* Fix from Yegor from bug #44491 - don't have the new style handy POIDocument p...Nick Burch2008-03-031-5/+16
* If we have a document with a hpsf stream that exists, but is of the wrong typ...Nick Burch2008-02-111-3/+17
* Update POIDocument to use POILoggerNick Burch2007-09-191-3/+3
* Move POIDocument out of the scratchpadNick Burch2007-09-191-0/+216