Searched refs:aJobSetup (Results 1 – 4 of 4) sorted by relevance
827 JobSetup aJobSetup = rSetup; in SetJobSetup() local830 if ( mpInfoPrinter->SetPrinterData( aJobSetup.ImplGetData() ) ) in SetJobSetup()832 ImplUpdateJobSetupPaper( aJobSetup ); in SetJobSetup()834 maJobSetup = aJobSetup; in SetJobSetup()854 JobSetup aJobSetup = maJobSetup; in Setup() local866 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() local1000 ImplJobSetup* pSetupData = aJobSetup.ImplGetData(); in SetOrientation()[all …]
615 JobSetup aJobSetup( pPrinter->GetJobSetup() ); in PrintTestPage() local616 aJobSetup.SetValue( String( RTL_CONSTASCII_USTRINGPARAM( "IsQuickJob" ) ), in PrintTestPage()618 Printer::PrintJob( pController, aJobSetup ); in PrintTestPage()
658 JobSetup aJobSetup = pDocPrt ? pDocPrt->GetJobSetup() : GetJobSetup(); in ExecPrint() local660 aJobSetup.SetValue( String( RTL_CONSTASCII_USTRINGPARAM( "IsQuickJob" ) ), in ExecPrint()663 Printer::PrintJob( pController, aJobSetup ); in ExecPrint()
41 [in] sequence< byte > aJobSetup,