Searched refs:maViewObjectContactVector (Results 1 – 4 of 4) sorted by relevance
51 : maViewObjectContactVector(), in ViewContact()79 maViewObjectContactVector.clear(); in deleteAllVOCs()102 const sal_uInt32 nCount(maViewObjectContactVector.size()); 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()144 maViewObjectContactVector.erase(aFindResult); in RemoveViewObjectContact()146 if(maViewObjectContactVector.empty()) in RemoveViewObjectContact()159 const sal_uInt32 nCount(maViewObjectContactVector.size()); in HasViewObjectContacts()[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 …ViewObjectContact* 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 …ViewObjectContact* getViewObjectContact(sal_uInt32 a) const { return maViewObjectContactVector[a];… in getViewObjectContact()
Completed in 20 milliseconds