To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=115905 Issue #|115905 Summary|cleanup of clip region interface in vcl's sal layer Component|gsl Version|DEV300m94 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|TASK Priority|P3 Subcomponent|code Assigned to|pl Reported by|pl
------- Additional comments from [email protected] Fri Dec 3 15:18:40 +0000 2010 ------- Currently clip regions are set in vcl using a sequence of BeginSetClipRegion(int), UnionClipRegion(Rect), EndSetClipRegion; for polygonal clip regions (if supported) UnionClipRegion is exchanged with a separate call for the PolyPolygon involved. This interface should be replaced by a single SetClipRegion( Region ) call; this way the implementation can be more efficient. --------------------------------------------------------------------- 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: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
