Searched refs:maViewObjectContactVector (Results 1 – 4 of 4) sorted by relevance
51 : maViewObjectContactVector(), in ViewContact()78 std::vector< ViewObjectContact* > aLocalVOCList(maViewObjectContactVector); in deleteAllVOCs()79 maViewObjectContactVector.clear(); in deleteAllVOCs()94 … DBG_ASSERT(maViewObjectContactVector.empty(), "Corrupted ViewObjectContactList in VC (!)"); in deleteAllVOCs()102 const sal_uInt32 nCount(maViewObjectContactVector.size()); in GetViewObjectContact()107 ViewObjectContact* pCandidate = maViewObjectContactVector[a]; in GetViewObjectContact()129 maViewObjectContactVector.push_back(&rVOContact); in AddViewObjectContact()131 if(1L == maViewObjectContactVector.size()) in AddViewObjectContact()140 …tContact* >::iterator aFindResult = std::find(maViewObjectContactVector.begin(), maViewObjectConta… in RemoveViewObjectContact()142 if(aFindResult != maViewObjectContactVector.end()) in RemoveViewObjectContact()[all …]
47 : maViewObjectContactVector(), in ObjectContact()62 std::vector< ViewObjectContact* > aLocalVOCList(maViewObjectContactVector); in ~ObjectContact()63 maViewObjectContactVector.clear(); in ~ObjectContact()78 DBG_ASSERT(maViewObjectContactVector.empty(), "Corrupted ViewObjectContactList (!)"); in ~ObjectContact()99 maViewObjectContactVector.push_back(&rVOContact); in AddViewObjectContact()105 …tContact* >::iterator aFindResult = std::find(maViewObjectContactVector.begin(), maViewObjectConta… in RemoveViewObjectContact()107 if(aFindResult != maViewObjectContactVector.end()) in RemoveViewObjectContact()109 maViewObjectContactVector.erase(aFindResult); in RemoveViewObjectContact()
65 std::vector< ViewObjectContact* > maViewObjectContactVector; member in sdr::contact::ViewContact83 … sal_uInt32 getViewObjectContactCount() const { return maViewObjectContactVector.size(); } in getViewObjectContactCount()84 …iewObjectContact* getViewObjectContact(sal_uInt32 a) const { return maViewObjectContactVector[a]; } in getViewObjectContact()
70 std::vector< ViewObjectContact* > maViewObjectContactVector; member in sdr::contact::ObjectContact101 … sal_uInt32 getViewObjectContactCount() const { return maViewObjectContactVector.size(); } in getViewObjectContactCount()102 …iewObjectContact* getViewObjectContact(sal_uInt32 a) const { return maViewObjectContactVector[a]; } in getViewObjectContact()