Home
last modified time | relevance | path

Searched refs:cArgs (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/extensions/source/ole/
H A Doleobjw.cxx284 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 …]
H A Dunoobjw.cxx357 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()
/aoo41x/main/qadevOOo/tests/java/ifc/system/
H A D_XSystemShellExecute.java57 String cArgs = "-classpath " + cClassPath + in _execute() local
64 log.println("Executing : '"+cmd+" " + cArgs + "'"); in _execute()
66 oObj.execute(cmd, cArgs, 1); in _execute()
/aoo41x/main/solenv/bin/
H A Dmake_ext_update_info.pl105 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;
/aoo41x/main/jvmfwk/plugins/sunmajor/pluginlib/
H A Dutil.cxx396 sal_Int32 cArgs = 3; in getJavaProps() local
407 cArgs = 4; in getJavaProps()
421 cArgs, //sal_uInt32 nArguments, in getJavaProps()
/aoo41x/main/extensions/test/ole/MfcControl/
H A DMfcControlCtl.cpp353 params.cArgs= 1; in outObject()

Completed in 56 milliseconds