To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=72809
------- Additional comments from [EMAIL PROTECTED] Fri Dec 22 04:42:39 -0800 2006 ------- AW: SwViewImp::PaintLayer also uses GetOut(), not GetWin(). OD also said that when printer, win is NULL and Out is printer, with window, win and out are the same. When using the temporary VDev for ine eiting, GetOut() will be the VDev, but after BeginDrawLayer() is called. AW: Conclusion: Using (GetWin() ? GetWin() : GetOut()) which prefers the window, makes sense. For painting, GetWin() will be used. For printing, GetOut() will be used. For the VDev, GetWin() will be used even if GetOut() points to the VDev already and thus makes usage safe. This avoids follow-up errors if we would now rely on BeginDrawLayers being done before the VDev replavement starts. --------------------------------------------------------------------- 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]
