To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=99123
------- Additional comments from a...@openoffice.org Thu Feb 12 12:07:38 +0000 2009 ------- AW: It is indeed an AutoShape who's decomposition creates an empty sequence of prmitives. While this sounds correct in the first place, for emulating the old MetaFile behaviour, it will be necessary to produce primitives for invisible geometries; that's what the slideshow implementation currently is based on. It wants to have MetaFile entries for painting an invisible object. To emulate that, i will need to do two changes: (1) Create helper data for invisible geometries, using HitTestPrimitive2D which luckily already exists and adapting primitive creators (in this case ViewContactOfSdrRectObj::createViewIndependentPrimitive2DSequence()) to do so. (2) Change VclMetafileProcessor2D (the primitive rendeer producing MetaFiles in a compatible way) to no longer ignore HitTestPrimitive2D, but to paint empty rectangles instead. Added a reduced BugDoc, doing some more tests, looking for a CWS to add... --------------------------------------------------------------------- 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