Searched refs:cArgs (Results 1 – 6 of 6) sorted by relevance
278 dispparams.cArgs = 1; in setValue()1288 dispparams.cArgs = aParams.getLength(); in directInvoke()1308 for ( size_t nInd = 0; nInd < dispparams.cArgs; nInd++ ) in directInvoke()1355 ptrArgs.reset(new CComVariant[dispparams.cArgs]); in directInvoke()1356 ptrRefArgs.reset(new CComVariant[dispparams.cArgs]); in directInvoke()1364 for ( nInd = 0; nInd < sal_Int32(dispparams.cArgs); nInd++) in directInvoke()1366 revIndex = dispparams.cArgs - nInd - 1; in directInvoke()1697 dispparams.cArgs = nUnoArgs; in invokeWithDispIdComTlb()1704 dispparams.cArgs = nUnoArgs; in invokeWithDispIdComTlb()1706 dispparams.cArgs = aFuncDesc->cParams; in invokeWithDispIdComTlb()[all …]
357 sal_Int32 countArgs= pdispparams->cArgs; in convertDispparamsArgs()862 if (pdispparams->cArgs != 1) in Invoke()940 writeBackOutParameter2(&(pdispparams->rgvarg[pdispparams->cArgs - 1 - outindex]), in doInvoke()1128 … if( pdispparams->cArgs == 1 && SUCCEEDED( arg.ChangeType( VT_BSTR, &pdispparams->rgvarg[0])) ) in InvokeGeneral()1155 if( pdispparams->cArgs != 1) in InvokeGeneral()1478 if( FAILED( ret) && pdispparams->cArgs == 1) in Invoke()1522 if( FAILED( ret) && pdispparams->cArgs == 1) in Invoke()
57 String cArgs = "-classpath " + cClassPath + in _execute() local64 log.println("Executing : '"+cmd+" " + cArgs + "'"); in _execute()66 oObj.execute(cmd, cArgs, 1); in _execute()
105 my $cArgs = scalar @ARGV;106 die "You need to provide a description.xml\n\n$helptext" if $cArgs ==0;109 die "Too many arguments.\n\n$helptext" if $cArgs > 1;
402 sal_Int32 cArgs = 3; in getJavaProps() local413 cArgs = 4; in getJavaProps()427 cArgs, //sal_uInt32 nArguments, in getJavaProps()
353 params.cArgs= 1; in outObject()