Searched refs:OutParam (Results 1 – 10 of 10) sorted by relevance
/trunk/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 737 Sequence< Any >& OutParam) in invokeWithDispIdUnoTlb() 1036 OutParam.realloc( outParameterCount); in invokeWithDispIdUnoTlb() 1051 OutParam[outIndex++]= outAny; in invokeWithDispIdUnoTlb() 1065 OutParam[outParameterCount - 1 - outIndex++]= outAny; in invokeWithDispIdUnoTlb() 1658 Sequence< Any >& OutParam) in invokeWithDispIdComTlb() 2020 OutParam.realloc(outParamsCount); in invokeWithDispIdComTlb() 2060 OutParam[outParamIndex] = outAny; in invokeWithDispIdComTlb() 2064 OutParam.realloc(outParamIndex); in invokeWithDispIdComTlb()
|
H A D | oleobjw.hxx | 146 Sequence< Any >& OutParam); 151 Sequence< Any >& OutParam);
|
/trunk/main/extensions/source/resource/ |
H A D | resource.cxx | 84 …< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam) throw(IllegalArg… 226 Sequence< Any >& OutParam in invoke() 359 return xI->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
/trunk/main/extensions/workben/ |
H A D | pythonautotest.cxx | 75 Sequence< UsrAny >& OutParam) 128 Sequence< UsrAny >& OutParam) in invoke() 143 OutParam.getArray()[0].setINT32( i ); in invoke()
|
/trunk/main/sc/source/ui/vba/ |
H A D | vbawsfunction.hxx | 42 …uence< sal_Int16 >& OutParamIndex, css::uno::Sequence< css::uno::Any >& OutParam) throw(css::lang:…
|
H A D | vbaapplication.cxx | 156 …, uno::Sequence< sal_Int16 >& OutParamIndex, uno::Sequence< uno::Any >& OutParam) throw(lang::Ille… in invoke() argument 164 aAny = xWSF->invoke( FunctionName, Params, OutParamIndex, OutParam ); in invoke()
|
H A D | vbaapplication.hxx | 65 …uence< sal_Int16 >& OutParamIndex, css::uno::Sequence< css::uno::Any >& OutParam) throw(css::lang:…
|
/trunk/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 2367 Sequence< Any > OutParam; in TYPEINIT1() local 2368 … aRetAny = mxInvocation->invoke( pMeth->GetName(), args, OutParamIndex, OutParam ); in TYPEINIT1() 2374 const Any* pNewValues = OutParam.getConstArray(); in TYPEINIT1() 4059 …me, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam) 4115 Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam) in invoke() 4120 (void)OutParam ; in invoke()
|
/trunk/main/eventattacher/source/ |
H A D | eventattacher.cxx | 72 …e, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam)
|
/trunk/main/stoc/source/invocation/ |
H A D | invocation.cxx | 158 …e, const Sequence< Any >& Params, Sequence< sal_Int16 >& OutParamIndex, Sequence< Any >& OutParam)
|
Completed in 94 milliseconds