Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxeformula.cxx243 struct XclExpCompConfig struct
254 static const XclExpCompConfig spConfigTable[] =
276 const XclExpCompConfig& mrCfg; // Configuration for current formula type.
291 explicit XclExpCompData( const XclExpCompConfig* pCfg );
294 XclExpCompData::XclExpCompData( const XclExpCompConfig* pCfg ) : in XclExpCompData()
332 const XclExpCompConfig* GetConfigForType( XclFormulaType eType ) const;
473 typedef ::std::map< XclFormulaType, XclExpCompConfig > XclExpCompConfigMap;
504 …for( const XclExpCompConfig* pEntry = spConfigTable; pEntry != STATIC_ARRAY_END( spConfigTable ); … in XclExpFmlaCompImpl()
575 const XclExpCompConfig* pCfg = GetConfigForType( eType ); in Is3DRefOnly()
581 const XclExpCompConfig* XclExpFmlaCompImpl::GetConfigForType( XclFormulaType eType ) const in GetConfigForType()