aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/poifs/filesystem/Ole10Native.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-494/+0
* 64512 - Ole10Native aka embedded / object packager - handle UTF16 variantsAndreas Beeker2020-06-111-154/+218
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-42/+40
* Sonar fixes - use try-with-resourcesAndreas Beeker2019-11-301-7/+5
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-1/+1
* #61941 - Move Ole marker generation to Ole10NativeAndreas Beeker2017-12-311-2/+31
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-3/+7
* Remove unnecessary initialization of membersDominik Stadler2017-09-161-2/+2
* Convert all *.java files to use native end of line character(s)Javen O'Neal2017-02-081-401/+401
* add length sanity check for length of embedded OLE10Native (BUG 60256)Tim Allison2016-10-141-1/+4
* sonar fixesAndreas Beeker2016-07-011-1/+1
* bug 59170: Removed deprecated methods in POIFS, SS, HSSF, and XSSFJaven O'Neal2016-06-181-14/+0
* Code cleanup via IntelliJ: Remove unnecessary semicolonDominik Stadler2016-04-061-71/+71
* FindBugs fixAndreas Beeker2014-02-161-1/+2
* Bug 51891 - Fix StringIndexOutOfBoundsException : Ole10Native.<init> (parsing...Andreas Beeker2014-02-011-327/+363
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-131-118/+199
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-1/+1
* fixed javadoc warningsYegor Kozlov2011-12-091-1/+1
* Allow Ole10Native to be created from a DirectoryNode, not only a a POIFSNick Burch2011-10-151-18/+33
* Fix 1.6ismNick Burch2010-09-211-1/+4
* Add license headers to Ole10Native-related classesMaxim Valyanskiy2010-09-091-0/+17
* Add code for reading Ole10Native dataMaxim Valyanskiy2010-09-091-0/+259