Home
last modified time | relevance | path

Searched refs:aJobSetup (Results 1 – 4 of 4) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dprint.cxx827 JobSetup aJobSetup = rSetup; in SetJobSetup() local
830 if ( mpInfoPrinter->SetPrinterData( aJobSetup.ImplGetData() ) ) in SetJobSetup()
832 ImplUpdateJobSetupPaper( aJobSetup ); in SetJobSetup()
834 maJobSetup = aJobSetup; in SetJobSetup()
854 JobSetup aJobSetup = maJobSetup; in Setup() local
866 sal_Bool bSetup = mpInfoPrinter->Setup( pFrame, aJobSetup.ImplGetData() ); in Setup()
871 ImplUpdateJobSetupPaper( aJobSetup ); in Setup()
873 maJobSetup = aJobSetup; in Setup()
999 JobSetup aJobSetup = maJobSetup; in SetOrientation() local
1000 ImplJobSetup* pSetupData = aJobSetup.ImplGetData(); in SetOrientation()
[all …]
/trunk/main/padmin/source/
H A Dpadialog.cxx615 JobSetup aJobSetup( pPrinter->GetJobSetup() ); in PrintTestPage() local
616 aJobSetup.SetValue( String( RTL_CONSTASCII_USTRINGPARAM( "IsQuickJob" ) ), in PrintTestPage()
618 Printer::PrintJob( pController, aJobSetup ); in PrintTestPage()
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx658 JobSetup aJobSetup = pDocPrt ? pDocPrt->GetJobSetup() : GetJobSetup(); in ExecPrint() local
660 aJobSetup.SetValue( String( RTL_CONSTASCII_USTRINGPARAM( "IsQuickJob" ) ), in ExecPrint()
663 Printer::PrintJob( pController, aJobSetup ); in ExecPrint()
/trunk/main/offapi/com/sun/star/svg/
H A DXSVGPrinter.idl41 [in] sequence< byte > aJobSetup,