Bugzilla – Attachment 65499 Details for
Bug 49791
PRINTING: Documents with image and text, only print the image!
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
clear clip-region before end of page
dfaure.diff (text/plain), 929 bytes, created by
Michael Meeks
on 2012-08-13 14:08:39 UTC
(
hide
)
Description:
clear clip-region before end of page
Filename:
MIME Type:
Creator:
Michael Meeks
Created:
2012-08-13 14:08:39 UTC
Size:
929 bytes
patch
obsolete
>diff --git a/vcl/generic/print/genprnpsp.cxx b/vcl/generic/print/genprnpsp.cxx >index 6525f96..23d5b40 100644 >--- a/vcl/generic/print/genprnpsp.cxx >+++ b/vcl/generic/print/genprnpsp.cxx >@@ -1032,6 +1032,7 @@ SalGraphics* PspSalPrinter::StartPage( ImplJobSetup* pJobSetup, sal_Bool ) > sal_Bool PspSalPrinter::EndPage() > { > sal_Bool bResult = m_aPrintJob.EndPage(); >+ m_aPrinterGfx.ResetClipRegion(); > m_aPrinterGfx.Clear(); > OSL_TRACE("PspSalPrinter::EndPage"); > return bResult ? sal_True : sal_False; >diff --git a/vcl/source/gdi/print.cxx b/vcl/source/gdi/print.cxx >index 73ece38..cd8f799 100644 >--- a/vcl/source/gdi/print.cxx >+++ b/vcl/source/gdi/print.cxx >@@ -1490,6 +1490,8 @@ void Printer::ImplEndPage() > > if ( mpPrinter ) > { >+ if (mpGetDevSizeList) >+ mpGraphics->ResetClipRegion(); > mpPrinter->EndPage(); > ImplReleaseGraphics(); > mbDevOutput = sal_False;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 49791
:
65499
|
65549