From 1a2cdcd156a0f97acff5856a85a421b336768483 Mon Sep 17 00:00:00 2001
From: Nick Burch
Date: Mon, 15 Oct 2007 10:43:37 +0000
Subject: [PATCH] HDGF progress update
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@584723 13f79535-47bb-0310-9956-ffa450edef68
---
src/documentation/content/xdocs/changes.xml | 3 ++-
src/documentation/content/xdocs/hdgf/index.xml | 8 +++++---
src/documentation/content/xdocs/status.xml | 4 +++-
3 files changed, 10 insertions(+), 5 deletions(-)
diff --git a/src/documentation/content/xdocs/changes.xml b/src/documentation/content/xdocs/changes.xml
index 2416654200..e4e67bee6d 100644
--- a/src/documentation/content/xdocs/changes.xml
+++ b/src/documentation/content/xdocs/changes.xml
@@ -17,7 +17,6 @@
limitations under the License.
====================================================================
-->
-
@@ -35,7 +34,9 @@
+
+ Improvements to the LZW compression engine used by HDGF
HSSFPicture.resize() - a handy method to reset a picture to its original width and height
Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook
Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it
diff --git a/src/documentation/content/xdocs/hdgf/index.xml b/src/documentation/content/xdocs/hdgf/index.xml
index f14bb1e766..d36f976287 100755
--- a/src/documentation/content/xdocs/hdgf/index.xml
+++ b/src/documentation/content/xdocs/hdgf/index.xml
@@ -68,9 +68,11 @@
following are the steps that would need to be taken to
implement it.
- - Re-write the decompression support in LZW4HDGF to be
- less opaque, and also under the ASL.
- - Add compression support to the new LZw4HDGF.
+ - Re-write the decompression support in LZW4HDGF as
+ HDGFLZW, which will be much better documented, and also
+ under the ASL. Completed October 2007
+ - Add compression support to HDGFLZW.
+ In progress
- Have HDGF just write back the raw bytes it read in, and
have a test to ensure the file is un-changed.
- Have HDGF generate the bytes to write out from the
diff --git a/src/documentation/content/xdocs/status.xml b/src/documentation/content/xdocs/status.xml
index 074b386de0..92050159aa 100644
--- a/src/documentation/content/xdocs/status.xml
+++ b/src/documentation/content/xdocs/status.xml
@@ -17,7 +17,6 @@
limitations under the License.
====================================================================
-->
-
@@ -31,8 +30,11 @@
+
+ Improvements to the LZW compression engine used by HDGF
+ HSSFPicture.resize() - a handy method to reset a picture to its original width and height
Add a getSheetIndex(HSSFSheet) method to HSSFWorkbook, and allow a HSSFSheet to get at its parent HSSFWorkbook
Move POIDocument out of Scratchpad, and update HSSFWorkbook to use it
43399 - [PATCH] - Fix for Cell References for rows > 32678