index
:
poi.git
BUILD_BRANCH
NIO_32_BRANCH
NIO_BRANCH
REL_1_5_BRANCH
REL_2_BRANCH
REL_3_10_BRANCH
REL_3_11_BRANCH
common_sl
dependabot/gradle/batikVersion-1.18
dependabot/gradle/bouncyCastleVersion-1.80
dependabot/gradle/com.fasterxml.woodstox-woodstox-core-7.1.0
dependabot/gradle/com.github.spotbugs-6.0.24
dependabot/gradle/com.github.spotbugs-6.0.25
dependabot/gradle/com.github.spotbugs-6.0.26
dependabot/gradle/com.github.spotbugs-6.0.27
dependabot/gradle/com.github.spotbugs-6.1.0
dependabot/gradle/com.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
dependabot/gradle/commons-codec-commons-codec-1.17.2
dependabot/gradle/de.thetaphi.forbiddenapis-3.8
dependabot/gradle/junitVersion-5.11.2
dependabot/gradle/junitVersion-5.11.3
dependabot/gradle/junitVersion-5.11.4
dependabot/gradle/log4jVersion-2.24.1
dependabot/gradle/log4jVersion-2.24.2
dependabot/gradle/log4jVersion-2.24.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-1.15.7
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.10
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.11
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.3
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.4
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.5
dependabot/gradle/net.bytebuddy-byte-buddy-agent-1.15.7
dependabot/gradle/org.apache.santuario-xmlsec-4.0.3
dependabot/gradle/org.apache.xmlbeans-xmlbeans-5.2.2
dependabot/gradle/org.cyclonedx.bom-2.0.0
dependabot/gradle/org.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.2
dependabot/gradle/org.mockito-mockito-core-5.15.2
dependabot/gradle/org.sonarqube-6.0.0.5145
excelant
gsoc2012
hemf
hssf_cryptoapi
jakarta-poi
log4j
maven
mv
ooxml
performance-branch
ss_border_property_template
table-borders
trunk
wmf_render
xml_signature
xssf_structured_references
Mirror of Apache POI: https://github.com/apache/poi
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
java
/
org
/
apache
/
poi
/
hpsf
/
VariantSupport.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
FindBugs fix
Andreas Beeker
2014-02-13
1
-1
/
+1
*
Deprecate the old HPSF codepage Constants list, and change the code to use th...
Nick Burch
2013-06-26
1
-111
/
+2
*
Bug 52628 - Replace System.err info messages with a POILogger
Yegor Kozlov
2012-11-16
1
-4
/
+7
*
additional safety belts to handle broken files
Sergey Vladimirov
2011-10-22
1
-4
/
+8
*
adding safety belts for property type 0x0100 and other unknown types
Sergey Vladimirov
2011-10-22
1
-26
/
+8
*
rewrite VariantSupport to use TypedPropertyValue at max without breaking comp...
Sergey Vladimirov
2011-10-22
1
-176
/
+117
*
fix VT_LPWSTR support
Sergey Vladimirov
2011-10-02
1
-8
/
+12
*
fix VT_BOOL support
Sergey Vladimirov
2011-10-02
1
-4
/
+8
*
always pad properties to 4 bytes
Sergey Vladimirov
2011-10-02
1
-12
/
+9
*
pad VT_BOOL to 4 bytes
Sergey Vladimirov
2011-10-02
1
-4
/
+5
*
correctly add padding to 16-bit integers
Sergey Vladimirov
2011-10-02
1
-5
/
+12
*
Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of b...
Josh Micich
2009-10-08
1
-20
/
+19
*
Avoid exception when reading ClipboardData packet in OLE property sets, see b...
Yegor Kozlov
2009-08-20
1
-3
/
+14
*
removed '@version $Id:$' tags (all were in javadoc comments)
Josh Micich
2009-06-01
1
-2
/
+0
*
- Fixed bug 44375 - HPSF now copes with a broken dictionary in Document Summa...
Rainer Klute
2008-02-08
1
-12
/
+38
*
Applying the copy2license.pl script (with tiny modification to allow for more...
Henri Yandell
2006-12-22
1
-5
/
+6
*
Support for many, many character encodings added. Thanks to Trejkaz
Rainer Klute
2006-05-06
1
-0
/
+63
*
* Writing support added to the SummaryInformation and DocumentSummaryInformat...
Rainer Klute
2006-03-03
1
-11
/
+33
*
- Added support for the Korean character set MS949. Thanks again to Ralf Terd...
Rainer Klute
2005-04-29
1
-4
/
+6
*
- Added a couple of Macintosh codepage numbers to Java encoding names.
Rainer Klute
2005-04-23
1
-1
/
+31
*
- Support for variant type VT_R8 added.
Rainer Klute
2005-04-13
1
-0
/
+15
*
- Added support for the MacRoman codepage (10000). Thanks to Mikael Puittinen...
Rainer Klute
2005-02-13
1
-0
/
+2
*
- Adjusting the variant type moved to Property.
Rainer Klute
2004-08-31
1
-9
/
+3
*
- Fix: HPSF now ensures that string properties are always written with the ty...
Rainer Klute
2004-06-22
1
-12
/
+29
*
- Support for SJIS encoding added.
Rainer Klute
2004-06-02
1
-0
/
+2
*
New licence changes.
Glen Stampoultzis
2004-04-09
1
-63
/
+18
*
HPSF: new testcase to check the new codepage support - plus a fix to correct ...
Rainer Klute
2003-12-03
1
-8
/
+0
*
HPSF: codepage support added
Rainer Klute
2003-12-02
1
-25
/
+61
*
- Added Robert Flaherty's method getCustomProperties() (refactored)
Rainer Klute
2003-10-23
1
-2
/
+2
*
These changes introduce the following HPSF enhancements and fixes:
Rainer Klute
2003-09-18
1
-5
/
+6
*
Bug fixed in writing Unicode strings.
Rainer Klute
2003-09-01
1
-4
/
+3
*
HPSF writing capability added.
Rainer Klute
2003-08-30
1
-64
/
+125
*
- Fixed a bug that occured when reading a section with properties that are no...
Rainer Klute
2003-08-23
1
-0
/
+370