| /trunk/main/vcl/source/gdi/ | 
| H A D | jobset.cxx | 38 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 D | print.cxx | 89 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 D | print3.cxx | 272     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 D | jobset.hxx | 39 class VCL_DLLPUBLIC JobSetup  class54 						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 D | print.hxx | 74     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 D | printer.hxx | 43 	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 D | objsh.hxx | 90 class JobSetup;682 							const JobSetup & rSetup,
 684 	virtual void    Draw( OutputDevice *, const JobSetup & rSetup,
 750 											const JobSetup & rSetup,
 
 | 
| H A D | viewsh.hxx | 244 	virtual JobSetup			GetJobSetup() const;
 | 
| /trunk/main/sot/inc/sot/ | 
| H A D | absdev.hxx | 31 class JobSetup;35 	JobSetup * pJobSetup;
 41 	JobSetup * GetJobSetup() const { return pJobSetup; }  in GetJobSetup()
 
 | 
| /trunk/main/sw/inc/ | 
| H A D | IDocumentDeviceAccess.hxx | 28  class JobSetup;114     virtual const JobSetup* getJobsetup() const = 0;
 121     virtual void  setJobsetup(/*[in]*/ const JobSetup& rJobSetup ) = 0;
 
 | 
| H A D | doc.hxx | 98 class JobSetup;773     virtual const JobSetup* getJobsetup() const;
 774     virtual void setJobsetup(/*[in]*/ const JobSetup& rJobSetup );
 
 | 
| H A D | docsh.hxx | 112 	SW_DLLPRIVATE virtual void			Draw( OutputDevice*, const JobSetup&, sal_uInt16);
 | 
| /trunk/main/sfx2/source/view/ | 
| H A D | viewprn.cxx | 583         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 D | printer.cxx | 87 	JobSetup aFileJobSetup;  in Create()127 						const JobSetup& rTheOrigJobSetup ) :  in SfxPrinter()
 
 | 
| /trunk/main/vcl/inc/ | 
| H A D | print.h | 37 class JobSetup;76 void SAL_DLLPRIVATE ImplUpdateJobSetupPaper( JobSetup& rJobSetup );
 
 | 
| /trunk/main/sfx2/source/doc/ | 
| H A D | objembed.cxx | 219 							const JobSetup & rSetup,  in DoDraw()243 							   const JobSetup & rSetup,  in DoDraw_Impl()
 
 | 
| /trunk/main/sw/source/ui/app/ | 
| H A D | docsh.cxx | 869 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 D | basdoc.hxx | 38 	virtual void    Draw( OutputDevice *, const JobSetup & rSetup,
 | 
| H A D | basdoc.cxx | 93 void BasicDocShell::Draw( OutputDevice *, const JobSetup &, sal_uInt16 )  in Draw()  argument
 | 
| /trunk/main/sw/source/core/doc/ | 
| H A D | notxtfrm.cxx | 1155             const JobSetup* pJobSetup = pOLENd->getIDocumentDeviceAccess()->getJobsetup();  in PaintPicture()1158                 pJobSetup = new JobSetup();  in PaintPicture()
 
 | 
| /trunk/main/starmath/inc/ | 
| H A D | document.hxx | 135 							 const JobSetup & rSetup,
 | 
| /trunk/main/sd/source/ui/inc/ | 
| H A D | DrawDocShell.hxx | 99 …virtual void        	Draw(OutputDevice*, const JobSetup& rSetup, sal_uInt16 nAspect = ASPECT_CONTE…
 | 
| /trunk/main/sd/source/ui/docshell/ | 
| H A D | docshel2.cxx | 62 void DrawDocShell::Draw(OutputDevice* pOut, const JobSetup&, sal_uInt16 nAspect)  in Draw()  argument
 | 
| /trunk/main/toolkit/source/awt/ | 
| H A D | vclxprinter.cxx | 267         JobSetup aSetup;  in setBinarySetup()
 | 
| /trunk/main/sc/source/ui/inc/ | 
| H A D | docsh.hxx | 216 	virtual void	Draw( OutputDevice *, const JobSetup & rSetup,
 |