To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102089
------- Additional comments from [email protected] Mon Jun 8 13:33:03 +0000 2009 ------- fs->aw: Obviously, the UnoControlPrintOrPreviewContact in viewobjectcontactofunocontrol.cxx, which formerly used to handle this, is a dummy nowadays (it does nothing special anymore since the move of the code to Drawing Primitives). For the page preview, as well as for a normal document view, a VclPixelProcessor2D is used, which is completely agnostic of the Printable property. So, where's the best place to hook into? I could imagine resurrecting the UnoControlPrintOrPreviewContact, and overloading its createPrimitive2DSequence method to return an empty sequence in case the Printable property is FALSE. This seems the most natural choice to me, but I'd appreciate your opinion as the architect of the Drawing Primitives infrastructure. --------------------------------------------------------------------- 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]
