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/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.google.guava-guava-33.3.1-jre
dependabot/gradle/com.google.guava-guava-33.4.0-jre
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.mockito-mockito-core-5.14.1
dependabot/gradle/org.mockito-mockito-core-5.14.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
/
testcases
/
org
/
apache
/
poi
/
hssf
/
usermodel
/
TestHSSFPicture.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
65206 - Migrate ant / maven to gradle build
Andreas Beeker
2021-03-27
1
-287
/
+0
*
Sonar fixes
Andreas Beeker
2021-01-30
1
-1
/
+3
*
Sonar fixes
Andreas Beeker
2021-01-10
1
-1
/
+1
*
Sonar fixes
Andreas Beeker
2021-01-09
1
-6
/
+6
*
Sonar fixes
Andreas Beeker
2021-01-08
1
-11
/
+6
*
#65026 - Migrate tests to Junit 5
Andreas Beeker
2020-12-24
1
-3
/
+3
*
Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...
Andreas Beeker
2020-04-16
1
-2
/
+2
*
#64213 - Picture.resize(double scale) scales width wrong for small pictures a...
Andreas Beeker
2020-03-16
1
-207
/
+202
*
Code-style: Unify how arrays are specified from C-style to normal Java-style
Dominik Stadler
2018-12-25
1
-5
/
+5
*
Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin...
Dominik Stadler
2014-12-16
1
-3
/
+0
*
Picture method to resize with different scales in width and height
Andreas Beeker
2014-11-12
1
-9
/
+40
*
Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...
Dominik Stadler
2014-05-16
1
-32
/
+31
*
Bugzilla 55578 - Support embedding OLE1.0 packages in HSSF
Yegor Kozlov
2013-10-13
1
-4
/
+1
*
Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF
Yegor Kozlov
2013-10-13
1
-4
/
+62
*
added few improvements
Evgeniy Berlog
2012-07-23
1
-5
/
+5
*
checked all examples, added several features
Evgeniy Berlog
2012-07-11
1
-0
/
+61
*
Support for appending images to existing drawings in HSSF
Yegor Kozlov
2011-07-20
1
-0
/
+100
*
Replaced getInstance methods with field for instances of ITestDataProvider. ...
Josh Micich
2009-12-26
1
-3
/
+2
*
Fixed unused imports compiler warnings (and some others)
Josh Micich
2009-08-18
1
-18
/
+17
*
Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...
Josh Micich
2009-05-18
1
-54
/
+54
*
more refactoring of common ss tests
Yegor Kozlov
2009-03-29
1
-19
/
+9
*
fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...
Yegor Kozlov
2008-09-18
1
-0
/
+14
*
added disabled junit for bug 44916
Josh Micich
2008-05-01
1
-29
/
+1
*
refactored all hssf junits to get test sample data in the in one place
Josh Micich
2008-04-07
1
-4
/
+3
*
Big patch from Josh from bug #44504 - lots of formula parser improvements
Nick Burch
2008-03-04
1
-30
/
+30
*
fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe...
Yegor Kozlov
2007-11-03
1
-1
/
+1
*
HSSFPicture.resize() - a handy method to reset a picture to its original widt...
Yegor Kozlov
2007-10-01
1
-0
/
+79