To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=78924
                 Issue #|78924
                 Summary|PDF export is very slow on MacOSX
               Component|framework
                 Version|OOo 2.2.1
                Platform|Macintosh
                     URL|
              OS/Version|Mac OS X
                  Status|NEW
       Status whiteboard|
                Keywords|
              Resolution|
              Issue type|DEFECT
                Priority|P3
            Subcomponent|code
             Assigned to|cd
             Reported by|hdu





------- Additional comments from [EMAIL PROTECTED] Wed Jun 27 08:54:50 +0000 
2007 -------
Reproduce the problem by:
- create a big document (e.g. 5000 pages)
- export a few pages to PDF (e.g. page 1-5)
=> the export is very slow.

I profiled this and saw that the biggest culprit (60%) is
  framework::StatusIndicator::setValue()
which indirectly calls Application::Reschedule(),
which seems to be quite expensive on MacOSX.

The time for PDF-export is much slower than formatting the whole document.
The time seems to be proportional to the document size, not to the selection 
size.
I think this is a seperate cross-platform issue for the SW component though.

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