Home
last modified time | relevance | path

Searched refs:pUnoI (Results 51 – 64 of 64) sorted by relevance

123

/aoo42x/main/bridges/source/jni_uno/
H A Djni_data.cxx1201 *(uno_Interface **)uno_data = pUnoI; in map_to_uno()
1765 uno_Interface * pUnoI = (uno_Interface *)pAny->pReserved; in map_to_java() local
1768 if (0 != pUnoI) in map_to_java()
1772 jni, pUnoI, in map_to_java()
1782 if (0 != pUnoI) in map_to_java()
2465 uno_Interface * pUnoI = pp[ nPos ]; in map_to_java() local
2466 if (0 != pUnoI) in map_to_java()
2469 jni, map_to_java( jni, pUnoI, iface_info ) ); in map_to_java()
2528 uno_Interface * pUnoI = *(uno_Interface * const *)uno_data; in map_to_java() local
2529 if (0 != pUnoI) in map_to_java()
[all …]
H A Djni_bridge.h101 uno_Interface * pUnoI, JNI_interface_type_info const * info ) const;
109 uno_Interface * pUnoI, typelib_TypeDescription * member_td,
/aoo42x/main/binaryurp/source/
H A Dproxy.cxx61 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface() argument
64 OSL_ASSERT(pUnoI != 0); in proxy_dispatchInterface()
65 static_cast< Proxy * >(pUnoI)->do_dispatch( in proxy_dispatchInterface()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_uno.cxx47 System::Object* Bridge::call_uno(uno_Interface * pUnoI, in call_uno() argument
129 (*pUnoI->pDispatcher)( pUnoI, member_td, uno_ret, uno_args, &uno_exc ); in call_uno()
H A Dcli_data.cxx76 System::Object* Bridge::map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription *pTD) c… in map_uno2cli() argument
81 (*m_uno_env->getObjectIdentifier)( m_uno_env, &pOid, pUnoI ); in map_uno2cli()
103 p->addUnoInterface(pUnoI, pTD); in map_uno2cli()
109 (Bridge *) this, pUnoI, pTD, oid ); in map_uno2cli()
1458 uno_Interface * pUnoI = map_cli2uno(cli_data, td.get()); in map_to_uno() local
1459 *(uno_Interface **)uno_data = pUnoI; in map_to_uno()
1985 uno_Interface * pUnoI = *(uno_Interface * const *)uno_data; in map_to_cli() local
1986 if (0 != pUnoI) in map_to_cli()
1989 *cli_data= map_uno2cli( pUnoI, reinterpret_cast< in map_to_cli()
H A Dcli_bridge.h92 System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const;
94 System::Object* Bridge::call_uno(uno_Interface * pUnoI,
/aoo42x/main/cppu/source/uno/
H A Ddata.cxx56 void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType ) in binuno_queryInterface() argument
80 (*((uno_Interface *) pUnoI)->pDispatcher)( in binuno_queryInterface()
81 (uno_Interface *) pUnoI, g_pQITD, &aRet, aArgs, &pExc ); in binuno_queryInterface()
H A Dprim.hxx161 void * pUnoI, typelib_TypeDescriptionReference * pDestType );
/aoo42x/main/cppuhelper/source/
H A Dexc_thrower.cxx85 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in ExceptionThrower_dispatch() argument
106 reinterpret_cast< uno_Any * >( pReturn ), &pUnoI, pTD, 0 ); in ExceptionThrower_dispatch()
/aoo42x/main/cppu/inc/uno/
H A Dmapping.hxx312 inline sal_Bool mapToCpp( Reference< C > * ppRet, uno_Interface * pUnoI ) SAL_THROW( () ) in mapToCpp() argument
319 (void **)ppRet, pUnoI, ::cppu::getTypeFavourUnsigned( ppRet ) ); in mapToCpp()
H A Ddispatcher.h54 struct _uno_Interface * pUnoI,
/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx160 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberTypeDescr, pUnoReturn, pUnoArgs, &pUnoExc ); in cpp2uno_call()
/aoo42x/main/cppu/source/helper/purpenv/
H A DProxy.hxx61 uno_Interface * pUnoI,
/aoo42x/main/bridges/inc/bridges/cpp_uno/shared/
H A Dbridge.hxx118 uno_Mapping * pMapping, void ** ppCppI, void * pUnoI,

Completed in 63 milliseconds

123