aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/POIDocument.java
Commit message (Expand)AuthorAgeFilesLines
* Remove JavaDoc warningsDominik Stadler2018-11-011-2/+10
* #62649 - Remove OPOIFS* / rename NPOIFS* to POIFS*Andreas Beeker2018-08-311-22/+13
* #62649 - Remove OPOIFSAndreas Beeker2018-08-261-16/+7
* Adjust test for JDK 9, 10 and 11Dominik Stadler2018-08-261-5/+2
* sonar fixes andAndreas Beeker2018-06-021-35/+37
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-141-46/+94
* #61162 - En-/decryption support for HWPFAndreas Beeker2017-06-061-1/+1
* Add mising @Override and other warningsDominik Stadler2016-12-261-3/+3
* various sonarqube fixes - mainly resource closingAndreas Beeker2016-12-171-1/+1
* eclipse warnings - close resourcesAndreas Beeker2016-12-131-0/+1
* SonarCube fix - make members privateAndreas Beeker2016-12-011-2/+39
* Preparations for hssf_cryptoapi:Andreas Beeker2016-08-031-6/+14
* Provide a createOrUpdateDocument method at the POIFS level, and use to simpli...Nick Burch2016-07-211-16/+6
* Javadoc updatesNick Burch2016-07-211-0/+4
* If doing an in-place write, update the properties tooNick Burch2016-07-201-1/+13
* #57919 Add in-place and new-File write methods to POIDocumentNick Burch2016-07-201-2/+2
* Prepare for pushing write() and write(File) to POIDocumentNick Burch2016-07-201-3/+49
* bug 57919: add performance note to javadocs about using BufferedOutputStreams...Javen O'Neal2016-07-171-0/+5
* #59724 Provide Closeable on all OLE2-based POIDocument typesNick Burch2016-06-191-1/+18
* Sonar: 'static modifier out of order with the JLS suggestions.remove No need ...Javen O'Neal2016-06-131-4/+8
* close resourcesAndreas Beeker2016-06-061-35/+38
* Unit test for #58731 - not reproduced, and some javadocsNick Burch2015-12-161-0/+5
* Fix remaining security manager problems. Forbiddenapis now passes.Uwe Schindler2015-11-111-0/+6
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-2/+14
* #56791 More updates from OPOIFS to NPOIFSNick Burch2015-05-111-26/+31
* #56791 Remove long-deprecated OPOIFS related methodsNick Burch2015-05-111-51/+0
* #56791 Default to NPOIFSNick Burch2015-05-111-1/+1
* - Support for Office Binary Document RC4 CryptoAPI Encryption for HSLFAndreas Beeker2014-12-251-2/+30
* Add/Fix some JavadocDominik Stadler2014-07-271-3/+45
* 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