Home
last modified time | relevance | path

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

/aoo41x/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx271 *(sal_Unicode *)uno_ret = in call_java()
275 *(sal_Bool *)uno_ret = in call_java()
279 *(sal_Int8 *)uno_ret = in call_java()
284 *(sal_Int16 *)uno_ret = in call_java()
289 *(sal_Int32 *)uno_ret = in call_java()
294 *(sal_Int64 *)uno_ret = in call_java()
298 *(float *)uno_ret = in call_java()
302 *(double *)uno_ret = in call_java()
653 if (0 == uno_ret) // is setter method in UNO_proxy_dispatch()
673 uno_ret, 0, uno_exc ); in UNO_proxy_dispatch()
[all …]
H A Djni_java2uno.cxx271 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
307 uno_type_destructData( uno_ret, return_type, 0 ); in call_uno()
332 jni, &java_ret, uno_ret, return_type, 0, in call_uno()
338 uno_type_destructData( uno_ret, return_type, 0 ); in call_uno()
347 uno_type_destructData( uno_ret, return_type, 0 ); in call_uno()
465 uno_Any uno_ret; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
472 &uno_ret, uno_args, &uno_exc ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
476 if (typelib_TypeClass_INTERFACE == uno_ret.pType->eTypeClass) in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
479 (uno_Interface *) uno_ret.pReserved; in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
489 uno_any_destruct( &uno_ret, 0 ); in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
[all …]
H A Djni_bridge.h98 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const;
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx82 void * uno_ret= NULL; in call_uno() local
84 uno_ret = (mem + (nParams * sizeof (void *))); in call_uno()
129 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
154 uno_type_destructData( uno_ret, return_type, 0 ); in call_uno()
174 &cli_ret, uno_ret, return_type, 0, false); in call_uno()
175 uno_type_destructData(uno_ret, return_type, 0); in call_uno()
180 uno_type_destructData(uno_ret, return_type, 0); in call_uno()
208 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const in call_cli() argument
277 uno_ret, retInvoke, return_type, false /* no assign */); in call_cli()
H A Dcli_proxy.cxx66 void * uno_ret, void * uno_args[], uno_Any ** uno_exc )
982 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) in cli_proxy_dispatch() argument
1008 if (uno_ret) // is getter method in cli_proxy_dispatch()
1021 uno_ret, 0, uno_exc ); in cli_proxy_dispatch()
1098 (uno_Any *)uno_ret, &pUnoI, demanded_td.get(), 0 ); in cli_proxy_dispatch()
1103 uno_any_construct( (uno_Any *)uno_ret, 0, 0, 0 ); in cli_proxy_dispatch()
1111 reinterpret_cast< uno_Any * >( uno_ret ), in cli_proxy_dispatch()
1141 uno_ret, uno_args, uno_exc); in cli_proxy_dispatch()
H A Dcli_bridge.h106 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const;

Completed in 337 milliseconds