aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
Commit message (Expand)AuthorAgeFilesLines
* Rather than having lots of classes all create their own XML DocumentBuilderFa...Nick Burch2014-04-151-0/+48
* javadoc house-keepingAndreas Beeker2013-12-251-1/+1
* Fix some JavaDoc items that are reported in the build-outputDominik Stadler2013-12-251-1/+1
* Slightly more test-coverage in HSSFSheet/XSSFSheet/SXSSFSheet and fix some Ec...Dominik Stadler2013-10-302-3/+27
* Fix #55647 - When creating a temp file, ensure the name isn't already takenNick Burch2013-10-101-0/+11
* Remove some @author tags, as per http://poi.apache.org/guidelines.html#CodeStyleNick Burch2013-08-231-5/+1
* HSMF generally wants Java Lang style encoding names, which HPSF has always wo...Nick Burch2013-06-261-21/+97
* Bring the numeric CodePage support from HPSF (constants and converters) out t...Nick Burch2013-06-261-0/+363
* Bugzilla 55036 - Dec2HEx formula supportYegor Kozlov2013-06-021-0/+40
* clear unused import warningsYegor Kozlov2012-11-121-4/+0
* refactor list format override structures (was marked with @Internal annotation)Sergey Vladimirov2012-09-231-0/+23
* resolved bugzilla ticket 53642Evgeniy Berlog2012-09-042-8/+15
* Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+57
* Start on the code to process properties, and wire it up. No properties readin...Nick Burch2012-07-081-0/+18
* #52991: Unexpected end of ZLIB input stream on embedded OLE extraction from PPTMaxim Valyanskiy2012-03-271-0/+230
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-051-0/+40
* fixed javadoc warningsYegor Kozlov2011-12-091-1/+1
* undeprecate get*() methods with 0 offsetSergey Vladimirov2011-10-231-9/+53
* it's better to always specify offset for write and reading operationsSergey Vladimirov2011-10-211-1/+16
* reuse code from LittleEndian classSergey Vladimirov2011-10-211-0/+17
* add float read/write (put/get) supportSergey Vladimirov2011-10-211-8/+102
* code format and sort members (prepare for double and float additions)Sergey Vladimirov2011-10-211-331/+433
* correctly save PlfLst Sergey Vladimirov2011-10-021-0/+38
* correctly handle LFOData structuresSergey Vladimirov2011-10-011-1/+39
* picture loading completely rewritten, bugs 51902 and 51890 fixedSergey Vladimirov2011-09-301-0/+15
* add lvlf type definition and java codeSergey Vladimirov2011-09-211-0/+18
* add tabs handling and additional SPRMs; update ShadingDescription definition ...Sergey Vladimirov2011-09-201-1/+26
* move poi.util.POIUtils to poi.poifs.filesystem.EntryUtilsSergey Vladimirov2011-08-231-103/+0
* relax requirements for POIUtils arguments (replace classes with interfaces)Sergey Vladimirov2011-08-221-3/+3
* move POI FS entries copy methods to new POIUtils classSergey Vladimirov2011-08-221-0/+103
* fix unsigned int to long conversionSergey Vladimirov2011-08-091-6/+6
* restore JDK 1.5 compatibilitySergey Vladimirov2011-07-251-0/+24
* added @Beta annotation to mark code that is subject to incompatible changes i...Yegor Kozlov2011-07-211-0/+35
* add closeQuietly() methodSergey Vladimirov2011-07-041-0/+25
* Apply patch from bug #51458 - Correct BitField wrapping when setting large va...Nick Burch2011-07-011-1/+1
* bug 51265: Enhanced Handling of Picture Parts in XWPFYegor Kozlov2011-06-011-0/+8
* Fix bug #51100 - Fix IOUtils issue for NPOIFS reading from an InputStream whe...Nick Burch2011-04-211-1/+1
* Two more differences between the LZW in HDGF and HMEF:Nick Burch2011-03-051-20/+38
* Start on unit tests for HMEF. Quite a bit is still stubbed out, and it shows ...Nick Burch2011-03-011-3/+9
* More NPOIFS BAT vs XBAT confusion fixes. Also fixes recent POIFS regression o...Nick Burch2010-12-291-1/+3
* Refactor the common LZW decompression code out into utilsNick Burch2010-12-211-0/+178
* Change how the NIO block read works, to re-use the byte array for the from-In...Nick Burch2010-12-191-1/+1
* Move CloseIgnoringInputStream out to its own class, and add more helper methodsNick Burch2010-12-192-1/+58
* Start on lower memory POIFS implementation - data source to provide common ac...Nick Burch2010-12-181-0/+25
* code cleanup as suggested in Bugzilla 50446Yegor Kozlov2010-12-101-1/+1
* Fix generics warningsNick Burch2010-10-221-4/+5
* fixed packaging of files moved from contribYegor Kozlov2010-10-191-1/+1
* repackaged poi-contrib to poi-main and poi-examples, excluded contrib from bu...Yegor Kozlov2010-10-061-0/+84
* Improve error message, and fix generics warningsNick Burch2010-01-281-1/+1
* Tidy up some of the IntMapper/UnicodeString bits with genericsNick Burch2010-01-181-12/+11