Home
last modified time | relevance | path

Searched refs:iMap (Results 1 – 3 of 3) sorted by path

/trunk/main/sd/source/ui/framework/configuration/
H A DConfigurationControllerBroadcaster.cxx80 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()
135 if (iMap != maListenerMap.end()) in NotifyListeners()
139 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
145 if (iMap != maListenerMap.end()) in NotifyListeners()
149 ListenerList aList (iMap->second.begin(), iMap->second.end()); in NotifyListeners()
186 if (iMap == maListenerMap.end()) in DisposeAndClear()
190 if (iMap->second.empty()) in DisposeAndClear()
192 maListenerMap.erase(iMap); in DisposeAndClear()
[all …]
/trunk/main/vcl/inc/
H A Dgraphite_cache.hxx131 GraphiteSegMap::iterator iMap = in getSegment() local
134 if (iMap != m_segMap.end()) in getSegment()
136 found = iMap->second; in getSegment()
140 iMap = m_segMap.find(reinterpret_cast<long>(layoutArgs.mpStr)); in getSegment()
141 if (iMap != m_segMap.end()) in getSegment()
143 found = iMap->second; in getSegment()
/trunk/main/vcl/source/glyphs/
H A Dgraphite_cache.cxx146 GraphiteSegMap::iterator iMap = in cacheSegment() local
148 if (iMap != m_segMap.end()) in cacheSegment()
152 GrSegRecord * found = iMap->second; in cacheSegment()

Completed in 12 milliseconds