Home
last modified time | relevance | path

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

/AOO42X/main/oox/inc/oox/xls/
H A Dformulabase.hxx366 FUNC_PARAM_NONE = 0, /// Default for an unspecified entry in a C-array. enumerator
/AOO42X/main/oox/source/xls/
H A Dformulabase.cxx795 static const FunctionParamInfo saInvalidInfo = { FUNC_PARAM_NONE, FUNC_PARAMCONV_ORG, false }; in getParamInfo()
814 if( (mpParamInfo + 1 < mpParamInfoEnd) && (mpParamInfo[ 1 ].meValid != FUNC_PARAM_NONE) ) in operator ++()