Home
last modified time | relevance | path

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

12

/trunk/main/basctl/source/basicide/
H A Dbasdoc.cxx93 void BasicDocShell::Draw( OutputDevice *, const JobSetup &, sal_uInt16 ) in Draw() argument
H A Dbasdoc.hxx38 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
/trunk/main/padmin/source/
H A Dpadialog.cxx615 JobSetup aJobSetup( pPrinter->GetJobSetup() ); in PrintTestPage()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx370 pEmbObj->DoDraw( &aVDev, Point(), aVisArea.GetSize(), JobSetup(), ASPECT_CONTENT ); in GetData()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1894 void __EXPORT ScDocShell::Draw( OutputDevice* pDev, const JobSetup & /* rSetup */, sal_uInt16 nAspe… in Draw() argument
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx216 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
/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/sd/source/ui/inc/
H A DDrawDocShell.hxx99 …virtual void Draw(OutputDevice*, const JobSetup& rSetup, sal_uInt16 nAspect = ASPECT_CONTE…
/trunk/main/sfx2/inc/sfx2/
H A Dobjsh.hxx90 class JobSetup;
682 const JobSetup & rSetup,
684 virtual void Draw( OutputDevice *, const JobSetup & rSetup,
750 const JobSetup & rSetup,
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 Dviewsh.hxx244 virtual JobSetup GetJobSetup() const;
/trunk/main/sfx2/source/doc/
H A Dnew.cxx204 rDocShell->DoDraw( &aDevice, Point(0,0), aTmpSize, JobSetup(), ASPECT_THUMBNAIL ); in Paint()
H A Dobjcont.cxx181 ((SfxObjectShell*)this)->DoDraw( &aDevice, Point(0,0), aTmpSize, JobSetup(), nAspect ); in CreatePreviewMetaFile_Impl()
H A Dobjembed.cxx219 const JobSetup & rSetup, in DoDraw()
243 const JobSetup & rSetup, in DoDraw_Impl()
/trunk/main/sfx2/source/view/
H A Dprinter.cxx87 JobSetup aFileJobSetup; in Create()
127 const JobSetup& rTheOrigJobSetup ) : in SfxPrinter()
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()
/trunk/main/sot/inc/sot/
H A Dabsdev.hxx31 class JobSetup;
35 JobSetup * pJobSetup;
41 JobSetup * GetJobSetup() const { return pJobSetup; } in GetJobSetup()
/trunk/main/starmath/inc/
H A Ddocument.hxx135 const JobSetup & rSetup,
/trunk/main/starmath/source/
H A Ddocument.cxx1327 const JobSetup &, in Draw() argument
/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/sw/source/core/doc/
H A Ddoc.cxx588 const JobSetup* SwDoc::getJobsetup() const in getJobsetup()
593 void SwDoc::setJobsetup(/*[in]*/ const JobSetup &rJobSetup ) in setJobsetup()
H A Dnotxtfrm.cxx1155 const JobSetup* pJobSetup = pOLENd->getIDocumentDeviceAccess()->getJobsetup(); in PaintPicture()
1158 pJobSetup = new JobSetup(); in PaintPicture()
/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()

Completed in 142 milliseconds

12