Home
last modified time | relevance | path

Searched refs:VAR_ARGS (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dglobal.cxx1128 else if (nArgs >= VAR_ARGS) in ScFuncRes()
1129 nArgs -= VAR_ARGS - 1; in ScFuncRes()
1437 else if (nArgs >= VAR_ARGS) nArgs -= VAR_ARGS - 1; in Clear()
1477 if ( nArgCount < VAR_ARGS ) in GetParamList()
1504 sal_uInt16 nFix = nArgCount - VAR_ARGS; in GetParamList()
1633 else if (nArgs >= VAR_ARGS) in GetSuppressedArgCount()
1634 nArgs -= VAR_ARGS - 1; in GetSuppressedArgCount()
1643 else if (nArgCount >= VAR_ARGS) in GetSuppressedArgCount()
1644 nCount += VAR_ARGS - 1; in GetSuppressedArgCount()
1692 else if (nArgs >= VAR_ARGS) in fillVisibleArgumentMapping()
[all …]
/trunk/main/formula/source/ui/dlg/
H A Dparawin.cxx42 #define VAR_ARGS 30 macro
43 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS)
122 if ( nArgs < VAR_ARGS ) in UpdateArgDesc()
132 sal_uInt16 nFix = nArgs - VAR_ARGS; in UpdateArgDesc()
171 if ( nArgs < VAR_ARGS) in UpdateArgInput()
183 sal_uInt16 nFix = nArgs - VAR_ARGS; in UpdateArgInput()
/trunk/main/sc/source/ui/src/
H A Dscfuncs.src2623 VAR_ARGS; 0;
2647 VAR_ARGS; 0;
2672 VAR_ARGS; 0;
2792 VAR_ARGS; 0;
2816 VAR_ARGS; 0;
2840 VAR_ARGS; 0;
4300 VAR_ARGS; 0;
4324 VAR_ARGS; 0;
4476 VAR_ARGS; 0;
4824 VAR_ARGS; 0;
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx803 else if (nCount >= VAR_ARGS) in lcl_FillSequence()
804 nCount -= VAR_ARGS - 1; in lcl_FillSequence()
808 else if (nSeqCount >= VAR_ARGS) in lcl_FillSequence()
809 nSeqCount -= VAR_ARGS - 1; in lcl_FillSequence()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx918 if ( nArgs != VAR_ARGS && nArgs != PAIRED_VAR_ARGS ) in DoEnter()
924 else if (nArgs >= VAR_ARGS) in DoEnter()
925 nFix = nArgs - VAR_ARGS + 1; in DoEnter()
/trunk/main/sc/source/core/tool/
H A Dparclass.cxx427 else if ( nArgs >= VAR_ARGS ) in MergeArgumentsFromFunctionResource()
429 nArgs -= VAR_ARGS - 1; in MergeArgumentsFromFunctionResource()
H A Daddincol.cxx1375 rDesc.nArgCount += VAR_ARGS - 1; // VAR_ARGS means just one repeated arg in FillFunctionDescFromData()
/trunk/main/sc/inc/
H A Dsc.hrc39 #define VAR_ARGS 30 // variable Parameter in scfuncs.src
40 #define PAIRED_VAR_ARGS (VAR_ARGS + VAR_ARGS)

Completed in 76 milliseconds