Home
last modified time | relevance | path

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

/AOO42X/main/oox/source/xls/
H A Dformulabase.cxx241 … FunctionParamInfo mpParamInfos[ FUNCINFO_PARAMINFOCOUNT ]; /// Information about all parameters. member
787 mpParamInfo( rFuncInfo.mpParamInfos ), in FunctionParamInfoIterator()
788 mpParamInfoEnd( rFuncInfo.mpParamInfos + FUNCINFO_PARAMINFOCOUNT ), in FunctionParamInfoIterator()
919 xFuncInfo->mpParamInfos = rFuncData.mpParamInfos; in initFunc()
/AOO42X/main/sc/source/filter/inc/
H A Dxlformula.hxx315 …XclFuncParamInfo mpParamInfos[ EXC_FUNCINFO_PARAMINFO_COUNT ]; /// Information for all paramete… member
/AOO42X/main/oox/inc/oox/xls/
H A Dformulabase.hxx503 const FunctionParamInfo* mpParamInfos; /// Information about all parameters. member
/AOO42X/main/sc/source/filter/excel/
H A Dxeformula.cxx182 mpParamInfo( rFuncInfo.mpParamInfos ) in XclExpFuncData()
211 …if( (static_cast< size_t >( mpParamInfo - mrFuncInfo.mpParamInfos + 1 ) < EXC_FUNCINFO_PARAMINFO_C… in IncParamInfoIdx()