You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2008/06/10 10:38:37 UTC

DO NOT REPLY [Bug 45175] New: [PATCH] Support for variable length operands in org.apache.poi.hwpf.sprm. SprmOperation

https://issues.apache.org/bugzilla/show_bug.cgi?id=45175

           Summary: [PATCH] Support for variable length operands in
                    org.apache.poi.hwpf.sprm.SprmOperation
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: HWPF
        AssignedTo: dev@poi.apache.org
        ReportedBy: domenico.napoletano@exprivia.it


Created an attachment (id=22100)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22100)
Proposed patch to affected classes

I've written a small patch code to enable variable length operands support in
Jakarta POI... it simple extracts operand length L (stored in _grpprl[_gOffset
+ 1] ) and then gets the L bytes (where L <= length of an int) next to the one
that contains L.

A test doc is appreciated...


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


DO NOT REPLY [Bug 45175] [PATCH] Support for variable length operands in org.apache.poi.hwpf.sprm. SprmOperation

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45175


Nick Burch <ni...@torchbox.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Nick Burch <ni...@torchbox.com>  2008-06-28 11:48:46 PST ---
Thanks for this, applied to svn trunk


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org