Searched refs:pLookupCacheMapImpl (Results 1 – 2 of 2) sorted by relevance
165 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 …]
324 ScLookupCacheMapImpl* pLookupCacheMapImpl; // cache for lookups like VLOOKUP and MATCH member in ScDocument
Completed in 37 milliseconds