Lines Matching refs:params
309 Sequence< Any > params; in test_corefl() local
314 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
325 Sequence< Any > params(2); in test_corefl() local
327 params.getArray()[0].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()
328 params.getArray()[1].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()
332 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
336 Sequence< Any > params(2); in test_corefl() local
338 params.getArray()[0].setValue(&aStructA, ::getCppuType( (const StructA *)0 )); in test_corefl()
339 params.getArray()[1].setValue(&aStructA, ::getCppuType( (const StructA *)0 )); in test_corefl()
343 …mAscii("ModuleC.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params); in test_corefl()
351 Sequence< Any > params(2); in test_corefl() local
353 params.getArray()[0].setValue(&aStructC, ::getCppuType( (const StructC *)0 )); in test_corefl()
354 params.getArray()[1].setValue(&aStructA, ::getCppuType( (const StructA *)0 )); in test_corefl()
358 …C.XInterfaceA"))->getMethod(OUString::createFromAscii("methodC"))->invoke(a, params).getValueType() in test_corefl()