diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 11:00:19 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-20 11:26:20 +0100 |
commit | f937ef20f57b306191f7583c2d47b5ad3f2a73ee (patch) | |
tree | 47d03b0c855130b22aed1b44b19307ad0310e249 /vcl/inc | |
parent | 62a68bbbe0acea471a04a702ca1372495fc7a2fb (diff) |
Related: fdo#61186 add a toggle to override the paper format
We now need a mechanism to instruct the print dialog that we want to force
printing to use the printer settings configured paper. Particularly
useful for nup printing and brochures
scenario 3: forcing printing to use the printer settings paper
a file->printer settings->properties->paper
set a paper size, ideally something not used in the test doc, e.g. Executive
b file->print->page layout and set pages per sheet to 4
the auto selection for paper will be the first paper size in use, i.e.
legal
c flip to options and toggle "use only paper size from printer preferences"
preview should reconfigure as "Executive"
Change-Id: Ie224c252c2cb6c9ee21be5c54e470bca1c7eb0bb
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/printdlg.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/printdlg.hxx b/vcl/inc/printdlg.hxx index 30e5fe8e9b6b..f879a63a2431 100644 --- a/vcl/inc/printdlg.hxx +++ b/vcl/inc/printdlg.hxx @@ -175,6 +175,7 @@ namespace vcl public: CheckBox* mpToFileBox; CheckBox* mpCollateSingleJobsBox; + CheckBox* mpPapersizeFromSetup; OutputOptPage( VclBuilder* ); |