Searched refs:PAIRED_VAR_ARGS (Results 1 – 7 of 7) sorted by relevance
1126 if (nArgs >= PAIRED_VAR_ARGS) in ScFuncRes()1127 nArgs -= PAIRED_VAR_ARGS - 2; in ScFuncRes()1436 if (nArgs >= PAIRED_VAR_ARGS) nArgs -= PAIRED_VAR_ARGS - 2; in Clear()1502 else if ( nArgCount < PAIRED_VAR_ARGS) in GetParamList()1529 sal_uInt16 nFix = nArgCount - PAIRED_VAR_ARGS; in GetParamList()1631 if (nArgs >= PAIRED_VAR_ARGS) in GetSuppressedArgCount()1632 nArgs -= PAIRED_VAR_ARGS - 2; in GetSuppressedArgCount()1641 if (nArgCount >= PAIRED_VAR_ARGS) in GetSuppressedArgCount()1642 nCount += PAIRED_VAR_ARGS - 2; in GetSuppressedArgCount()1690 if (nArgs >= PAIRED_VAR_ARGS) in fillVisibleArgumentMapping()[all …]
43 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS) macro130 else if ( nArgs < PAIRED_VAR_ARGS ) in UpdateArgDesc()146 sal_uInt16 nFix = nArgs - PAIRED_VAR_ARGS; in UpdateArgDesc()181 else if ( nArgs < PAIRED_VAR_ARGS) in UpdateArgInput()201 sal_uInt16 nFix = nArgs - PAIRED_VAR_ARGS; in UpdateArgInput()
918 if ( nArgs != VAR_ARGS && nArgs != PAIRED_VAR_ARGS ) in DoEnter()922 if (nArgs >= PAIRED_VAR_ARGS) in DoEnter()923 nFix = nArgs - PAIRED_VAR_ARGS + 2; in DoEnter()
801 if (nCount >= PAIRED_VAR_ARGS) in lcl_FillSequence()802 nCount -= PAIRED_VAR_ARGS - 2; in lcl_FillSequence()806 if (nSeqCount >= PAIRED_VAR_ARGS) in lcl_FillSequence()807 nSeqCount -= PAIRED_VAR_ARGS - 2; in lcl_FillSequence()
422 if ( nArgs >= PAIRED_VAR_ARGS ) in MergeArgumentsFromFunctionResource()424 nArgs -= PAIRED_VAR_ARGS - 2; in MergeArgumentsFromFunctionResource()
50 * arguments following. Or PAIRED_VAR_ARGS if variable number of51 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed2947 PAIRED_VAR_ARGS+1; 0; 0; 0;2988 PAIRED_VAR_ARGS+1; 0; 0; 0;3029 PAIRED_VAR_ARGS; 0; 0;
40 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS)
Completed in 52 milliseconds