To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102224


User aw changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|aw                        |sj
--------------------------------------------------------------------------------
                  Status|STARTED                   |NEW
--------------------------------------------------------------------------------




------- Additional comments from a...@openoffice.org Mon Sep 28 13:34:23 +0000 
2009 -------
AW->SJ: The curve information is thrown away in WMFWriter::WMFRecord_PolyPolygon
when exporting to WMF. I guess this worked before since an Ellipse-Action was
used, not a PolyPolygon action.

I could re-add (not simple) code to again create ellipse actions, but this would
leave the error in WMFWriter::WMFRecord_PolyPolygon unsolved. This again happens
due to the use of Polygon::GetSimple(...) in tools which only detects curve
segments in a Polygon (the old tool spolygon) when the start and end point are
of type POLY_NORMAL. This is wrong and in poly.cxx (the same file) correct curve
segment detections exist.

AW->SJ: I think the best and simplest solution is to not use 'GetSimple(...)' in
the filters, but to use the also available (and always better)
'AdaptiveSubdivide(...)' instead. I am pretty sure GetSimple was only used since
AdaptiveSubdivide did not yet exist when the code was created.

---------------------------------------------------------------------
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...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


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

Reply via email to