To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=101430
                 Issue #|101430
                 Summary|Graphics should be loaded without blocking always
               Component|Drawing
                 Version|1.0.0
                Platform|Unknown
                     URL|
              OS/Version|All
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|od
             Reported by|mba





------- Additional comments from m...@openoffice.org Wed Apr 29 13:25:47 +0000 
2009 -------
While Writer is able to load linkes graphics asynchronously and in a separate
thread, all applications using the SdrGrafObj block the application in a twofold
way: first in SvxGraphicObject::setPropertyValueImpl where a superfluous filter
detection is carried out and at the time where the graphic finally it "swapped
in". By throwing out the filter detection of the importer (and doing it later on
demand, in case it's needed at all) and swapping in the graphic in the same
asynchronous way as in Writer, the performance of documents containing linked
graphics, especially remotes pictures, will be improved considerably.

As Writer is going to throw out its own graphic objects, not fixing this problem
will be a performance regression for Writer.

---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to