Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx479 XclExpCompConfigMap maCfgMap; /// Compiler configuration map for all formula types. member in XclExpFmlaCompImpl
507 maCfgMap[ pEntry->meType ] = *pEntry; in XclExpFmlaCompImpl()
585 XclExpCompConfigMap::const_iterator aIt = maCfgMap.find( eType ); in GetConfigForType()
586 …DBG_ASSERT( aIt != maCfgMap.end(), "XclExpFmlaCompImpl::GetConfigForType - unknown formula type" ); in GetConfigForType()
587 return (aIt == maCfgMap.end()) ? 0 : &aIt->second; in GetConfigForType()

Completed in 25 milliseconds