Searched refs:cArgs (Results 1 – 6 of 6) sorted by relevance
284 dispparams.cArgs = 1; in setValue()1299 dispparams.cArgs = aParams.getLength(); in directInvoke()1366 ptrArgs.reset(new CComVariant[dispparams.cArgs]); in directInvoke()1377 revIndex = dispparams.cArgs - nInd - 1; in directInvoke()1709 dispparams.cArgs = nUnoArgs; in invokeWithDispIdComTlb()1716 dispparams.cArgs = nUnoArgs; in invokeWithDispIdComTlb()1718 dispparams.cArgs = aFuncDesc->cParams; in invokeWithDispIdComTlb()1814 ptrArgs.reset(new CComVariant[dispparams.cArgs]); in invokeWithDispIdComTlb()1815 ptrRefArgs.reset(new CComVariant[dispparams.cArgs]); in invokeWithDispIdComTlb()1820 for (i = 0; i < (sal_Int32) dispparams.cArgs; i++) in invokeWithDispIdComTlb()[all …]
357 sal_Int32 countArgs= pdispparams->cArgs; in convertDispparamsArgs()864 if (pdispparams->cArgs != 1) in Invoke()942 writeBackOutParameter2(&(pdispparams->rgvarg[pdispparams->cArgs - 1 - outindex]), in doInvoke()1130 … if( pdispparams->cArgs == 1 && SUCCEEDED( arg.ChangeType( VT_BSTR, &pdispparams->rgvarg[0])) ) in InvokeGeneral()1157 if( pdispparams->cArgs != 1) in InvokeGeneral()1480 if( FAILED( ret) && pdispparams->cArgs == 1) in Invoke()1524 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;
396 sal_Int32 cArgs = 3; in getJavaProps() local407 cArgs = 4; in getJavaProps()421 cArgs, //sal_uInt32 nArguments, in getJavaProps()
353 params.cArgs= 1; in outObject()
Completed in 53 milliseconds