Scratchpad compile failure.

2003-11-10 Thread Glen Stampoultzis
compile-scratchpad: [javac] Compiling 140 source files to /x1/home/glens/jakarta-poi/build/scratchpad-classes [javac] /x1/home/glens/jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/CharacterSprmCompresser.java:111: cannot resolve symbol [javac] symbol : method equals (org.a

Re: HWPF power dump

2003-11-10 Thread Ryan Ackley
> It'll be interesting to see what you've come up with there. I'm sure HSSF > could benefit from a similar scheme but there are plenty of complications > such as the fact that you can easily screw the performance if you ended up > compressing and decompressing the SST record frequently for example

Re: HWPF power dump

2003-11-10 Thread Glen Stampoultzis
At 12:34 AM 11/11/2003, you wrote: Not undocumented structures, just the caching mechanism I was planning on using and the way that Word compresses its data structures. I didn't want to have the same types of memory problems HSSF has. No offense towards the HSSF guys, I am just applying lessons lea

DO NOT REPLY [Bug 24570] - POI don't extract right properties in Chinese characters

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24572] - problem in reading Excel using Eventmodel API

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24572] New: - problem in reading Excel using Eventmodel API

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24570] - POI don't extract right properties in Chinese characters

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 24570] New: - POI don't extract right properties in Chinese characters

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 07:34:20 Modified:src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java Log: some quick changes Revision ChangesPath 1.3 +113 -12 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/Character

Re: HWPF power dump

2003-11-10 Thread Ryan Ackley
The reading part is a no brainer. Thats been done and in cvs for the past 1.5 years. I'm still working on editing and writing. Mainly editing. When its done the first version will support Sections, Paragraphs, Character formatting, Tables, and Lists. Ryan - Original Message - From: "Ser

Re: HWPF power dump

2003-11-10 Thread Serge Huber
Ok thanks for the precisions. It sounds great, can't wait to see your new version :) So how far did you get with the reading / writing loop ? What are the structures that you can read/write ? At 02:34 PM 11/10/2003, you wrote: Not undocumented structures, just the caching mechanism I was plannin

Re: HWPF power dump

2003-11-10 Thread Ryan Ackley
Not undocumented structures, just the caching mechanism I was planning on using and the way that Word compresses its data structures. I didn't want to have the same types of memory problems HSSF has. No offense towards the HSSF guys, I am just applying lessons learned from them. HWPF uses lazy loa

Re: POI-FS 2

2003-11-10 Thread Chris Nokleberg
On Mon, Nov 10, 2003 at 06:00:21PM +0530, Avik Sengupta wrote: > I would suggest that SHOULD be two constructors if POIFS2 mandates 1.4 > due to its use of NIO. It does not, NIO support is optional (and does not affect the constructor signature). Chris -

Re: POI-FS 2

2003-11-10 Thread Avik Sengupta
I would suggest that SHOULD be two constructors if POIFS2 mandates 1.4 due to its use of NIO. On Mon, 2003-11-10 at 03:43, Chris Nokleberg wrote: > On Mon, Nov 10, 2003 at 08:49:24AM +1100, Glen Stampoultzis wrote: > > Ideally (just to begin with) it would be great if it were possible to swap >

Re: HWPF power dump

2003-11-10 Thread Serge Huber
Hi Ryan, Glad to see you're still working on it ! Given the silence I thought you'd given up :) I'm still surprised there are so little developers on this project. With all the CMS' around you'd think there would be more interest in this. Anyway can you tell me a little more about the issues y

HWPF power dump

2003-11-10 Thread Ryan Ackley
I just committed the last two months worth of work. Still working on it though. As I'm getting to the later stages of development I've realized that some of the pieces don't fit the way I thought they would. So I've had to re-work some stuff. I was hoping to get something workable by ApacheCon. I

cvs commit: jakarta-poi/src/types/definitions chp_type.xml pap_type.xml sep_type.xml tap_type.xml tc_type.xml

2003-11-10 Thread sackley
sackley 2003/11/10 03:58:39 Modified:src/types/definitions chp_type.xml pap_type.xml sep_type.xml tap_type.xml tc_type.xml Log: latest changes...still not working though! Revision ChangesPath 1.6 +6 -6 jakarta-poi/src/types/definitions/c

cvs commit: jakarta-poi/src/types/styles hdftype.xsl

2003-11-10 Thread sackley
sackley 2003/11/10 03:58:27 Modified:src/types/styles hdftype.xsl Log: latest changes...still not working though! Revision ChangesPath 1.11 +4 -5 jakarta-poi/src/types/styles/hdftype.xsl Index: hdftype.xsl =

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/generator HDFFieldIterator.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:58:01 Modified:src/scratchpad/src/org/apache/poi/hdf/generator HDFFieldIterator.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +13 -5 jakarta-poi/src/scratchpad/src/org/apache/poi/hdf/

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel TableProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:55:11 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel TableProperties.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableProperties

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel TableCellDescriptor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:55:03 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel TableCellDescriptor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/TableCellDe

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel ShadingDescriptor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:56 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel ShadingDescriptor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ShadingDescri

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel SectionRange.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:49 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel SectionRange.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/SectionRange.java

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel SectionProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:42 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel SectionProperties.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/SectionProper

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel ParagraphRange.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:33 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel ParagraphRange.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/ParagraphRange.j

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel LineSpacingDescriptor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:26 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel LineSpacingDescriptor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/LineSpaci

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel DateAndTime.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:19 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel DateAndTime.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/DateAndTime.java

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterRange.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:11 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterRange.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/CharacterRange.j

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel BorderCode.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:54:03 Added: src/scratchpad/src/org/apache/poi/hwpf/usermodel BorderCode.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel/BorderCode.java

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel ParagraphProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:54 Modified:src/scratchpad/src/org/apache/poi/hwpf/usermodel ParagraphProperties.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +96 -2 jakarta-poi/src/scratchpad/src/org/apache/poi/

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:51 Modified:src/scratchpad/src/org/apache/poi/hwpf/usermodel CharacterProperties.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +270 -1 jakarta-poi/src/scratchpad/src/org/apache/poi/

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm TableSprmUncompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:41 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm TableSprmUncompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/TableSprmUncompress

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm TableSprmCompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:34 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm TableSprmCompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/TableSprmCompressor.j

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SprmUncompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:24 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SprmUncompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmUncompressor.java

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SprmOperation.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:16 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SprmOperation.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmOperation.java Ind

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SprmIterator.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:10 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SprmIterator.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmIterator.java Index

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SprmBuffer.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:53:03 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SprmBuffer.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmBuffer.java Index: SprmBuffer.java

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SectionSprmUncompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:56 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SectionSprmUncompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SectionSprmUncomp

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SectionSprmCompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:49 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm SectionSprmCompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SectionSprmCompress

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm ParagraphSprmUncompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:43 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm ParagraphSprmUncompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/ParagraphSprmUn

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm SprmUtils.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:35 Modified:src/scratchpad/src/org/apache/poi/hwpf/sprm SprmUtils.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +17 -0 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/SprmUtils.java Index: Sp

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm CharacterSprmUncompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:31 Added: src/scratchpad/src/org/apache/poi/hwpf/sprm CharacterSprmUncompressor.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm/CharacterSprmUn

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm ParagraphSprmCompressor.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:15 Modified:src/scratchpad/src/org/apache/poi/hwpf/sprm ParagraphSprmCompressor.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +1 -12 jakarta-poi/src/scratchpad/src/org/apache/poi/h

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/sprm CharacterSprmCompresser.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:11 Modified:src/scratchpad/src/org/apache/poi/hwpf/sprm CharacterSprmCompresser.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +1 -12 jakarta-poi/src/scratchpad/src/org/apache/poi/h

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions TCAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:52:03 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions TCAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +73 -14 jakarta-poi/src/scratchpad/src/org

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions TAPAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:59 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions TAPAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +33 -32 jakarta-poi/src/scratchpad/src/or

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions SEPAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:56 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions SEPAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +70 -69 jakarta-poi/src/scratchpad/src/or

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions PAPAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:53 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions PAPAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +86 -85 jakarta-poi/src/scratchpad/src/or

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions DOPAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:45 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions DOPAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +59 -164 jakarta-poi/src/scratchpad/src/or

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions CHPAbstractType.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:42 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/definitions CHPAbstractType.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +56 -55 jakarta-poi/src/scratchpad/src/or

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes UPX.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:23 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes UPX.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/UPX.java Ind

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes TextPieceTable.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:14 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes TextPieceTable.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +23 -19 jakarta-poi/src/scratchpad/src/org/apache/poi/

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes StyleSheet.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:09 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes StyleSheet.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +72 -1367 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes StyleDescription.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:51:01 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes StyleDescription.java Log: latest changes...still not working though! Revision ChangesPath 1.6 +68 -88 jakarta-poi/src/scratchpad/src/org/apache/po

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes PropertyNode.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:50:32 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes PropertyNode.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +25 -6 jakarta-poi/src/scratchpad/src/org/apache/poi/hw

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes PAPX.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:50:16 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes PAPX.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +0 -1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListTables.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:50:03 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListTables.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/ListTables

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListLevel.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:55 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListLevel.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/ListLevel.j

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListFormatOverrideLevel.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:47 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListFormatOverrideLevel.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftyp

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListFormatOverride.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:39 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListFormatOverride.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes/Li

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListData.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:31 Added: src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes ListData.java Log: latest changes...still not working though! Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/m

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes FileInformationBlock.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:21 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes FileInformationBlock.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +1 -1 jakarta-poi/src/scratchpad/src/org/apach

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes DocumentProperties.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:11 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes DocumentProperties.java Log: latest changes...still not working though! Revision ChangesPath 1.3 +1 -1 jakarta-poi/src/scratchpad/src/org/apache/

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPX.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:49:02 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPX.java Log: latest changes...still not working though! Revision ChangesPath 1.2 +1 -0 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPFormattedDiskPage.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:48:58 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPFormattedDiskPage.java Log: latest changes...still not working though! Revision ChangesPath 1.5 +6 -5 jakarta-poi/src/scratchpad/src/org/apach

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPBinTable.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:48:55 Modified:src/scratchpad/src/org/apache/poi/hwpf/model/hdftypes CHPBinTable.java Log: latest changes...still not working though! Revision ChangesPath 1.5 +17 -2 jakarta-poi/src/scratchpad/src/org/apache/poi/hwp

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf Range.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:48:41 Added: src/scratchpad/src/org/apache/poi/hwpf Range.java Log: initial check in Revision ChangesPath 1.1 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/Range.java Index: Range.java ==

cvs commit: jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf HWPFDocument.java

2003-11-10 Thread sackley
sackley 2003/11/10 03:48:26 Modified:src/scratchpad/src/org/apache/poi/hwpf HWPFDocument.java Log: latest changes...still not working though! Revision ChangesPath 1.4 +28 -0 jakarta-poi/src/scratchpad/src/org/apache/poi/hwpf/HWPFDocument.java Index: HWPFDo

DO NOT REPLY [Bug 17039] - [PATCH] HSSFHeader and HSSFFooter doesnot support DBCS

2003-11-10 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu