Lines Matching refs:mpViewContact
1166 if(!mpViewContact) in GetViewContact()
1168 const_cast< SdrPage* >(this)->mpViewContact = in GetViewContact()
1172 return *mpViewContact; in GetViewContact()
1303 mpViewContact(0L), in DBG_NAME()
1330 mpViewContact(0L), in SdrPage()
1412 if(mpViewContact) in ~SdrPage()
1414 delete mpViewContact; in ~SdrPage()
1415 mpViewContact = 0L; in ~SdrPage()
1428 if(mpViewContact) in operator =()
1430 delete mpViewContact; in operator =()
1431 mpViewContact = 0L; in operator =()