aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf
Commit message (Expand)AuthorAgeFilesLines
* optimized unused imports and removed deprecation warnings in poi-mainYegor Kozlov2012-03-053-4/+2
* Bugzilla 52385,52337,52338: avoid trancated array and vector data when readin...Yegor Kozlov2012-02-153-4/+22
* Demote the HPSF CodePageString null check from an exception to a Warning, as ...Nick Burch2011-11-281-4/+10
* keep rat-check quiet, also started writing xslf docsYegor Kozlov2011-11-072-0/+36
* replace exception with warningSergey Vladimirov2011-10-291-4/+15
* additional safety belts to handle broken filesSergey Vladimirov2011-10-221-4/+8
* adding safety belts for property type 0x0100 and other unknown typesSergey Vladimirov2011-10-221-26/+8
* some files has strange property values... try to handle them.Sergey Vladimirov2011-10-222-3/+48
* add license header; organize importsSergey Vladimirov2011-10-2213-20/+225
* rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...Sergey Vladimirov2011-10-223-178/+301
* values in vector not paddedSergey Vladimirov2011-10-221-1/+2
* replace exception with warningSergey Vladimirov2011-10-221-4/+18
* accept java stringSergey Vladimirov2011-10-221-3/+17
* replace exception with warningSergey Vladimirov2011-10-221-6/+17
* fix type definitionSergey Vladimirov2011-10-221-5/+42
* fix NPESergey Vladimirov2011-10-221-3/+2
* remove unusedSergey Vladimirov2011-10-211-43/+0
* add classes that will replace VariantSupport class just a bit laterSergey Vladimirov2011-10-2117-0/+769
* reuse code from LittleEndian classSergey Vladimirov2011-10-211-53/+30
* -warningSergey Vladimirov2011-10-021-1/+1
* preserve entries order in dictionariesSergey Vladimirov2011-10-021-3/+4
* fix VT_LPWSTR supportSergey Vladimirov2011-10-021-8/+12
* fix VT_BOOL supportSergey Vladimirov2011-10-021-4/+8
* always pad properties to 4 bytesSergey Vladimirov2011-10-021-12/+9
* pad VT_BOOL to 4 bytesSergey Vladimirov2011-10-021-4/+5
* correctly add padding to 16-bit integersSergey Vladimirov2011-10-021-5/+12
* rollbackSergey Vladimirov2011-10-021-7/+0
* correctly handle 2-byte propertiesSergey Vladimirov2011-10-021-0/+7
* add genericsSergey Vladimirov2011-10-021-11/+9
* Since a DirectoryNode has a reference to the underlying POIFSFileSystem, tidy...Nick Burch2010-12-291-1/+9
* Add main methodNick Burch2010-06-151-0/+11
* Remove some generics warnings from the HPSF custom properties and sections partsNick Burch2010-01-135-62/+93
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-088-192/+183
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-203-14/+15
* Fixed compiler warnings - unnecessary throws declarationJosh Micich2009-08-181-18/+18
* Fixed compiler warnings - unnecessary elseJosh Micich2009-08-186-127/+119
* Fixing compiler warnings - unnecessary typecastsJosh Micich2009-08-181-10/+10
* Removed RCS tags from src/java javadocsJosh Micich2009-06-042-4/+0
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-0135-110/+34
* Fix bug #46472 - Avoid NPE in HPSFPropertiesExtractor when no properties existNick Burch2009-01-061-5/+7
* Fix a typo in the file name, and add a generic method to POITextExtractor to ...Nick Burch2008-08-121-4/+11
* New HPSF based TextExtractor for document metadata, org.apache.poi.hpsf.extra...Nick Burch2008-08-125-1/+168
* 44694 - HPSF: Support for property sets without sectionsRainer Klute2008-04-022-3/+9
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-083-72/+112
* Restored the cast: JDK 1.4 needs it. :-(Rainer Klute2007-06-261-2/+2
* Removed unnecessary cast.Rainer Klute2007-06-251-2/+2
* Consistency check added when reading property set stream. An IllegalPropertyD...Rainer Klute2007-06-231-0/+24
* Add standard licence header for src/java directoryMark Thomas2007-01-152-3/+35
* License comment fixed.Rainer Klute2007-01-151-17/+16
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-2234-170/+204