Home
last modified time | relevance | path

Searched refs:aListenerPos (Results 1 – 1 of 1) sorted by relevance

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx227 AttributeListenerPool::iterator aListenerPos = m_aAttributeListeners.find( _nAttributeId ); in disableAttributeNotification() local
228 if ( aListenerPos != m_aAttributeListeners.end() ) in disableAttributeNotification()
229 m_aAttributeListeners.erase( aListenerPos ); in disableAttributeNotification()
269 … AttributeListenerPool::const_iterator aListenerPos = m_aAttributeListeners.find( _nAttribute ); in implCheckUpdateCache() local
270 if ( aListenerPos != m_aAttributeListeners.end( ) ) in implCheckUpdateCache()
271 aListenerPos->second->onAttributeStateChanged( _nAttribute, _rState ); in implCheckUpdateCache()

Completed in 16 milliseconds