Home
last modified time | relevance | path

Searched refs:mpViewContact (Results 1 – 6 of 6) sorted by relevance

/trunk/main/svx/source/svdraw/
H A Dsdrmasterpagedescriptor.cxx48 mpViewContact(0L) in MasterPageDescriptor()
62 if(mpViewContact) in ~MasterPageDescriptor()
64 delete mpViewContact; in ~MasterPageDescriptor()
65 mpViewContact = 0L; in ~MasterPageDescriptor()
72 if(!mpViewContact) in GetViewContact()
74 const_cast< MasterPageDescriptor* >(this)->mpViewContact = in GetViewContact()
78 return *mpViewContact; in GetViewContact()
H A Dsvdpage.cxx1166 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 =()
[all …]
H A Dsvdobj.cxx360 if(!mpViewContact) in GetViewContact()
362 const_cast< SdrObject* >(this)->mpViewContact = in GetViewContact()
366 return *mpViewContact; in GetViewContact()
390 ,mpViewContact(0L) in SdrObject()
474 if(mpViewContact) in ~SdrObject()
476 delete mpViewContact; in ~SdrObject()
477 mpViewContact = 0L; in ~SdrObject()
1031 if(mpViewContact) in operator =()
1033 delete mpViewContact; in operator =()
1034 mpViewContact = 0L; in operator =()
/trunk/main/svx/inc/svx/
H A Dsdrmasterpagedescriptor.hxx56 sdr::contact::ViewContact* mpViewContact; member in sdr::MasterPageDescriptor
H A Dsvdpage.hxx412 sdr::contact::ViewContact* mpViewContact; member in SdrPage
H A Dsvdobj.hxx424 sdr::contact::ViewContact* mpViewContact; member in SdrObject

Completed in 50 milliseconds