Home
last modified time | relevance | path

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

/trunk/main/framework/source/uielement/
H A Duicommanddescription.cxx196 CommandToInfoCache m_aCmdInfoCache; member in framework::ConfigurationAccess_UICommand
330 CommandToInfoCache::iterator pIter = m_aCmdInfoCache.find( aCommandURL ); in getSequenceFromCache()
331 if ( pIter != m_aCmdInfoCache.end() ) in getSequenceFromCache()
374m_aCmdInfoCache.insert( CommandToInfoCache::value_type( aNameSeq[i], aCmdToInfo )); in impl_fill()