aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFPicture.java
Commit message (Expand)AuthorAgeFilesLines
* 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