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


User aw changed the following:

                What    |Old value                 |New value
================================================================================
                  Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Nov 27 09:30:54 -0800 
2006 -------
AW: I took a look at the fix. Thanks go to liutao, tanks for the offered help!
unfortunately this is not what is intended. I still hope You continue Your
engagement, it's highly appreciated!

AW: Now to the bug: Problem here is that by error a grid inside the
page-visualisation object is painted. This is not wanted at all. Intended is to
display the regular grid for the Notes Page to allow modifying objects on it. It
makes no sense (and is the error) to display a grid inside the
page-visualisation object since it's contents (the objects on the represented
page) are not editable at all.
So the fix is not to draw another grid, but to avoid grid painting for the page
visualisation object. The visualisation is done in viewcontactofpageobj.cxx with
an own local renderer (ObjectContact). That ObjectContact needs to be marked as
PreviewRenderer (was missing anyways). When the page content is painted in
viewcontactofsdrpage.cxx, the painting of grid and helplines needs to be
suppressed when the ObjectContact is a PreviewRenderer.
Adding necessary code and testing...

---------------------------------------------------------------------
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]

Reply via email to