aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf/VariantSupport.java
Commit message (Expand)AuthorAgeFilesLines
* FindBugs fixAndreas Beeker2014-02-131-1/+1
* Deprecate the old HPSF codepage Constants list, and change the code to use th...Nick Burch2013-06-261-111/+2
* Bug 52628 - Replace System.err info messages with a POILoggerYegor Kozlov2012-11-161-4/+7
* 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
* rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...Sergey Vladimirov2011-10-221-176/+117
* 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
* Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...Josh Micich2009-10-081-20/+19
* Avoid exception when reading ClipboardData packet in OLE property sets, see b...Yegor Kozlov2009-08-201-3/+14
* removed '@version $Id:$' tags (all were in javadoc comments)Josh Micich2009-06-011-2/+0
* - Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...Rainer Klute2008-02-081-12/+38
* Applying the copy2license.pl script (with tiny modification to allow for more...Henri Yandell2006-12-221-5/+6
* Support for many, many character encodings added. Thanks to TrejkazRainer Klute2006-05-061-0/+63
* * Writing support added to the SummaryInformation and DocumentSummaryInformat...Rainer Klute2006-03-031-11/+33
* - Added support for the Korean character set MS949. Thanks again to Ralf Terd...Rainer Klute2005-04-291-4/+6
* - Added a couple of Macintosh codepage numbers to Java encoding names.Rainer Klute2005-04-231-1/+31
* - Support for variant type VT_R8 added.Rainer Klute2005-04-131-0/+15
* - Added support for the MacRoman codepage (10000). Thanks to Mikael Puittinen...Rainer Klute2005-02-131-0/+2
* - Adjusting the variant type moved to Property.Rainer Klute2004-08-311-9/+3
* - Fix: HPSF now ensures that string properties are always written with the ty...Rainer Klute2004-06-221-12/+29
* - Support for SJIS encoding added.Rainer Klute2004-06-021-0/+2
* New licence changes.Glen Stampoultzis2004-04-091-63/+18
* HPSF: new testcase to check the new codepage support - plus a fix to correct ...Rainer Klute2003-12-031-8/+0
* HPSF: codepage support addedRainer Klute2003-12-021-25/+61
* - Added Robert Flaherty's method getCustomProperties() (refactored)Rainer Klute2003-10-231-2/+2
* These changes introduce the following HPSF enhancements and fixes:Rainer Klute2003-09-181-5/+6
* Bug fixed in writing Unicode strings.Rainer Klute2003-09-011-4/+3
* HPSF writing capability added.Rainer Klute2003-08-301-64/+125
* - Fixed a bug that occured when reading a section with properties that are no...Rainer Klute2003-08-231-0/+370