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





------- Additional comments from [EMAIL PROTECTED] Thu Nov  2 01:10:18 -0800 
2006 -------
OD->raindrops:

Okay, now we are talking about the performance of the layout algorithm.

After the import of a document the layout have to be built up. The work for the
layout algorithm depends on the nature and the size of content. E.g. formatting
tables, which break into several part on consecutive pages, takes more time for
the formatting compared to the time to format paragraphs. This task has to be
performed every time after a document has been imported. Thus, I see no way how
I should lower this work for a certain document.

Currently, directly after the import the visible part of the document is
formatted and then painted on the screen. The rest of the document is formatted
in the background, when no other action is running in the application. This, we
call the "idle formatting". Because there are other background task running, the
idle formatting is interrupted several times, even if no user action has to be
performed. This part is under investigation and I want to improve the idle
formatting by given it a higher priority compared to the other task running.
Thus, we will save some time, because the idle formatting hasn't got setup so
much often.

Does this fit your intention?
If yes, I will reopen this issue as an enhancement to improve the performance of
the layout algorithm.

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