To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=97197
------- Additional comments from [email protected] Tue Dec 23 14:57:25 +0000 2008 ------- OD->AW: Deeper investigation reveals the following: - class <SwDrawVirtObj> (inherited from <SdrVirtObj>) can not calculate its bounding rectangle via its referenced <SdrObject>. Thus, methods <GetCurrentBoundRect()>, <GetLastBoundRect()> and <RecalcBoundrect()> needs to be re-introduced in my opinion. - class <SwDrawVirtObj> overrides a lot of methods and delegates their execution to the <SdrObject> class code. This causes trouble. E.g., SdrObject::NbcMove() first changes member <aOutRect> via method <Move( Rectangle, Size)>, but then calls method <SdrObject::SetRectsDirty()>, which reset member <aOutRect> to default. Thus, information about the <SwDrawVirtObj> instance's position is lost. Please contact me in order to fix this issue together. --------------------------------------------------------------------- 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]
