Apache OpenOffice (AOO) Bugzilla – Issue 29129
different quality in same print job
Last modified: 2004-07-12 10:01:20 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.
Created attachment 15227 [details] Bug doc for printing test
@aw: please have a look, the problem is that ViewObjectContact::PaintObjectHierarchy sets SetGhostedDrawMode() on all but the current page, also during printing.
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.
.
AW->WG: Please verify.
Set to fixed.
Verified in CWS.
Tested in master. Closed.