aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/POIDocument.java
Commit message (Expand)AuthorAgeFilesLines
* 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