Patch from bug #44937 from Squeeself- Partial support for extracting Escher images...
commit4b8a046717b543bf7216081edd599683bf3e45f0
authorNick Burch <nick@apache.org>
Tue, 20 May 2008 16:01:53 +0000 (20 16:01 +0000)
committerNick Burch <nick@apache.org>
Tue, 20 May 2008 16:01:53 +0000 (20 16:01 +0000)
tree2be86555a766c99f37791a14f51a20732ced9f29
parent6899d8253697ffc7d8273938ccb6ccbc6b022706
Patch from bug #44937 from Squeeself- Partial support for extracting Escher images from HWPF files

git-svn-id: https://svn.eu.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