Searched refs:OutParamIndex (Results 1 – 10 of 10) sorted by relevance
/trunk/main/extensions/source/resource/ |
H A D | resource.cxx | 84 …& FunctionName, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any… 225 Sequence< sal_Int16 >& OutParamIndex, in invoke() 359 return xI->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
/trunk/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 736 Sequence< sal_Int16 >& OutParamIndex, in invokeWithDispIdUnoTlb() 1035 OutParamIndex.realloc( outParameterCount); in invokeWithDispIdUnoTlb() 1045 OutParamIndex[outIndex]= (sal_Int16) i; in invokeWithDispIdUnoTlb() 1657 Sequence< sal_Int16 >& OutParamIndex, in invokeWithDispIdComTlb() 2019 OutParamIndex.realloc(outParamsCount); in invokeWithDispIdComTlb() 2061 … OutParamIndex[outParamIndex] = ::sal::static_int_cast< sal_Int16, int >( paramIndex ); in invokeWithDispIdComTlb() 2065 OutParamIndex.realloc(outParamIndex); in invokeWithDispIdComTlb()
|
H A D | oleobjw.hxx | 145 Sequence<sal_Int16 >& OutParamIndex, 150 Sequence< sal_Int16 >& OutParamIndex,
|
/trunk/main/extensions/workben/ |
H A D | pythonautotest.cxx | 74 Sequence< INT16 >& OutParamIndex, 127 Sequence< INT16 >& OutParamIndex, in invoke()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbawsfunction.hxx | 42 …::Sequence< css::uno::Any >& Params, css::uno::Sequence< sal_Int16 >& OutParamIndex, css::uno::Seq…
|
H A D | vbaapplication.cxx | 156 … const uno::Sequence< uno::Any >& Params, uno::Sequence< sal_Int16 >& OutParamIndex, uno::Sequence… in invoke() argument 164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
H A D | vbaapplication.hxx | 65 …::Sequence< css::uno::Any >& Params, css::uno::Sequence< sal_Int16 >& OutParamIndex, css::uno::Seq…
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2366 Sequence< sal_Int16 > OutParamIndex; in TYPEINIT1() local 2368 … aRetAny = mxInvocation->invoke( pMeth->GetName(), args, OutParamIndex, OutParam ); in TYPEINIT1() 2370 const sal_Int16* pIndices = OutParamIndex.getConstArray(); in TYPEINIT1() 2371 sal_uInt32 nLen = OutParamIndex.getLength(); in TYPEINIT1() 4059 …& FunctionName, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any… 4115 Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam) in invoke() 4119 (void)OutParamIndex; in invoke()
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 72 …& FunctionName, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any…
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 158 …& FunctionName, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any…
|
Completed in 144 milliseconds