aboutsummaryrefslogtreecommitdiffstats
path: root/src/testcases/org/apache/poi/hssf/usermodel/TestHSSFPictureData.java
Commit message (Expand)AuthorAgeFilesLines
* Bugzilla 53446 - Fixed some problems extracting PNGs Yegor Kozlov2012-08-041-0/+23
* avoid nulls in HSSFWorkbook.getAllPictures when EscherBlipRecord is not foundYegor Kozlov2010-10-201-0/+12
* Add getMimeType() method to HSSF/XSSF PictureData, alongside existing file ex...Nick Burch2010-09-091-0/+2
* Changed CRLF to LF in .java test files. Minor reformatting and compiler warn...Josh Micich2009-05-181-71/+72
* added HSSFPictureData.getFormat() as requested in #46320Yegor Kozlov2008-12-301-0/+2
* refactored all hssf junits to get test sample data in the in one placeJosh Micich2008-04-071-16/+11
* fix broken compilation. removed a reference to a class from the scratchpad.Yegor Kozlov2007-09-111-1/+1
* initial support for WMF and EMF pictures in HSSFWorkbook.getAllPictures(). Se...Yegor Kozlov2007-08-261-4/+3
* applied the patch submitted in Bug 41223: Simple image extraction for HSSFWor...Yegor Kozlov2007-04-161-0/+75