Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/core/tool/
H A Dcallform.cxx109 for (sal_uInt16 i = 0; i < MAXFUNCPARAM; i++) in FuncData()
129 for (sal_uInt16 i = 0; i < MAXFUNCPARAM; i++) in FuncData()
144 for (sal_uInt16 i = 0; i < MAXFUNCPARAM; i++) in FuncData()
267 ParamType eParamType[MAXFUNCPARAM]; in InitExternalFunc()
273 for ( sal_uInt16 j=0; j<MAXFUNCPARAM; j++ ) in InitExternalFunc()
H A Dinterpr4.cxx2159 if (nParamCount <= MAXFUNCPARAM && nParamCount == pFuncData->GetParamCount() - 1) in ScExternal()
2161 ParamType eParamType[MAXFUNCPARAM]; in ScExternal()
2162 void* ppParam[MAXFUNCPARAM]; in ScExternal()
2163 double nVal[MAXFUNCPARAM]; in ScExternal()
2164 sal_Char* pStr[MAXFUNCPARAM]; in ScExternal()
2165 sal_uInt8* pCellArr[MAXFUNCPARAM]; in ScExternal()
2168 for (i = 0; i < MAXFUNCPARAM; i++) in ScExternal()
2334 for (i = 0; i < MAXFUNCPARAM; i++) in ScExternal()
/aoo4110/main/sc/inc/
H A Dcallform.hxx30 #define MAXFUNCPARAM 16 macro
66 ParamType eParamType[MAXFUNCPARAM];

Completed in 39 milliseconds