Home
last modified time | relevance | path

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

/aoo41x/main/forms/source/xforms/
H A Dpropertysetbase.cxx106 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()
H A Dpropertysetbase.hxx195 …def ::std::map< const sal_Int32, Any_t > PropertyValueCache; typedef in PropertySetBase
200 PropertyValueCache m_aCache;

Completed in 15 milliseconds