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





------- Additional comments from [EMAIL PROTECTED] Mon Aug 14 09:21:16 -0700 
2006 -------
AW: Okay, added paint- and non-paint DrawingLayer refresh methods.
Paint ones:
        void DLPrePaint(const Region& rRegion);
        void DLPostPaint(const Region& rRegion);
Non-paint ones:
        void DLPreOutsidePaint(const Region& rRegion);
        void DLPostOutsidePaint(const Region& rRegion);
Added calls to them depending on internal in-paint flag (IsPaintInProgress()).
The paint ones shall be called only once in a pair inside system paint, the
other ones shall be called paired as often as needed.

AW: Compiled, tested. I let the non-paint methods do the same as the paint ones
at the DrawingLayer, but outside paint it is okay as long as they are paired.
Necessary point is that inside paint only one pair is called only once.

AW: Played around some more, no problems so far.

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