Issue 29129 - different quality in same print job
Summary: different quality in same print job
Status: CLOSED FIXED
Alias: None
Product: Draw
Classification: Application
Component: code (show other issues)
Version: 680
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: wolframgarten
QA Contact: issues@graphics
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-13 10:50 UTC by wolframgarten
Modified: 2004-07-12 10:01 UTC (History)
1 user (show)

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


Attachments
Bug doc for printing test (215.81 KB, application/vnd.sun.xml.impress)
2004-05-13 10:51 UTC, wolframgarten
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description wolframgarten 2004-05-13 10:50:42 UTC
I print a  testdoc in draft quality on different printers. Result is always the
same: First page (text) good quality, 2nd page (text and graphic objects) bad
quality, very drafty, underlining is skipped completely.
Comment 1 wolframgarten 2004-05-13 10:51:31 UTC
Created attachment 15227 [details]
Bug doc for printing test
Comment 2 thb 2004-05-28 18:01:16 UTC
@aw: please have a look, the problem is that ViewObjectContact::PaintObjectHierarchy sets SetGhostedDrawMode() on all but the current page, also during printing.
Comment 3 Armin Le Grand 2004-06-07 11:16:45 UTC
AW: In one case, the GhostedDisplaying was not relied to OutputToPrinter which
is wrong. Ghosted displaying needs to be suppressed when output goes to printer.
Added that in ViewObjectContact::PaintObjectHierarchy and in
ObjectContactOfPageView::DoProcessDisplay. Works now.
AW: Generally, a ObjectContactOfPrinter will need to be implemented which can do
all the special print handling. But for now, the soilution is sufficient.
Comment 4 Armin Le Grand 2004-06-07 14:57:55 UTC
.
Comment 5 Armin Le Grand 2004-06-07 14:58:25 UTC
AW->WG: Please verify.
Comment 6 wolframgarten 2004-06-07 15:37:23 UTC
Set to fixed.
Comment 7 wolframgarten 2004-06-07 15:37:47 UTC
Verified in CWS.
Comment 8 wolframgarten 2004-07-12 10:01:20 UTC
Tested in master. Closed.