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()
3131 DBG_ASSERT( !pAutoNameCache, "AutoNameCache already set" ); in CompileXML()3132 pAutoNameCache = new ScAutoNameCache( this ); in CompileXML()3137 DELETEZ( pAutoNameCache ); // valid only during CompileXML, where cell contents don't change in CompileXML()
319 … ScAutoNameCache* pAutoNameCache; // for automatic name lookup during CompileXML member in ScDocument911 ScAutoNameCache* GetAutoNameCache() { return pAutoNameCache; } in GetAutoNameCache()