Lines Matching refs:param

41  * @param *nLanguage
86 * @param nYear the year which should be checked
102 * @param nMonth the number of the Month
103 * @param nYear the year
129 * @param nDay the day of the Month
130 * @param nMonth the number of the Month
131 * @param nYear the Year
159 * @param nDay count of days from 01/01/0001
160 * @param *pDay pointer to a variable for the day of the month
161 * @param *pMonth pointer to a variable for the month
162 * @param *pYear pointer to a variable for the year
253 * @param *r - return value for the StarCalc function
254 * @param d1 - date value (in StarCalc representation based 12/30/1899), usually the older date
255 * @param d2 - date value (in StarCalc representation based 12/30/1899), usually the younger date
256 * @param dMode - mode of operation
298 * @param *r - return value for the StarCalc function
299 * @param d1 - date value, start date
300 * @param d2 - date value, end date
301 * @param dMode - mode of operation
345 * @param *r - return value for the StarCalc function
346 * @param d1 - date value, start date
347 * @param d2 - date value, end date
348 * @param dMode - mode of operation
381 * @param *r - return value for the StarCalc function
382 * @param d - date value (in StarCalc representation based 12/30/1899)
403 * @param *r - return value for the StarCalc function
404 * @param d - date value (in StarCalc representation based 12/30/1899)
435 * @param *r - return value for the StarCalc function
436 * @param d - date value (in StarCalc represantaion based 30.12.1899)
469 * @param *r - return value for the StarCalc function
470 * @param d - date value (in StarCalc represantaion based 30.12.1899)
498 * @param *nCount - returns the number of functions which are exported to StarCalc
513 * @param *nNo Input: Function number between 0 and nCount - 1
514 * @param *pFuncName Output: Functionname which should be called in the AddIn-DLL
515 …* @param *nParamCount Output: Number of Parameter. Must be greater than 0, because there's always …
516 …* @param *peType Output: Pointer to arrray with exactly 16 variables of typ Paramtype. nParamCount…
517 * @param *pInternalName Output: Functionname as seen by the Spreadsheet user
605 * @param *nNo Input Parameter, Function number between 0 and nCount - 1
606 * @param *nParam Parameter Number
607 * @param *pName Output: Name of the parameter
608 * @param *pDesc Output: Description of the parameter