Searched refs:aFindResult (Results 1 – 11 of 11) sorted by relevance
72 const BaseEventVector::iterator aFindResult = ::std::find( in RemoveEvent() local74 DBG_ASSERT(aFindResult != maVector.end(), in RemoveEvent()76 maVector.erase(aFindResult); in RemoveEvent()
105 …std::vector< ViewObjectContact* >::iterator aFindResult = std::find(maViewObjectContactVector.begi… in RemoveViewObjectContact() local107 if(aFindResult != maViewObjectContactVector.end()) in RemoveViewObjectContact()109 maViewObjectContactVector.erase(aFindResult); in RemoveViewObjectContact()
140 …std::vector< ViewObjectContact* >::iterator aFindResult = std::find(maViewObjectContactVector.begi… in RemoveViewObjectContact() local142 if(aFindResult != maViewObjectContactVector.end()) in RemoveViewObjectContact()144 maViewObjectContactVector.erase(aFindResult); in RemoveViewObjectContact()
70 …const OverlayObjectVector::iterator aFindResult = ::std::find(maVector.begin(), maVector.end(), &r… in remove() local71 const bool bFound(aFindResult != maVector.end()); in remove()76 maVector.erase(aFindResult); in remove()
295 …const OverlayObjectVector::iterator aFindResult = ::std::find(maOverlayObjects.begin(), maOverlayO… in remove() local296 const bool bFound(aFindResult != maOverlayObjects.end()); in remove()301 maOverlayObjects.erase(aFindResult); in remove()
843 std::vector< SdrObject* >::iterator aFindResult = in DeleteMarkedObj() local846 if(aFindResult == aParents.end()) in DeleteMarkedObj()868 std::vector< SdrObject* >::iterator aFindResult = in DeleteMarkedObj() local871 if(aFindResult != aParents.end()) in DeleteMarkedObj()873 aParents.erase(aFindResult); in DeleteMarkedObj()
158 …const SdrPageWindowVector::iterator aFindResult = ::std::find(maPageWindows.begin(), maPageWindows… in RemovePageWindow() local160 if(aFindResult != maPageWindows.end()) in RemovePageWindow()163 SdrPageWindow* pSdrPageWindow = *aFindResult; in RemovePageWindow()164 maPageWindows.erase(aFindResult); in RemovePageWindow()
173 …const SdrPaintWindowVector::iterator aFindResult = ::std::find(maPaintWindows.begin(), maPaintWind… in RemovePaintWindow() local175 if(aFindResult != maPaintWindows.end()) in RemovePaintWindow()178 pRetval = *aFindResult; in RemovePaintWindow()179 maPaintWindows.erase(aFindResult); in RemovePaintWindow()
1149 …const ::sdr::PageUserVector::iterator aFindResult = ::std::find(maPageUsers.begin(), maPageUsers.e… in RemovePageUser() local1150 if(aFindResult != maPageUsers.end()) in RemovePageUser()1152 maPageUsers.erase(aFindResult); in RemovePageUser()
343 …const ::sdr::ObjectUserVector::iterator aFindResult = ::std::find(maObjectUsers.begin(), maObjectU… in RemoveObjectUser() local344 if(aFindResult != maObjectUsers.end()) in RemoveObjectUser()346 maObjectUsers.erase(aFindResult); in RemoveObjectUser()
48 …const SfxItemPoolUserVector::iterator aFindResult = ::std::find(maSfxItemPoolUsers.begin(), maSfxI… in RemoveSfxItemPoolUser() local49 if(aFindResult != maSfxItemPoolUsers.end()) in RemoveSfxItemPoolUser()51 maSfxItemPoolUsers.erase(aFindResult); in RemoveSfxItemPoolUser()
Completed in 129 milliseconds