Searched refs:AttributeListenerPool (Results 1 – 2 of 2) sorted by relevance
53 … typedef ::std::map< AttributeId, ITextAttributeListener* > AttributeListenerPool; typedef in frm::RichTextControlImpl57 AttributeListenerPool m_aAttributeListeners;
212 … m_aAttributeListeners.insert( AttributeListenerPool::value_type( _nAttributeId, _pListener ) ); in enableAttributeNotification()227 AttributeListenerPool::iterator aListenerPos = m_aAttributeListeners.find( _nAttributeId ); in disableAttributeNotification()269 … AttributeListenerPool::const_iterator aListenerPos = m_aAttributeListeners.find( _nAttribute ); in implCheckUpdateCache()
Completed in 24 milliseconds