]> source.dussan.org Git - poi.git/commit
Patch from bug #44937 from Squeeself- Partial support for extracting Escher images...
authorNick Burch <nick@apache.org>
Tue, 20 May 2008 16:01:53 +0000 (16:01 +0000)
committerNick Burch <nick@apache.org>
Tue, 20 May 2008 16:01:53 +0000 (16:01 +0000)
commit40bb917404193b6a9bdda09e1b3ebb09fe01867a
tree2be86555a766c99f37791a14f51a20732ced9f29
parent7902d0ed3ae1fd0957f320266dba74bb01137522
Patch from bug #44937 from Squeeself- Partial support for extracting Escher images from HWPF files

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@658302 13f79535-47bb-0310-9956-ffa450edef68
src/documentation/content/xdocs/changes.xml
src/documentation/content/xdocs/status.xml
src/java/org/apache/poi/ddf/EscherClientAnchorRecord.java
src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java
src/scratchpad/src/org/apache/poi/hwpf/model/EscherRecordHolder.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/FSPA.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/FSPATable.java [new file with mode: 0644]
src/scratchpad/src/org/apache/poi/hwpf/model/FileInformationBlock.java
src/scratchpad/src/org/apache/poi/hwpf/model/PicturesTable.java
src/scratchpad/src/org/apache/poi/hwpf/usermodel/Picture.java
src/scratchpad/testcases/org/apache/poi/hwpf/TestHWPFPictures.java