Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddocumen2.cxx103 ScLookupCacheMap aCacheMap; member
113 aCacheMap.swap( aTmp); in clear()
118 for (ScLookupCacheMap::iterator it( aCacheMap.begin()); it != aCacheMap.end(); ++it) in freeCaches()
1263 ScLookupCacheMap::iterator it( pLookupCacheMapImpl->aCacheMap.find( rRange)); in GetLookupCache()
1264 if (it == pLookupCacheMapImpl->aCacheMap.end()) in GetLookupCache()
1276 if (!pLookupCacheMapImpl->aCacheMap.insert( ::std::pair< const ScRange, in AddLookupCache()
1287 ScLookupCacheMap::iterator it( pLookupCacheMapImpl->aCacheMap.find( in RemoveLookupCache()
1289 if (it == pLookupCacheMapImpl->aCacheMap.end()) in RemoveLookupCache()
1296 pLookupCacheMapImpl->aCacheMap.erase( it); in RemoveLookupCache()

Completed in 26 milliseconds