Searched refs:pAutoNameCache (Results 1 – 3 of 3) sorted by relevance
164 pAutoNameCache( NULL ), in ScDocument()473 DBG_ASSERT( !pAutoNameCache, "AutoNameCache still set in dtor" ); in ~ScDocument()
3134 DBG_ASSERT( !pAutoNameCache, "AutoNameCache already set" ); in CompileXML()3135 pAutoNameCache = new ScAutoNameCache( this ); in CompileXML()3140 DELETEZ( pAutoNameCache ); // valid only during CompileXML, where cell contents don't change in CompileXML()
322 … ScAutoNameCache* pAutoNameCache; // for automatic name lookup during CompileXML member in ScDocument914 ScAutoNameCache* GetAutoNameCache() { return pAutoNameCache; } in GetAutoNameCache()
Completed in 48 milliseconds