Searched refs:PrinterPage (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sd/source/ui/view/ |
| H A D | DocumentRenderer.cxx | 719 class PrinterPage class 722 PrinterPage ( in PrinterPage() function in sd::__anon2db7e6ca0111::PrinterPage 742 virtual ~PrinterPage (void) {} in ~PrinterPage() 774 class RegularPrinterPage : public PrinterPage 787 : PrinterPage(ePageKind, rMapMode, bPrintMarkedOnly, rsPageString, in RegularPrinterPage() 831 class TiledPrinterPage : public PrinterPage 844 : PrinterPage(ePageKind, MapMode(), bPrintMarkedOnly, rsPageString, in TiledPrinterPage() 914 class BookletPrinterPage : public PrinterPage 928 : PrinterPage(ePageKind, rMapMode, bPrintMarkedOnly, ::rtl::OUString(), in BookletPrinterPage() 993 class HandoutPrinterPage : public PrinterPage [all …]
|
| /trunk/main/vcl/inc/vcl/ |
| H A D | print.hxx | 71 class VCL_DLLPUBLIC PrinterPage class 79 PrinterPage() : mpMtf( new GDIMetaFile() ) {} in PrinterPage() function in PrinterPage 80 PrinterPage( GDIMetaFile* pMtf, sal_Bool bNewJobSetup, const JobSetup& rSetup ) : in PrinterPage() function in PrinterPage 82 ~PrinterPage() { delete mpMtf; } in ~PrinterPage()
|