|
LibreOffice Module vcl (master) 1
|
#include <print.hxx>
Public Member Functions | |
| PageSize (const Size &i_rSize=Size(21000, 29700), bool i_bFullPaper=false) | |
Public Attributes | |
| Size | aSize |
| In 100th mm. More... | |
| bool | bFullPaper |
| Full paper, not only imageable area is printed. More... | |
| Size vcl::PrinterController::PageSize::aSize |
In 100th mm.
Definition at line 350 of file print.hxx.
Referenced by vcl::PrinterController::getFilteredPageFile(), vcl::PrintDialog::getJobPageSize(), vcl::PrinterController::getPageFile(), vcl::ImplPrinterControllerData::modifyJobSetup(), and vcl::PrinterController::printFilteredPage().
| bool vcl::PrinterController::PageSize::bFullPaper |
Full paper, not only imageable area is printed.
Definition at line 353 of file print.hxx.
Referenced by vcl::ImplPrinterControllerData::modifyJobSetup(), vcl::PrintDialog::preparePreview(), and vcl::PrinterController::printFilteredPage().