Home
last modified time | relevance | path

Searched refs:method_td (Results 1 – 5 of 5) sorted by relevance

/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx679 typelib_InterfaceMethodTypeDescription const * method_td = in UNO_proxy_dispatch() local
684 while ( method_td->pBaseRef != 0 ) { in UNO_proxy_dispatch()
686 method_td->pBaseRef ); in UNO_proxy_dispatch()
690 method_td = reinterpret_cast< in UNO_proxy_dispatch()
694 typelib_InterfaceTypeDescription * iface_td = method_td->pInterface; in UNO_proxy_dispatch()
696 switch ( method_td->aBase.nPosition ) in UNO_proxy_dispatch()
806 that->m_javaI, iface_td, method_td->nIndex, 0, in UNO_proxy_dispatch()
807 method_td->pReturnTypeRef, in UNO_proxy_dispatch()
808 method_td->pParams, method_td->nParams, in UNO_proxy_dispatch()
H A Djni_java2uno.cxx540 typelib_InterfaceMethodTypeDescription * method_td = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() local
546 method_td->pReturnTypeRef, in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
547 method_td->nParams, method_td->pParams, in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call()
H A Djni_info.cxx127 typelib_InterfaceMethodTypeDescription * method_td = in JNI_interface_type_info() local
133 for ( sal_Int32 i = 0; i < method_td->nParams; ++i ) in JNI_interface_type_info()
136 method_td->pParams[ i ]; in JNI_interface_type_info()
142 JNI_info::append_sig( &sig_buf, method_td->pReturnTypeRef ); in JNI_interface_type_info()
147 &method_td->aBase.pMemberName ), in JNI_interface_type_info()
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx478 typelib_InterfaceMethodTypeDescription * method_td = in Invoke() local
489 method_td->pReturnTypeRef, method_td->nParams, in Invoke()
490 method_td->pParams, args, argTypes, &pExc); in Invoke()
491 return constructReturnMessage(cli_ret, args, method_td, in Invoke()
1128 typelib_InterfaceMethodTypeDescription * method_td = in cli_proxy_dispatch() local
1139 method_td->pReturnTypeRef, method_td->pParams, in cli_proxy_dispatch()
1140 method_td->nParams, in cli_proxy_dispatch()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx162 typelib_InterfaceMethodTypeDescription * method_td = in s_Proxy_dispatch() local
164 pReturnTypeRef = method_td->pReturnTypeRef; in s_Proxy_dispatch()
165 nParams = method_td->nParams; in s_Proxy_dispatch()
166 pParams = method_td->pParams; in s_Proxy_dispatch()

Completed in 72 milliseconds