Home
last modified time | relevance | path

Searched refs:rJobSetup (Results 1 – 11 of 11) sorted by path

/trunk/main/sw/inc/
H A DIDocumentDeviceAccess.hxx121 virtual void setJobsetup(/*[in]*/ const JobSetup& rJobSetup ) = 0;
H A Ddoc.hxx774 virtual void setJobsetup(/*[in]*/ const JobSetup& rJobSetup );
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx593 void SwDoc::setJobsetup(/*[in]*/ const JobSetup &rJobSetup ) in setJobsetup() argument
600 if ( pPrt->GetName() == rJobSetup.GetPrinterName() ) in setJobsetup()
602 if ( pPrt->GetJobSetup() != rJobSetup ) in setJobsetup()
604 pPrt->SetJobSetup( rJobSetup ); in setJobsetup()
621 SfxPrinter *p = new SfxPrinter( pSet, rJobSetup ); in setJobsetup()
/trunk/main/vcl/inc/
H A Djobset.h66 ImplJobSetup( const ImplJobSetup& rJobSetup );
H A Dprint.h76 void SAL_DLLPRIVATE ImplUpdateJobSetupPaper( JobSetup& rJobSetup );
H A Dprinterjob.hxx83 void InitPaperSize (const JobData& rJobSetup);
136 sal_Bool StartPage (const JobData& rJobSetup);
/trunk/main/vcl/inc/vcl/
H A Djobset.hxx71 sal_Bool operator==( const JobSetup& rJobSetup ) const;
72 sal_Bool operator!=( const JobSetup& rJobSetup ) const in operator !=()
73 { return !(JobSetup::operator==( rJobSetup )); } in operator !=()
75 friend VCL_DLLPUBLIC SvStream& operator>>( SvStream& rIStream, JobSetup& rJobSetup );
76 friend VCL_DLLPUBLIC SvStream& operator<<( SvStream& rOStream, const JobSetup& rJobSetup );
H A Dprint.hxx284 Printer( const JobSetup& rJobSetup );
/trunk/main/vcl/source/gdi/
H A Djobset.cxx84 maDriver( rJobSetup.maDriver ) in ImplJobSetup()
87 mnSystem = rJobSetup.mnSystem; in ImplJobSetup()
95 if ( rJobSetup.mpDriverData ) in ImplJobSetup()
162 mpData = rJobSetup.mpData; in JobSetup()
240 if ( rJobSetup.mpData ) in operator =()
241 rJobSetup.mpData->mnRefCount++; in operator =()
253 mpData = rJobSetup.mpData; in operator =()
265 if ( mpData == rJobSetup.mpData ) in operator ==()
315 if ( rJobSetup.mpData ) in operator >>()
318 delete rJobSetup.mpData; in operator >>()
[all …]
H A Dprint.cxx89 void ImplUpdateJobSetupPaper( JobSetup& rJobSetup ) in ImplUpdateJobSetupPaper() argument
91 const ImplJobSetup* pConstData = rJobSetup.ImplGetConstData(); in ImplUpdateJobSetupPaper()
97 ImplJobSetup* pData = rJobSetup.ImplGetData(); in ImplUpdateJobSetupPaper()
107 rJobSetup.ImplGetData()->mePaperFormat = ePaper; in ImplUpdateJobSetupPaper()
673 Printer::Printer( const JobSetup& rJobSetup ) : in Printer() argument
674 maJobSetup( rJobSetup ) in Printer()
677 SalPrinterQueueInfo* pInfo = ImplGetQueueInfo( rJobSetup.mpData->maPrinterName, in Printer()
678 &rJobSetup.mpData->maDriver ); in Printer()
682 SetJobSetup( rJobSetup ); in Printer()
/trunk/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx631 PrinterJob::InitPaperSize (const JobData& rJobSetup) in InitPaperSize() argument
633 int nRes = rJobSetup.m_aContext.getRenderResolution (); in InitPaperSize()
637 rJobSetup.m_aContext.getPageSize (aPaper, nWidth, nHeight); in InitPaperSize()
640 const PPDParser* pParser = rJobSetup.m_aContext.getParser(); in InitPaperSize()
665 PrinterJob::StartPage (const JobData& rJobSetup) in StartPage() argument
667 InitPaperSize (rJobSetup); in StartPage()
690 if( rJobSetup.m_eOrientation == orientation::Landscape ) in StartPage()
724 m_aDocumentJobData = rJobSetup; in StartPage()
728 if ( writePageSetup( pPageHeader, rJobSetup, bWriteFeatures ) ) in StartPage()
730 m_aLastJobData = rJobSetup; in StartPage()

Completed in 64 milliseconds