Hi there,
https://bugs.freedesktop.org/show_bug.cgi?id=43932
this patch partially reverts
http://cgit.freedesktop.org/libreoffice/core/commit/?id=4cc5448ed82f13bb107695b65f39589df1e46cb9
because the following change made the option
"[ ] Use only paper tray from printer preferences" useless:
@@ -1147,8 +1156,13 @@ void PrinterController::printFilteredPage( int
i_nPage )
mpImplData->mpPrinter->SetMapMode( MAP_100TH_MM );
// aPageSize was filtered through mpImplData->getRealPaperSize already
by getFilteredPageFile()
mpImplData->mpPrinter->SetPaperSizeUser( aPageSize.aSize, !
mpImplData->isFixedPageSize() );
+ if( mpImplData->mnFixedPaperBin != -1 &&
+ mpImplData->mpPrinter->GetPaperBin() != mpImplData->mnFixedPaperBin )
+ {
+ mpImplData->mpPrinter->SetPaperBin( mpImplData->mnFixedPaperBin );
+ }
Instead, the mnPaperBin value now keeps the user's choice of paper tray,
and it is used in the modifyJobSetup function as default and can be
overridden there by a page's own paper tray (only in sw and sd AFAIK).
Apprehensions:
1. I haven't got a multitray printer to test this. (However, the added
printf shows that it works for the normal layout and don't work for the
brochure layout.)
2. Frankly speaking I don't comprehend how the printing code works :(
Any help would be appreciated. :)
Best Regards,
Ivan
Context
- [Libreoffice] [REVIEW] fdo#43932: try to fix paper tray settings · Ivan Timofeev
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.