Searched refs:PropertyValueCache (Results 1 – 2 of 2) sorted by relevance
106 PropertyValueCache::iterator aPos = m_aCache.find( nHandle ); in notifyAndCachePropertyValue()119 aPos = m_aCache.insert( PropertyValueCache::value_type( nHandle, aEmptyValue ) ).first; in notifyAndCachePropertyValue()144 ::std::pair< PropertyValueCache::iterator, bool > aInsertResult = in initializePropertyValueCache()146 m_aCache.insert( PropertyValueCache::value_type( nHandle, aCurrentValue ) ); in initializePropertyValueCache()
195 …def ::std::map< const sal_Int32, Any_t > PropertyValueCache; typedef in PropertySetBase200 PropertyValueCache m_aCache;
Completed in 24 milliseconds