Home
last modified time | relevance | path

Searched refs:maJobSetup (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/vcl/source/gdi/
H A Dprint.cxx493 ImplJobSetup* pJobSetup = maJobSetup.ImplGetData(); in ImplInit()
517 ImplUpdateJobSetupPaper( maJobSetup ); in ImplInit()
614 mpInfoPrinter->GetPageInfo( maJobSetup.ImplGetConstData(), in ImplUpdatePageData()
674 maJobSetup( rJobSetup ) in Printer()
687 maJobSetup = JobSetup(); in Printer()
786 return mpInfoPrinter->GetCapabilities( maJobSetup.ImplGetConstData(), nType ); in GetCapabilities()
834 maJobSetup = aJobSetup; in SetJobSetup()
854 JobSetup aJobSetup = maJobSetup; in Setup()
873 maJobSetup = aJobSetup; in Setup()
997 if ( maJobSetup.ImplGetConstData()->meOrientation != eOrientation ) in SetOrientation()
[all …]
H A Dprint3.cxx603 maJobSetup.ImplGetConstData(), in StartJob()
655 maJobSetup.ImplGetConstData() ) ) in StartJob()
/AOO41X/main/vcl/inc/vcl/
H A Dprint.hxx74 JobSetup maJobSetup; member in PrinterPage
81 mpMtf( pMtf ), maJobSetup( rSetup ), mbNewJobSetup( bNewJobSetup ) {} in PrinterPage()
85 const JobSetup& GetJobSetup() const { return maJobSetup; } in GetJobSetup()
230 JobSetup maJobSetup; member in Printer
305 const JobSetup& GetJobSetup() const { return maJobSetup; } in GetJobSetup()
306 …String GetJobValue( const String& rKey ) const { return maJobSetup.GetValue( … in GetJobValue()
307 … SetJobValue( const String& rKey, const String& rValue ) { maJobSetup.SetValue( rKey, … in SetJobValue()