Issue 54493 - Printing through c++ bridge takes much longer then through COM
Summary: Printing through c++ bridge takes much longer then through COM
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial
Target Milestone: ---
Assignee: andreas.schluens
QA Contact: issues@api
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2005-09-12 14:36 UTC by martho
Modified: 2013-02-24 21:08 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description martho 2005-09-12 14:36:04 UTC
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.
Comment 1 stephan.wunderlich 2005-09-12 16:36:19 UTC
sw->mba: please have a look at this
Comment 2 Mathias_Bauer 2005-09-19 08:50:25 UTC
Stephan, this is the same problem that you already fixed for OOo1.1.1.
See issue 18883.
Comment 3 stephan_schaefer 2005-09-19 11:03:53 UTC
The changes for issue 18883 are also integrated in SRC680, so the idea that the
fix might have slipped when moving from 645 to 680 is wrong.

->AS: MBA suggested that you could have a look at this. Of course I will assist
if required!
Comment 4 Mathias_Bauer 2005-09-22 10:35:30 UTC
Sorry, I overlooked that Andreas is too busy ATM -> Later
Comment 5 stefan.baltzer 2008-10-29 14:17:35 UTC
SBA: This issue has a target set but is still in state of "Unconfirmed".
Please re-check with OOo 3.0 or younger if it is (still) valid.
Then confirm it or set an appropriate resolution.
Thank you.
Comment 6 stefan.baltzer 2008-10-29 14:24:41 UTC
SBA: This issue has a target set but is still in state of "Unconfirmed".
Please re-check with OOo 3.0 or younger if it is (still) valid.
Then confirm it or set an appropriate resolution.
Thank you.
Comment 7 Rainer Bielefeld 2010-03-22 05:32:03 UTC
Closing issue due to reporter's inactivity as WFM.
Comment 8 Rainer Bielefeld 2010-03-22 05:32:23 UTC
@reporter:
Please feel free to reopen this issue if you find out that the problem still
exists in the latest release of OOo and if you can provide requested additional
information.