Hi Ryan,
 
I am done with The deCompression of PAPX and CHPX Sprms. I am Sending the 
code as an issue in Bugzilla.

In the functions like unCompressPAPOperation(ParagraphProperties newPAP, int operand, 
int param,
                           byte[] varParam, byte[] grpprl, int offset,
                           int spra)
 Should we keep the grpprl and offset parameters , because we are already passing 
"param" to the function from which we can get the values we want.

like eg:  for getting short value from "param" which is an int. : 
lspd[0] = (short)(param & 0x0000ffff);
lspd[1] = (short)((param >> 16) & 0x0000ffff);


Before going to SEPX & TAPX I need to clarify some facts with you.

Thanks & Regards
Praveen






"Ryan Ackley" <[EMAIL PROTECTED]>
29/07/2003 19:35
Please respond to "POI Developers List"

 
        To:     "POI Developers List" <[EMAIL PROTECTED]>
        cc: 
        Subject:        HWPF status

 

Praveen,

I need to know your status because I am finishing up the SPRM compression
for paragraphs characters and sections. How is the SPRM decompression
coming?

Ryan


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



Reply via email to