Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/data/
H A Ddocumen2.cxx165 pLookupCacheMapImpl( NULL ), in ScDocument()
408 DELETEZ( pLookupCacheMapImpl); // before pBASM because of listeners in ~ScDocument()
1261 if (!pLookupCacheMapImpl) in GetLookupCache()
1262 pLookupCacheMapImpl = new ScLookupCacheMapImpl; 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()
1303 if( pLookupCacheMapImpl ) in ClearLookupCaches()
[all …]
/aoo4110/main/sc/inc/
H A Ddocument.hxx324 ScLookupCacheMapImpl* pLookupCacheMapImpl; // cache for lookups like VLOOKUP and MATCH member in ScDocument

Completed in 19 milliseconds