Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/excel/
H A Dxeformula.cxx245 struct XclExpCompConfig struct
256 static const XclExpCompConfig spConfigTable[] =
278 const XclExpCompConfig& mrCfg; /// Configuration for current formula type.
293 explicit XclExpCompData( const XclExpCompConfig* pCfg );
296 XclExpCompData::XclExpCompData( const XclExpCompConfig* pCfg ) : in XclExpCompData()
334 const XclExpCompConfig* GetConfigForType( XclFormulaType eType ) const;
475 typedef ::std::map< XclFormulaType, XclExpCompConfig > XclExpCompConfigMap;
506 …for( const XclExpCompConfig* pEntry = spConfigTable; pEntry != STATIC_ARRAY_END( spConfigTable ); … in XclExpFmlaCompImpl()
577 const XclExpCompConfig* pCfg = GetConfigForType( eType ); in Is3DRefOnly()
583 const XclExpCompConfig* XclExpFmlaCompImpl::GetConfigForType( XclFormulaType eType ) const in GetConfigForType()

Completed in 106 milliseconds