Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.hxx53 … typedef ::std::map< AttributeId, ITextAttributeListener* > AttributeListenerPool; typedef in frm::RichTextControlImpl
57 AttributeListenerPool m_aAttributeListeners;
H A Drichtextimplcontrol.cxx212 … m_aAttributeListeners.insert( AttributeListenerPool::value_type( _nAttributeId, _pListener ) ); in enableAttributeNotification()
227 AttributeListenerPool::iterator aListenerPos = m_aAttributeListeners.find( _nAttributeId ); in disableAttributeNotification()
269AttributeListenerPool::const_iterator aListenerPos = m_aAttributeListeners.find( _nAttribute ); in implCheckUpdateCache()

Completed in 24 milliseconds