Searched refs:demanded_td (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 700 TypeDescr demanded_td( in UNO_proxy_dispatch() local 704 demanded_td.get()->eTypeClass) in UNO_proxy_dispatch() 715 (typelib_InterfaceTypeDescription *)demanded_td.get() ); in UNO_proxy_dispatch() 727 jni_info->get_type_info( jni, demanded_td.get() ) ); in UNO_proxy_dispatch() 773 demanded_td.get(), 0 ); in UNO_proxy_dispatch() 790 &pInterface, demanded_td.get(), 0 ); in UNO_proxy_dispatch()
|
/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 1065 TypeDescr demanded_td( in cli_proxy_dispatch() local 1069 != demanded_td.get()->eTypeClass) in cli_proxy_dispatch() 1079 (typelib_InterfaceTypeDescription *)demanded_td.get() ); in cli_proxy_dispatch() 1084 mapUnoType(demanded_td.get()); in cli_proxy_dispatch() 1096 proxy->m_cliI, demanded_td.get() ); in cli_proxy_dispatch() 1098 (uno_Any *)uno_ret, &pUnoI, demanded_td.get(), 0 ); in cli_proxy_dispatch() 1112 &pInterface, demanded_td.get(), 0 ); in cli_proxy_dispatch()
|
Completed in 17 milliseconds