Ryan,

Thanks for the message. I downloaded the source code to open office, but it's 500 megs+. I can't seem to find where in the code they actually deal with the MS Word Binary structure. Do you know what classes/parts of code deals with that? I'll definitely look through it.

Thanks.

As for the spec, I did read it and did not find anything about -1 being an accepted value, but all I can find is the '97 spec and nothing on 2000, so I didn't know if it had been changed.

- Robert Paris






From: "Ryan Ackley" <[EMAIL PROTECTED]>
Reply-To: "Ryan Ackley" <[EMAIL PROTECTED]>
To: "POI Developers List" <[EMAIL PROTECTED]>
Subject: Re: Bug 17208 - WordDocument Problem: createListTables - Negative Array Size Date: Sun, 23 Feb 2003 07:06:07 -0500


Robert,

not sure how to handle this myself. The spec I am going from doesn't mention
that -1 is a possible value. My suggestion for you is to read the spec and
see if you can come up with a better way to handle this. If that goes
nowhere, go look in the openoffice.org code and see how they handle lists.


Ryan Ackley

----- Original Message -----
From: "Robert Paris" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, February 21, 2003 2:42 PM
Subject: Bug 17208 - WordDocument Problem: createListTables - Negative Array
Size



> I did a bit of research into this problem. From what I can tell, the value
> (at position 24) of cbGrpprlChpx in LVLF is -1 (on the 4th list in my test
> case). I do not know if this is a valid value (is it?), but the code does
> not handle this. So what happens is the code attempts to create: new byte[
> -1 ].
>
> To create this exception, I used windows 2000, word 2000 and created a
> document with a numbered list. It only happens with multi-level lists.
>
> I hope this helps! Anyone who knows what's going on please let me know
> because this is urgent for a project I am working on.
>
> Thanks!
>
> Robert Paris
>
>
>
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.
> http://join.msn.com/?page=features/featuredemail
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to