aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/hpsf/VariantSupport.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-422/+0
* [bug-63046] Use Log4j 2 for loggingMarius Volkhart2021-02-211-4/+4
* Sonar fixesAndreas Beeker2021-01-171-2/+2
* Sonar Fixes - "static" base class members should not be accessed via derived ...Andreas Beeker2020-04-021-10/+10
* Add test for FileMagicDominik Stadler2018-11-251-1/+1
* #59893 - Forbid calls to InputStream.availableAndreas Beeker2018-04-271-4/+6
* Bug 61349 -- add more sanity checks when allocating byte[]Tim Allison2017-09-211-2/+6
* Remove unnecessary type arguments (Java 8)Dominik Stadler2017-09-161-1/+1
* remove some deprecated code slated for removal in 3.18PJ Fanning2017-09-151-27/+0
* #52117 - Invalid "last printed" summary field value - added helper method to ...Andreas Beeker2017-05-141-8/+3
* HPSF: Enable new number types in VariantSupportAndreas Beeker2017-05-021-72/+141
* Let IntelliJ cleanup some code-warnings across the whole code-base: unnecessa...Dominik Stadler2017-04-171-3/+3
* IntelliJ warnings, Javadoc, FormattingDominik Stadler2017-01-261-2/+2
* SonarCube fix - make members privateAndreas Beeker2016-12-071-1/+1
* #60331 - Remove deprecated classes - deprecate Mutable* property classesAndreas Beeker2016-11-271-168/+120
* fixing javadocs errors (in JDK8)Andreas Beeker2016-06-121-3/+0
* 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