To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=54493
                  Issue #:|54493
                  Summary:|Printing through c++ bridge takes much longer then
                          |through COM
                Component:|api
                  Version:|OOO 2.0 Beta2
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|sw
              Reported by:|martho





------- Additional comments from [EMAIL PROTECTED] Mon Sep 12 06:36:04 -0700 
2005 -------
Hello! I use the C++-Bridge to connect to OpenOffice 1.9.125. I found that 
printing on a writers document with:
Reference<XPrintable> rPrintable (rDocument, UNO_QUERY);
pPrintable->print()

takes much longer then printing through COM (using Invoke to call the same 
print-function) or Basic on a document with some pages.

If you print, the blue status-bar indiciates how much printing is progressed. 
Using the COM-Interface or Basic, it's about 1 second for my document. After 
the status-bar is 100% blue, the functions returns immediately. 

Using the C++-bridge, the status-bar is filled as fast as when printing through 
COM, but after that, OO pauses about 3-10 seconds which makes printing a lot of 
documents significant slower.

Hope this can be fixed.

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