Lines Matching refs:JobSetup
38 DBG_NAME( JobSetup )
114 ImplJobSetup* JobSetup::ImplGetData() in ImplGetData()
129 ImplJobSetup* JobSetup::ImplGetConstData() in ImplGetConstData()
138 const ImplJobSetup* JobSetup::ImplGetConstData() const in ImplGetConstData()
141 ((JobSetup*)this)->mpData = new ImplJobSetup; in ImplGetConstData()
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()
159 DBG_CHKOBJ( &rJobSetup, JobSetup, NULL ); in JobSetup()
169 JobSetup::~JobSetup() in ~JobSetup()
171 DBG_DTOR( JobSetup, NULL ); in ~JobSetup()
184 XubString JobSetup::GetPrinterName() const in GetPrinterName()
197 XubString JobSetup::GetDriverName() const in GetDriverName()
210 String JobSetup::GetValue( const String& rKey ) const in GetValue()
223 void JobSetup::SetValue( const String& rKey, const String& rValue ) in SetValue()
233 JobSetup& JobSetup::operator=( const JobSetup& rJobSetup ) in operator =()
235 DBG_CHKTHIS( JobSetup, NULL ); in operator =()
236 DBG_CHKOBJ( &rJobSetup, JobSetup, NULL ); in operator =()
260 sal_Bool JobSetup::operator==( const JobSetup& rJobSetup ) const in operator ==()
262 DBG_CHKTHIS( JobSetup, NULL ); in operator ==()
263 DBG_CHKOBJ( &rJobSetup, JobSetup, NULL ); in operator ==()
293 SvStream& operator>>( SvStream& rIStream, JobSetup& rJobSetup ) in operator >>()
393 SvStream& operator<<( SvStream& rOStream, const JobSetup& rJobSetup ) in operator <<()