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/09/16 03:17:12 UTC

DO NOT REPLY [Bug 45815] New: [PATCH] Fix for extra bullets and bold on text boxes

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

           Summary: [PATCH] Fix for extra bullets and bold on text boxes
           Product: POI
           Version: unspecified
          Platform: PC
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
        AssignedTo: dev@poi.apache.org
        ReportedBy: djboulia@gmail.com


Created an attachment (id=22584)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22584)
Fix for StyleTextPropAtom bit mask

When reading and writing out the sample input file (no changes), the resulting
output file will have bullets and bold on text that originally was not
bulleted.  Looking at the file differences, the source of the issue seems to be
missing bits in the bit mask code in StyleTextPropAtom.  The included patch
preserves these bits and produces a file identical to the input file on output.


-- 
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 45815] [PATCH] Fix for extra bullets and bold on text boxes

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





--- Comment #2 from Don Boulia <dj...@gmail.com>  2008-09-15 18:18:44 PST ---
Created an attachment (id=22586)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22586)
Simple java test case that reads in a ppt file and writes it out unchanged


-- 
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 45815] [PATCH] Fix for extra bullets and bold on text boxes

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


Yegor Kozlov <ye...@dinom.ru> changed:

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




-- 
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 45815] [PATCH] Fix for extra bullets and bold on text boxes

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





--- Comment #1 from Don Boulia <dj...@gmail.com>  2008-09-15 18:17:38 PST ---
Created an attachment (id=22585)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22585)
input test case powerpoint file


-- 
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