Searched refs:m_aAttributeHandlers (Results 1 – 2 of 2) sorted by relevance
142 AttributeHandlerPool::const_iterator pHandler = m_aAttributeHandlers.find( _nAttribute ); in updateAttribute()143 if ( pHandler != m_aAttributeHandlers.end() ) in updateAttribute()150 for ( AttributeHandlerPool::const_iterator pHandler = m_aAttributeHandlers.begin(); in updateAllAttributes()151 pHandler != m_aAttributeHandlers.end(); in updateAllAttributes()186 AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttribute ); in executeAttribute()187 if ( aHandlerPos != m_aAttributeHandlers.end() ) in executeAttribute()198 … AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in enableAttributeNotification()199 if ( aHandlerPos == m_aAttributeHandlers.end() ) in enableAttributeNotification()222 AttributeHandlerPool::iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in disableAttributeNotification()223 if ( aHandlerPos != m_aAttributeHandlers.end() ) in disableAttributeNotification()[all …]
56 AttributeHandlerPool m_aAttributeHandlers; member in frm::RichTextControlImpl
Completed in 25 milliseconds