Home
last modified time | relevance | path

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

/aoo41x/main/oox/inc/oox/xls/
H A Dformulabase.hxx465 struct FunctionParamInfo struct
505 const FunctionParamInfo* mpParamInfos; /// Information about all parameters.
530 const FunctionParamInfo& getParamInfo() const;
536 const FunctionParamInfo* mpParamInfo;
537 const FunctionParamInfo* mpParamInfoEnd;
/aoo41x/main/oox/source/xls/
H A Dformulabase.cxx241FunctionParamInfo mpParamInfos[ FUNCINFO_PARAMINFOCOUNT ]; /// Information about all parameters.
793 const FunctionParamInfo& FunctionParamInfoIterator::getParamInfo() const in getParamInfo()
795 static const FunctionParamInfo saInvalidInfo = { FUNC_PARAM_NONE, FUNC_PARAMCONV_ORG, false }; in getParamInfo()

Completed in 37 milliseconds