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.cxx477 XclExpCompConfigMap maCfgMap; // Compiler configuration map for all formula types. member in XclExpFmlaCompImpl
505 maCfgMap[ pEntry->meType ] = *pEntry; in XclExpFmlaCompImpl()
583 XclExpCompConfigMap::const_iterator aIt = maCfgMap.find( eType ); in GetConfigForType()
584 …DBG_ASSERT( aIt != maCfgMap.end(), "XclExpFmlaCompImpl::GetConfigForType - unknown formula type" ); in GetConfigForType()
585 return (aIt == maCfgMap.end()) ? 0 : &aIt->second; in GetConfigForType()