Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dlookupcache.hxx45 class ScLookupCache : public SvtListener class
161 ScLookupCache( ScDocument * pDoc, const ScRange & rRange );
162 virtual ~ScLookupCache();
245 ScLookupCache( const ScLookupCache & );
246 ScLookupCache & operator=( const ScLookupCache & );
251 typedef ::std::hash_map< ScRange, ScLookupCache*, ScLookupCache::Hash, ::std::equal_to< ScRange > >…
H A Ddocument.hxx139 class ScLookupCache;
918 ScLookupCache & GetLookupCache( const ScRange & rRange );
921 void AddLookupCache( ScLookupCache & rCache );
924 void RemoveLookupCache( ScLookupCache & rCache );
/trunk/main/sc/source/core/tool/
H A Dlookupcache.cxx37 ScLookupCache::ScLookupCache( ScDocument * pDoc, const ScRange & rRange ) : in ScLookupCache() function in ScLookupCache
53 ScLookupCache::~ScLookupCache() in ~ScLookupCache()
67 ScLookupCache::Result ScLookupCache::lookup( ScAddress & o_rResultAddress, in lookup()
84 bool ScLookupCache::insert( const ScAddress & rResultAddress, in insert()
111 void ScLookupCache::Notify( SvtBroadcaster & /* rBC */ , const SfxHint & rHint ) in Notify()
H A Dinterpr1.cxx8388 ScLookupCache& rCache = pDok->GetLookupCache( aLookupRange); in LookupQueryWithCache()
8389 ScLookupCache::QueryCriteria aCriteria( rEntry); in LookupQueryWithCache()
8390 ScLookupCache::Result eCacheResult = rCache.lookup( o_rResultPos, in LookupQueryWithCache()
8394 case ScLookupCache::NOT_CACHED : in LookupQueryWithCache()
8395 case ScLookupCache::CRITERIA_DIFFERENT : in LookupQueryWithCache()
8403 if (eCacheResult == ScLookupCache::NOT_CACHED) in LookupQueryWithCache()
8406 case ScLookupCache::FOUND : in LookupQueryWithCache()
8415 case ScLookupCache::NOT_AVAILABLE : in LookupQueryWithCache()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1258 ScLookupCache & ScDocument::GetLookupCache( const ScRange & rRange ) in GetLookupCache()
1260 ScLookupCache* pCache = 0; in GetLookupCache()
1266 pCache = new ScLookupCache( this, rRange); in GetLookupCache()
1274 void ScDocument::AddLookupCache( ScLookupCache & rCache ) in AddLookupCache()
1277 ScLookupCache*>( rCache.getRange(), &rCache)).second) in AddLookupCache()
1285 void ScDocument::RemoveLookupCache( ScLookupCache & rCache ) in RemoveLookupCache()
1295 ScLookupCache* pCache = (*it).second; in RemoveLookupCache()

Completed in 72 milliseconds