Searched refs:AttributeHandlerPool (Results 1 – 2 of 2) sorted by relevance
114 void RichTextControlImpl::implUpdateAttribute( AttributeHandlerPool::const_iterator _pHandler ) in implUpdateAttribute()142 AttributeHandlerPool::const_iterator pHandler = m_aAttributeHandlers.find( _nAttribute ); in updateAttribute()150 for ( AttributeHandlerPool::const_iterator pHandler = m_aAttributeHandlers.begin(); in updateAllAttributes()186 AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttribute ); in executeAttribute()198 … AttributeHandlerPool::const_iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in enableAttributeNotification()207 …aHandlerPos = m_aAttributeHandlers.insert( AttributeHandlerPool::value_type( _nAttributeId , aHand… in enableAttributeNotification()222 AttributeHandlerPool::iterator aHandlerPos = m_aAttributeHandlers.find( _nAttributeId ); in disableAttributeNotification()
52 … typedef ::std::map< AttributeId, ::rtl::Reference< IAttributeHandler > > AttributeHandlerPool; typedef in frm::RichTextControlImpl56 AttributeHandlerPool m_aAttributeHandlers;158 void implUpdateAttribute( AttributeHandlerPool::const_iterator _pHandler );
Completed in 18 milliseconds