Home
last modified time | relevance | path

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

/trunk/main/svx/source/sdr/contact/
H A Dobjectcontactofpageview.cxx292 SdrObjList* pActiveGroupList = GetPageWindow().GetPageView().GetObjList(); in getActiveViewContact() local
294 if(pActiveGroupList) in getActiveViewContact()
296 if(pActiveGroupList->ISA(SdrPage)) in getActiveViewContact()
299 return &(((SdrPage*)pActiveGroupList)->GetViewContact()); in getActiveViewContact()
301 else if(pActiveGroupList->GetOwnerObj()) in getActiveViewContact()
304 return &(pActiveGroupList->GetOwnerObj()->GetViewContact()); in getActiveViewContact()

Completed in 15 milliseconds