To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114721
                 Issue #|114721
                 Summary|svtools: Apple Pict detector
               Component|framework
                 Version|1.0.0
                Platform|Macintosh
                     URL|
              OS/Version|All
                  Status|UNCONFIRMED
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|PATCH
                Priority|P3
            Subcomponent|code
             Assigned to|cd
             Reported by|osnola





------- Additional comments from osn...@openoffice.org Fri Sep 24 10:23:36 
+0000 2010 -------
The files svtools/source/filter.vcl/filter/filter.cxx and 
filter/source/graphicfilter/ipict/ipict.cxx do not seem synchronized 
; in particular  (at least with my version of open office ), ipict.cxx accepts 
to parse standard apple pict ( version 1) while 
the filter.cxx detector rejects them.

This means that a user can add a Apple Pict v.1 in a document ( if the filename 
has the good extension .pct ) and save 
the file ; when the user will open again his file, the picture will no longer 
be recognize.

Note: 
- in fact, filter.cxx seems to try to detect Apple Pict v.1 but the test seems 
erroneous ( at least not standard). I keep this 
code in order to do not add some compatibility problems,
- I add a test for version 1 picture ( the basic format and for the 
``probability erroneous'' format ) to check that the 
picture bounding box is valid, 
- the same problem seems also to exist in 
svtools/source/filter.vcl/filter/filter2.cxx , but I do not propose a patch, 
because my OpenOffice version does not seem to use ipict.cxx to draw the 
picture, so I need to investigate a little more...

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to