]> source.dussan.org Git - poi.git/commit
picture loading completely rewritten, bugs 51902 and 51890 fixed
authorSergey Vladimirov <sergey@apache.org>
Fri, 30 Sep 2011 15:49:19 +0000 (15:49 +0000)
committerSergey Vladimirov <sergey@apache.org>
Fri, 30 Sep 2011 15:49:19 +0000 (15:49 +0000)
commite975236ab1bab81c0a73cbd57fbe68e7b97eb76e
tree47f75d84caa326a2c64d41c8c37ad88252ae6e71
parentf34bdbaea94c0442356bd0ad1726d09768f71549
picture loading completely rewritten, bugs 51902 and 51890 fixed

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1177709 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/util/LittleEndian.java
src/scratchpad/src/org/apache/poi/hwpf/model/PICF.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/PICFAndOfficeArtData.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/PictureDescriptor.java [deleted file]
src/scratchpad/src/org/apache/poi/hwpf/model/types/PICFAbstractType.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Picture.java
src/scratchpad/src/org/apache/poi/hwpf/usermodel/PictureType.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestBugs.java
src/scratchpad/testcases/org/apache/poi/hwpf/usermodel/TestPictures.java
src/types/definitions/picf_type.xml [new file with mode: 0644]