To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=102063
------- Additional comments from [email protected] Thu Jul 23 15:48:40 +0000 2009 ------- AW: As i thoght. When the object (the OLE) is inserted into the PageList, the list tries to keep up-to-date it's buffered BoundRect and gets it from the object. This uses the prmitives who's decomposition has to get the graphic as content. In principle, it is already wrong that the Page's ObjectList asks for a BoundRect; BoundRects only make sense with a view (not at the pure model). This is old stuff and too dangerous to touch currently, it's a candidate for the model rework. There is another possibility with primitives; implement an in-between primitive which implements a getB2DRange() method and thus will not need to decompose itself. This is handy anyways and will allow encapsulating HighContrast, scaled (EmptyPresObj) visualisation and other special stuff. Since the SDrObject allows a WeakReference nowadays, it is also safely implementable (primitive lifetime). Trying... --------------------------------------------------------------------- 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]
