Lines Matching refs:iMap
80 ListenerMap::iterator iMap; in RemoveListener() local
82 for (iMap=maListenerMap.begin(); iMap!=maListenerMap.end(); ++iMap) in RemoveListener()
84 for (iList=iMap->second.begin(); iList!=iMap->second.end(); ++iList) in RemoveListener()
88 iMap->second.erase(iList); in RemoveListener()
134 ListenerMap::const_iterator iMap (maListenerMap.find(rEvent.Type)); in NotifyListeners() local
135 if (iMap != maListenerMap.end()) in NotifyListeners()
139 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
144 iMap = maListenerMap.find(OUString()); in NotifyListeners()
145 if (iMap != maListenerMap.end()) in NotifyListeners()
149 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
185 ListenerMap::iterator iMap (maListenerMap.begin()); in DisposeAndClear() local
186 if (iMap == maListenerMap.end()) in DisposeAndClear()
190 if (iMap->second.empty()) in DisposeAndClear()
192 maListenerMap.erase(iMap); in DisposeAndClear()
198 iMap->second.front().mxListener, UNO_QUERY); in DisposeAndClear()
206 RemoveListener(iMap->second.front().mxListener); in DisposeAndClear()
217 iMap->second.erase(iMap->second.begin()); in DisposeAndClear()