Searched refs:maCodeMap (Results 1 – 1 of 1) sorted by relevance
576 XclExpCodeMap maCodeMap; /// Maps special external codes to EXTERNSHEET records. member in XclExpLinkManagerImpl52104 XclExpCodeMap::const_iterator aIt = maCodeMap.find( cCode ); in FindInternal()2105 if( aIt == maCodeMap.end() ) in FindInternal()2108 rnExtSheet = maCodeMap[ cCode ] = AppendInternal( xExtSheet ); in FindInternal()
Completed in 33 milliseconds