Home
last modified time | relevance | path

Searched refs:mxScLookupCache (Results 1 – 3 of 3) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dinterpretercontext.cxx43 mxScLookupCache.reset(); in ~ScInterpreterContext()
75 void ScInterpreterContext::ClearLookupCache() { mxScLookupCache.reset(); } in ClearLookupCache()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dinterpretercontext.hxx59 std::unique_ptr<ScLookupCacheMap> mxScLookupCache; // cache for lookups like VLOOKUP and MATCH member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen2.cxx1156 if (!pContext->mxScLookupCache) in GetLookupCache()
1157 pContext->mxScLookupCache.reset(new ScLookupCacheMap); in GetLookupCache()
1158 ScLookupCacheMap* pCacheMap = pContext->mxScLookupCache.get(); in GetLookupCache()
1198 GetNonThreadedContext().mxScLookupCache.reset(); in ClearLookupCaches()