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





------- Additional comments from [EMAIL PROTECTED] Fri May 25 10:58:12 +0000 
2007 -------
AW: 2nd round of trying out current version with SW and SC team.

In SC: print preview/print of from controls misaligned. Found and corrected:
PrintLayer mechanism in SC uses temprary offset, added this to EndPrintLayer(),
too. In the long term it would be better not to realize the top-left page offset
by pathing the MapMode, but by adding a offset to the SdrPage.

In SW: Still sometimes transparent objects look different. Found and solved:
Found out that rhe repaint is page oriented and using page-oriented clip regions
and DrawLayer calls. In that case, do not use DLPrePaint2 in ViewShell::Paint,
this would prepare the paint for all pages. While this is correct, it will make
the objects paint twice since preparation defines the clip area. Instead,
fallback to DLPrePaint2 inside GetLayout()->Paint.

In SW: Page preview looks not good. Found and solved: in
ViewShell::_PaintDesktop, needed to move SetFillColor/SetLineColor inside the
loop since the DLPrePaint2 inside the loop may change GetOut().

In SW: VCL-Cursor sometimes remaining: Found and solved: When the buffered
OverlayManager make a timer-triggered result, he restores from buffer without
taking VCL-Cursors into account. Added temporarily taking out VCL-Cursor in
OverlayManagerBuffered::ImpBufferTimerHandler.

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