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





------- Additional comments from [EMAIL PROTECTED] Mon Sep  8 12:43:45 +0000 
2008 -------
AW: Problem is that the GraphicObject at the SdrGrafObj goes into
GRAPHIC_DEFAULT state when SdrGrafObj::ForceSwapIn() is triggered th first time.
This happens now with BoundRect calcualtions and primitive creations for it.
Changed SdrGrafObj::GetGraphicObject to have a bool bForceSwapIn to decide if
ForceSwapIn() shall be triggered at all or the GraphicObject in it's current
state shall be returned. Using this in
ViewContactOfGraphic::createViewIndependentPrimitive2DSequence() works well, but
when the drawinglayer::primitive2d::SdrGrafPrimitive2D is created there, the
GraphicObject::GraphicObject constructor uses GraphicObject::GetGraphic() at the
source object which then triggers ImplAutoSwapIn(). Sigh...

Nonetheless this solves the non-loading of graphics. I also redesigned
ViewObjectContactOfGraphic::createPrimitive2DSequence to try
asyncronious/synchronious graphic loading based on the model settings.

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