Home
last modified time | relevance | path

Searched refs:ppDefArgNames (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dglobal.cxx1183 pDesc->ppDefArgNames = new String*[nArgs]; in ScFuncRes()
1187 pDesc->ppDefArgNames[i] = new String(ScResId(2*(i+1) )); in ScFuncRes()
1305 pDesc->ppDefArgNames = new String*[nArgs]; in ScFunctionList()
1313 pDesc->ppDefArgNames[j] = new String( aArgName ); in ScFunctionList()
1319 pDesc->ppDefArgNames[j] = new String( aDefArgNameValue ); in ScFunctionList()
1322 pDesc->ppDefArgNames[j] = new String( aDefArgNameString ); in ScFunctionList()
1325 pDesc->ppDefArgNames[j] = new String( aDefArgNameValues ); in ScFunctionList()
1328 pDesc->ppDefArgNames[j] = new String( aDefArgNameStrings ); in ScFunctionList()
1331 pDesc->ppDefArgNames[j] = new String( aDefArgNameCells ); in ScFunctionList()
1334 pDesc->ppDefArgNames[j] = new String( aDefArgNameNone ); in ScFunctionList()
[all …]
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1351 rDesc.ppDefArgNames = new String*[nArgCount]; in FillFunctionDescFromData()
1356 rDesc.ppDefArgNames[nArg] = new String( pArgs[nArg].aName ); in FillFunctionDescFromData()
1362 if ( rDesc.ppDefArgNames[nArg]->Len() == 0 ) in FillFunctionDescFromData()
1366 *rDesc.ppDefArgNames[nArg] = aDefName; in FillFunctionDescFromData()
/trunk/main/sc/source/ui/unoobj/
H A Dappluno.cxx798 if (rDesc.ppDefArgNames && rDesc.ppDefArgDescs && rDesc.pDefArgFlags ) in lcl_FillSequence()
820 if (rDesc.ppDefArgNames[i]) aArgName = *rDesc.ppDefArgNames[i]; in lcl_FillSequence()
/trunk/main/sc/source/ui/formdlg/
H A Ddwfunctr.cxx914 aFirstArgStr = *(pDesc->ppDefArgNames[0]); in DoEnter()
934 String sTmp(*(pDesc->ppDefArgNames[nArg])); in DoEnter()
/trunk/main/sc/inc/
H A Dfuncdesc.hxx93 String **ppDefArgNames; // Parameter name(s) member in ScFuncDesc