Home
last modified time | relevance | path

Searched refs:PAIRED_VAR_ARGS (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dglobal.cxx1126 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 …]
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx43 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS) macro
130 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()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx801 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()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx918 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()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx422 if ( nArgs >= PAIRED_VAR_ARGS ) in MergeArgumentsFromFunctionResource()
424 nArgs -= PAIRED_VAR_ARGS - 2; in MergeArgumentsFromFunctionResource()
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src48 * arguments following. Or PAIRED_VAR_ARGS if variable number of
49 * paired parameters, or PAIRED_VAR_ARGS+number if number of fixed
2945 PAIRED_VAR_ARGS+1; 0; 0; 0;
2986 PAIRED_VAR_ARGS+1; 0; 0; 0;
3027 PAIRED_VAR_ARGS; 0; 0;
/trunk/main/sc/inc/
H A Dsc.hrc40 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS)

Completed in 76 milliseconds