aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFPicture.java
Commit message (Expand)AuthorAgeFilesLines
* 65206 - Migrate ant / maven to gradle buildAndreas Beeker2021-03-271-287/+0
* Sonar fixesAndreas Beeker2021-01-301-1/+3
* Sonar fixesAndreas Beeker2021-01-101-1/+1
* Sonar fixesAndreas Beeker2021-01-091-6/+6
* Sonar fixesAndreas Beeker2021-01-081-11/+6
* #65026 - Migrate tests to Junit 5Andreas Beeker2020-12-241-3/+3
* Replace Allocate+System.arraycopy with Array.copyOf/Range and IOUtils.safelyC...Andreas Beeker2020-04-161-2/+2
* #64213 - Picture.resize(double scale) scales width wrong for small pictures a...Andreas Beeker2020-03-161-207/+202
* Code-style: Unify how arrays are specified from C-style to normal Java-styleDominik Stadler2018-12-251-5/+5
* Bug 57355: Fix ArrayIndexOutOfBoundsException by removing two unnecessary lin...Dominik Stadler2014-12-161-3/+0
* Picture method to resize with different scales in width and heightAndreas Beeker2014-11-121-9/+40
* Apache POI - Use assertArrayEquals() instead of assertTrue(Arrays.equals()), ...Dominik Stadler2014-05-161-32/+31
* Bugzilla 55578 - Support embedding OLE1.0 packages in HSSFYegor Kozlov2013-10-131-4/+1
* Bugzilla 49658 - Support embedding EMF/WMF pictures in HSSF Yegor Kozlov2013-10-131-4/+62
* added few improvementsEvgeniy Berlog2012-07-231-5/+5
* checked all examples, added several featuresEvgeniy Berlog2012-07-111-0/+61
* Support for appending images to existing drawings in HSSFYegor Kozlov2011-07-201-0/+100
* Replaced getInstance methods with field for instances of ITestDataProvider. ...Josh Micich2009-12-261-3/+2
* Fixed unused imports compiler warnings (and some others)Josh Micich2009-08-181-18/+17
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-54/+54
* more refactoring of common ss testsYegor Kozlov2009-03-291-19/+9
* fixed bug #45829: HSSFPicture.getImageDimension() fails when DPI of image is ...Yegor Kozlov2008-09-181-0/+14
* added disabled junit for bug 44916Josh Micich2008-05-011-29/+1
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-4/+3
* Big patch from Josh from bug #44504 - lots of formula parser improvementsNick Burch2008-03-041-30/+30
* fixed a silly typo in the method signature. It should be HFFSPicture.getPrefe...Yegor Kozlov2007-11-031-1/+1
* HSSFPicture.resize() - a handy method to reset a picture to its original widt...Yegor Kozlov2007-10-011-0/+79