Home
last modified time | relevance | path

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

/trunk/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx94 void Bridge::handle_uno_exc( JNI_context const & jni, uno_Any * uno_exc ) const in handle_uno_exc()
96 if (typelib_TypeClass_EXCEPTION == uno_exc->pType->eTypeClass) in handle_uno_exc()
101 uno_exc->pData )->Message += jni.get_stack_trace(); in handle_uno_exc()
109 buf.append( OUString::unacquired( &uno_exc->pType->pTypeName ) ); in handle_uno_exc()
113 uno_exc->pData )->Message ); in handle_uno_exc()
125 jni, &java_exc, uno_exc->pData, uno_exc->pType, 0, in handle_uno_exc()
130 uno_any_destruct( uno_exc, 0 ); in handle_uno_exc()
133 uno_any_destruct( uno_exc, 0 ); in handle_uno_exc()
156 OUString::unacquired( &uno_exc->pType->pTypeName ) + in handle_uno_exc()
158 uno_any_destruct( uno_exc, 0 ); in handle_uno_exc()
[all …]
H A Djni_uno2java.cxx59 void * uno_ret, void * uno_args[], uno_Any ** uno_exc )
70 JLocalAutoRef const & jo_exc, uno_Any * uno_exc ) const in handle_java_exc()
118 uno_exc->pType = td.get()->pWeakRef; in handle_java_exc()
119 uno_exc->pData = uno_data.release(); in handle_java_exc()
129 uno_exc->pData )->Message ); in handle_java_exc()
143 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const in call_java()
327 handle_java_exc( jni, jo_exc, *uno_exc ); in call_java()
412 *uno_exc = 0; in call_java()
612 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) in UNO_proxy_dispatch() argument
665 0, uno_args, uno_exc ); in UNO_proxy_dispatch()
[all …]
H A Djni_bridge.h91 JNI_context const & jni, uno_Any * uno_exc ) const;
98 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const;
106 JLocalAutoRef const & jo_exc, uno_Any * uno_exc ) const;
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx126 uno_Any * uno_exc = &uno_exc_holder; in call_uno() local
129 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
131 if (0 == uno_exc) in call_uno()
208 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const in call_cli()
232 (*uno_exc)->pType= td.get()->pWeakRef; in call_cli()
233 (*uno_exc)->pData= memExc.release(); in call_cli()
280 *uno_exc = 0; 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
1021 uno_ret, 0, uno_exc ); in cli_proxy_dispatch()
1042 0, uno_args, uno_exc ); in cli_proxy_dispatch()
1106 *uno_exc = 0; in cli_proxy_dispatch()
1114 *uno_exc = 0; in cli_proxy_dispatch()
1120 *uno_exc = 0; in cli_proxy_dispatch()
1124 *uno_exc = 0; in cli_proxy_dispatch()
1141 uno_ret, uno_args, uno_exc); in cli_proxy_dispatch()
1162 uno_type_any_construct( *uno_exc, &exc, exc_type.getTypeLibType(), 0); in cli_proxy_dispatch()
H A Dcli_bridge.h106 void * uno_ret, void * uno_args [], uno_Any ** uno_exc ) const;