Lines Matching refs:ImplJobSetup
66 ImplJobSetup::ImplJobSetup() in ImplJobSetup() function in ImplJobSetup
82 ImplJobSetup::ImplJobSetup( const ImplJobSetup& rJobSetup ) : in ImplJobSetup() function in ImplJobSetup
107 ImplJobSetup::~ImplJobSetup() in ~ImplJobSetup()
114 ImplJobSetup* JobSetup::ImplGetData() in ImplGetData()
117 mpData = new ImplJobSetup; in ImplGetData()
121 mpData = new ImplJobSetup( *mpData ); in ImplGetData()
129 ImplJobSetup* JobSetup::ImplGetConstData() in ImplGetConstData()
132 mpData = new ImplJobSetup; in ImplGetConstData()
138 const ImplJobSetup* JobSetup::ImplGetConstData() const in ImplGetConstData()
141 ((JobSetup*)this)->mpData = new ImplJobSetup; in ImplGetConstData()
226 mpData = new ImplJobSetup(); in SetValue()
271 ImplJobSetup* pData1 = mpData; in operator ==()
272 ImplJobSetup* pData2 = rJobSetup.mpData; in operator ==()
327 rJobSetup.mpData = new ImplJobSetup; in operator >>()
328 ImplJobSetup* pJobData = rJobSetup.mpData; in operator >>()
407 const ImplJobSetup* pJobData = rJobSetup.ImplGetConstData(); in operator <<()