Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx212m_aAttributeListeners.insert( AttributeListenerPool::value_type( _nAttributeId, _pListener ) ); in enableAttributeNotification()
227 AttributeListenerPool::iterator aListenerPos = m_aAttributeListeners.find( _nAttributeId ); in disableAttributeNotification()
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()
270 if ( aListenerPos != m_aAttributeListeners.end( ) ) in implCheckUpdateCache()
H A Drichtextimplcontrol.hxx57 AttributeListenerPool m_aAttributeListeners; member in frm::RichTextControlImpl

Completed in 29 milliseconds