Home
last modified time | relevance | path

Searched refs:StateCache (Results 1 – 3 of 3) sorted by relevance

/trunk/main/forms/source/richtext/
H A Drichtextimplcontrol.hxx51 typedef ::std::map< AttributeId, AttributeState > StateCache; typedef in frm::RichTextControlImpl
55 StateCache m_aLastKnownStates;
H A Drichtextimplcontrol.cxx173 StateCache::const_iterator aCachedStatePos = m_aLastKnownStates.find( _nAttributeId ); in getAttributeState()
253 StateCache::iterator aCachePos = m_aLastKnownStates.find( _nAttribute ); in implCheckUpdateCache()
256 m_aLastKnownStates.insert( StateCache::value_type( _nAttribute, _rState ) ); in implCheckUpdateCache()
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx236 DECLARE_STL_MAP( sal_uInt16, FeatureState, ::std::less< sal_uInt16 >, StateCache );
242 StateCache m_aStateCache; // save the current status of feature state

Completed in 66 milliseconds