Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx332 const XclExpCompConfig* GetConfigForType( XclFormulaType eType ) const;
575 const XclExpCompConfig* pCfg = GetConfigForType( eType ); in Is3DRefOnly()
581 const XclExpCompConfig* XclExpFmlaCompImpl::GetConfigForType( XclFormulaType eType ) const in GetConfigForType() function in XclExpFmlaCompImpl
594 mxData.reset( new XclExpCompData( GetConfigForType( eType ) ) ); in Init()