Searched refs:pActiveGroupList (Results 1 – 1 of 1) sorted by relevance
292 SdrObjList* pActiveGroupList = GetPageWindow().GetPageView().GetObjList(); in getActiveViewContact() local294 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 9 milliseconds