Lines Matching refs:pLookupCacheMapImpl
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()
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()
1303 if( pLookupCacheMapImpl ) in ClearLookupCaches()
1304 pLookupCacheMapImpl->clear(); in ClearLookupCaches()