Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/richtext/
H A Drichtextimplcontrol.cxx114 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()
198AttributeHandlerPool::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()
H A Drichtextimplcontrol.hxx52 … typedef ::std::map< AttributeId, ::rtl::Reference< IAttributeHandler > > AttributeHandlerPool; typedef in frm::RichTextControlImpl
56 AttributeHandlerPool m_aAttributeHandlers;
158 void implUpdateAttribute( AttributeHandlerPool::const_iterator _pHandler );

Completed in 25 milliseconds