Searched refs:ScLookupCache (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/inc/ |
H A D | lookupcache.hxx | 45 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 D | document.hxx | 139 class ScLookupCache; 918 ScLookupCache & GetLookupCache( const ScRange & rRange ); 921 void AddLookupCache( ScLookupCache & rCache ); 924 void RemoveLookupCache( ScLookupCache & rCache );
|
/aoo41x/main/sc/source/core/tool/ |
H A D | lookupcache.cxx | 37 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 D | interpr1.cxx | 8251 ScLookupCache& rCache = pDok->GetLookupCache( aLookupRange); in LookupQueryWithCache() 8252 ScLookupCache::QueryCriteria aCriteria( rEntry); in LookupQueryWithCache() 8253 ScLookupCache::Result eCacheResult = rCache.lookup( o_rResultPos, in LookupQueryWithCache() 8257 case ScLookupCache::NOT_CACHED : in LookupQueryWithCache() 8258 case ScLookupCache::CRITERIA_DIFFERENT : in LookupQueryWithCache() 8266 if (eCacheResult == ScLookupCache::NOT_CACHED) in LookupQueryWithCache() 8269 case ScLookupCache::FOUND : in LookupQueryWithCache() 8278 case ScLookupCache::NOT_AVAILABLE : in LookupQueryWithCache()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 1258 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 68 milliseconds