Searched refs:m_aStateCache (Results 1 – 2 of 2) sorted by relevance
564 FeatureState& rCachedState = m_aStateCache[nFeat]; // creates if neccessary in ImplBroadcastFeatureState()569 sal_Bool bAlreadyCached = ( m_aStateCache.find(nFeat) != m_aStateCache.end() ); in ImplBroadcastFeatureState()905 StateCacheIterator aCachePos = m_aStateCache.find( aIter->second.nFeatureId ); in removeStatusListener()906 if ( aCachePos != m_aStateCache.end() ) in removeStatusListener()907 m_aStateCache.erase( aCachePos ); in removeStatusListener()
242 StateCache m_aStateCache; // save the current status of feature state member in dbaui::OGenericUnoController
Completed in 29 milliseconds