Searched refs:ScAutoNameCache (Results 1 – 5 of 5) sorted by relevance
40 ScAutoNameCache::ScAutoNameCache( ScDocument* pD ) : in ScAutoNameCache() function in ScAutoNameCache46 ScAutoNameCache::~ScAutoNameCache() in ~ScAutoNameCache()50 const ScAutoNameAddresses& ScAutoNameCache::GetNameOccurences( const String& rName, SCTAB nTab ) in GetNameOccurences()
3133 pAutoNameCache = new ScAutoNameCache( this ); in CompileXML()
40 class ScAutoNameCache class47 ScAutoNameCache( ScDocument* pD );48 ~ScAutoNameCache();
137 class ScAutoNameCache;322 … ScAutoNameCache* pAutoNameCache; // for automatic name lookup during CompileXML914 ScAutoNameCache* GetAutoNameCache() { return pAutoNameCache; } in GetAutoNameCache()
3129 ScAutoNameCache* pNameCache = pDoc->GetAutoNameCache(); in IsColRowName()
Completed in 65 milliseconds