Home
last modified time | relevance | path

Searched refs:JobSetup (Results 1 – 25 of 33) sorted by relevance

12

/trunk/main/vcl/source/gdi/
H A Djobset.cxx38 DBG_NAME( JobSetup )
147 JobSetup::JobSetup() in JobSetup() function in JobSetup
149 DBG_CTOR( JobSetup, NULL ); in JobSetup()
156 JobSetup::JobSetup( const JobSetup& rJobSetup ) in JobSetup() function in JobSetup
158 DBG_CTOR( JobSetup, NULL ); in JobSetup()
169 JobSetup::~JobSetup() in ~JobSetup()
171 DBG_DTOR( JobSetup, NULL ); in ~JobSetup()
233 JobSetup& JobSetup::operator=( const JobSetup& rJobSetup ) in operator =()
235 DBG_CHKTHIS( JobSetup, NULL ); in operator =()
260 sal_Bool JobSetup::operator==( const JobSetup& rJobSetup ) const in operator ==()
[all …]
H A Dprint.cxx89 void ImplUpdateJobSetupPaper( JobSetup& rJobSetup ) in ImplUpdateJobSetupPaper()
673 Printer::Printer( const JobSetup& rJobSetup ) : in Printer()
687 maJobSetup = JobSetup(); in Printer()
822 sal_Bool Printer::SetJobSetup( const JobSetup& rSetup ) in SetJobSetup()
827 JobSetup aJobSetup = rSetup; in SetJobSetup()
854 JobSetup aJobSetup = maJobSetup; in Setup()
999 JobSetup aJobSetup = maJobSetup; in SetOrientation()
1044 JobSetup aJobSetup = maJobSetup; in SetPaperBin()
1179 JobSetup aJobSetup = maJobSetup; in SetPaper()
1247 JobSetup aJobSetup = maJobSetup; in SetPaperSizeUser()
[all …]
H A Dprint3.cxx272 JobSetup maInitSetup;
275 const JobSetup& i_rInitSetup in PrintJobAsync()
294 const JobSetup& i_rInitSetup in PrintJob()
312 const JobSetup& i_rInitSetup in ImplPrintJob()
/trunk/main/vcl/inc/vcl/
H A Djobset.hxx39 class VCL_DLLPUBLIC JobSetup class
54 JobSetup();
55 JobSetup( const JobSetup& rJob );
56 ~JobSetup();
69 JobSetup& operator=( const JobSetup& rJob );
71 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.hxx74 JobSetup maJobSetup;
80 PrinterPage( GDIMetaFile* pMtf, sal_Bool bNewJobSetup, const JobSetup& rSetup ) : in PrinterPage()
85 const JobSetup& GetJobSetup() const { return maJobSetup; } in GetJobSetup()
230 JobSetup maJobSetup;
257 SAL_DLLPRIVATE void ImplFindPaperFormatForUserSize( JobSetup&, bool bMatchNearest );
284 Printer( const JobSetup& rJobSetup );
304 sal_Bool SetJobSetup( const JobSetup& rSetup );
305 const JobSetup& GetJobSetup() const { return maJobSetup; } in GetJobSetup()
382 const JobSetup& i_rInitSetup
388 const JobSetup& i_rInitSetup
/trunk/main/sfx2/inc/sfx2/
H A Dprinter.hxx43 JobSetup aOrigJobSetup;
57 const JobSetup &rTheOrigJobSetup );
60 const JobSetup &rTheOrigJobSetup );
69 const JobSetup& GetOrigJobSetup() const { return aOrigJobSetup; } in GetOrigJobSetup()
70 void SetOrigJobSetup( const JobSetup &rNewJobSetup );
H A Dobjsh.hxx90 class JobSetup;
682 const JobSetup & rSetup,
684 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
750 const JobSetup & rSetup,
H A Dviewsh.hxx244 virtual JobSetup GetJobSetup() const;
/trunk/main/sot/inc/sot/
H A Dabsdev.hxx31 class JobSetup;
35 JobSetup * pJobSetup;
41 JobSetup * GetJobSetup() const { return pJobSetup; } in GetJobSetup()
/trunk/main/sw/inc/
H A DIDocumentDeviceAccess.hxx28 class JobSetup;
114 virtual const JobSetup* getJobsetup() const = 0;
121 virtual void setJobsetup(/*[in]*/ const JobSetup& rJobSetup ) = 0;
H A Ddoc.hxx98 class JobSetup;
773 virtual const JobSetup* getJobsetup() const;
774 virtual void setJobsetup(/*[in]*/ const JobSetup& rJobSetup );
H A Ddocsh.hxx112 SW_DLLPRIVATE virtual void Draw( OutputDevice*, const JobSetup&, sal_uInt16);
/trunk/main/sfx2/source/view/
H A Dviewprn.cxx583 JobSetup aNewJobSetup = pNewPrinter->GetJobSetup(); in SetPrinter_Impl()
584 JobSetup aOldJobSetup = pDocPrinter->GetJobSetup(); in SetPrinter_Impl()
658 JobSetup aJobSetup = pDocPrt ? pDocPrt->GetJobSetup() : GetJobSetup(); in ExecPrint()
969 JobSetup SfxViewShell::GetJobSetup() const in GetJobSetup()
971 return JobSetup(); in GetJobSetup()
H A Dprinter.cxx87 JobSetup aFileJobSetup; in Create()
127 const JobSetup& rTheOrigJobSetup ) : in SfxPrinter()
/trunk/main/vcl/inc/
H A Dprint.h37 class JobSetup;
76 void SAL_DLLPRIVATE ImplUpdateJobSetupPaper( JobSetup& rJobSetup );
/trunk/main/sfx2/source/doc/
H A Dobjembed.cxx219 const JobSetup & rSetup, in DoDraw()
243 const JobSetup & rSetup, in DoDraw_Impl()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx869 void SwDocShell::Draw( OutputDevice* pDev, const JobSetup& rSetup, in Draw()
881 JobSetup *pOrig = 0; in Draw()
884 pOrig = const_cast<JobSetup*>(mpDoc->getJobsetup()); in Draw()
886 pOrig = new JobSetup( *pOrig ); in Draw()
/trunk/main/basctl/source/basicide/
H A Dbasdoc.hxx38 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
H A Dbasdoc.cxx93 void BasicDocShell::Draw( OutputDevice *, const JobSetup &, sal_uInt16 ) in Draw() argument
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx1155 const JobSetup* pJobSetup = pOLENd->getIDocumentDeviceAccess()->getJobsetup(); in PaintPicture()
1158 pJobSetup = new JobSetup(); in PaintPicture()
/trunk/main/starmath/inc/
H A Ddocument.hxx135 const JobSetup & rSetup,
/trunk/main/sd/source/ui/inc/
H A DDrawDocShell.hxx99 …virtual void Draw(OutputDevice*, const JobSetup& rSetup, sal_uInt16 nAspect = ASPECT_CONTE…
/trunk/main/sd/source/ui/docshell/
H A Ddocshel2.cxx62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect) in Draw() argument
/trunk/main/toolkit/source/awt/
H A Dvclxprinter.cxx267 JobSetup aSetup; in setBinarySetup()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx216 virtual void Draw( OutputDevice *, const JobSetup & rSetup,

Completed in 140 milliseconds

12