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]
