/aoo4110/main/cppu/inc/uno/ |
H A D | dispatcher.hxx | 49 uno_Interface * m_pUnoI; 57 inline UnoInterfaceReference( uno_Interface * pUnoI ); 60 inline uno_Interface * get() const in get() 64 uno_Interface * pUnoI ); 66 uno_Interface * pUnoI, __sal_NoAcquire ); 73 uno_Interface * pUnoI ) in operator =() 83 inline bool operator == ( uno_Interface * ); // not impl 84 inline bool operator != ( uno_Interface * ); // not impl 102 uno_Interface * pUnoI, __sal_NoAcquire ) in UnoInterfaceReference() 126 uno_Interface * pUnoI ) in set() [all …]
|
/aoo4110/main/testtools/source/performance/ |
H A D | pseudo.cxx | 54 struct pseudo_unoInterfaceProxy : public uno_Interface 60 uno_Interface * pUnoI; // wrapped interface 66 uno_Interface * pUnoI_, 72 uno_Interface * pUnoI, in pseudo_unoInterfaceProxy_dispatch() 87 reinterpret_cast< uno_Interface * >( pProxy ) ); in pseudo_unoInterfaceProxy_free() 107 void * pThis = static_cast< uno_Interface * >( pUnoI ); in pseudo_unoInterfaceProxy_acquire() 128 pseudo_Mapping * pPseudoMapping_, uno_Interface * pUnoI_, in pseudo_unoInterfaceProxy() 143 uno_Interface::acquire = pseudo_unoInterfaceProxy_acquire; in pseudo_unoInterfaceProxy() 144 uno_Interface::release = pseudo_unoInterfaceProxy_release; in pseudo_unoInterfaceProxy() 156 (*reinterpret_cast< uno_Interface * >( *ppOut )->release)( in pseudo_Mapping_mapInterface() [all …]
|
/aoo4110/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 124 uno_Interface * pUnoI, in s_Proxy_dispatch() 185 Proxy * pThis = static_cast<Proxy * >(reinterpret_cast<uno_Interface *>(pProxy)); in Proxy_free() 190 static void SAL_CALL s_Proxy_acquire(uno_Interface * pUnoI) SAL_THROW_EXTERN_C() in s_Proxy_acquire() 196 static void SAL_CALL s_Proxy_release(uno_Interface * pUnoI) SAL_THROW_EXTERN_C() in s_Proxy_release() 204 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_acquireAndRegister_v() 217 uno_Interface * pUnoI, in Proxy() 246 uno_Interface::acquire = s_Proxy_acquire; in Proxy() 247 uno_Interface::release = s_Proxy_release; in Proxy() 248 uno_Interface::pDispatcher = s_Proxy_dispatch; in Proxy() 254 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_releaseAndRevoke_v() [all …]
|
H A D | helper_purpenv_Mapping.cxx | 72 uno_Interface ** ppOut, 73 uno_Interface * pUnoI, 82 uno_Interface ** ppOut, in s_mapInterface() 83 uno_Interface * pUnoI, in s_mapInterface() 111 uno_Interface * pUnoI = va_arg(*pParam, uno_Interface *); in s_getIdentifier_v() 149 uno_Interface ** ppOut, in mapInterface() 150 uno_Interface * pUnoI, in mapInterface() 175 uno_Interface * pProxy = new Proxy(this, in mapInterface()
|
H A D | Proxy.hxx | 39 class SAL_DLLPRIVATE Proxy : public uno_Interface 50 uno_Interface * m_pUnoI; // wrapped interface 61 uno_Interface * pUnoI,
|
/aoo4110/main/bridges/inc/bridges/cpp_uno/shared/ |
H A D | unointerfaceproxy.hxx | 48 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberDescr, 55 extern "C" typedef void SAL_CALL AcquireProxy(uno_Interface *); typedef 59 extern "C" typedef void SAL_CALL ReleaseProxy(uno_Interface *); typedef 65 class UnoInterfaceProxy: public uno_Interface { 102 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberDescr, 105 friend void SAL_CALL acquireProxy(uno_Interface * pUnoI); 107 friend void SAL_CALL releaseProxy(uno_Interface * pUnoI);
|
H A D | cppinterfaceproxy.hxx | 55 Bridge * pBridge, uno_Interface * pUnoI, 62 uno_Interface * getUnoI() { return pUnoI; } in getUnoI() 77 Bridge * pBridge_, uno_Interface * pUnoI_, 90 uno_Interface * pUnoI; // wrapped interface
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 58 void SAL_CALL cli_proxy_acquire( uno_Interface * pUnoI ) 61 void SAL_CALL cli_proxy_release( uno_Interface * pUnoI ) 115 uno_Interface * pUnoI, in UnoInterfaceProxy() 157 uno_Interface * pUnoI, in create() 671 uno_Interface::acquire = cli_proxy_acquire; in CliProxy() 672 uno_Interface::release = cli_proxy_release; in CliProxy() 673 uno_Interface::pDispatcher = cli_proxy_dispatch; in CliProxy() 885 uno_Interface* CliProxy::create(Bridge const * bridge, in create() 890 uno_Interface* proxy= static_cast<uno_Interface*>( in create() 962 void SAL_CALL cli_proxy_acquire( uno_Interface * pUnoI ) in cli_proxy_acquire() [all …]
|
H A D | cli_proxy.h | 51 UnoInterfaceInfo(Bridge const * bridge, uno_Interface* unoI, 54 uno_Interface * m_unoI; // wrapped interface 105 uno_Interface * pUnoI, 117 void addUnoInterface(uno_Interface* pUnoI, 142 uno_Interface * pUnoI, 175 struct CliProxy: public uno_Interface 243 static uno_Interface* create(Bridge const * bridge,
|
H A D | cli_bridge.cxx | 80 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_cli2uno() 87 uno_Interface * pUnoI = *(uno_Interface **)ppUnoI; in Mapping_cli2uno() 136 uno_Interface * pUnoI = (uno_Interface *)pIn; in Mapping_uno2cli()
|
H A D | cli_bridge.h | 92 System::Object* map_uno2cli(uno_Interface * pUnoI, typelib_InterfaceTypeDescription* pTD) const; 94 System::Object* Bridge::call_uno(uno_Interface * pUnoI, 108 uno_Interface * map_cli2uno(
|
/aoo4110/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 85 pBridge, reinterpret_cast< uno_Interface * >( pUnoI ), pTypeDescr, pOId ); in cppu_Mapping_uno2cpp() 125 cppu_Bridge * pBridge_, uno_Interface * pUnoI_, in cppu_cppInterfaceProxy() 154 reinterpret_cast< uno_Interface * >( pProxy ) ); in cppu_unoInterfaceProxy_free() 168 inline void SAL_CALL cppu_unoInterfaceProxy_acquire( uno_Interface * pUnoI ) SAL_THROW( () ) in cppu_unoInterfaceProxy_acquire() 189 inline void SAL_CALL cppu_unoInterfaceProxy_release( uno_Interface * pUnoI ) SAL_THROW( () ) in cppu_unoInterfaceProxy_release() 206 (*reinterpret_cast< uno_Interface * >( *ppUnoI )->release)( in cppu_Mapping_cpp2uno() 207 reinterpret_cast< uno_Interface * >( *ppUnoI ) ); in cppu_Mapping_cpp2uno() 226 uno_Interface * pSurrogate = new cppu_unoInterfaceProxy( in cppu_Mapping_cpp2uno() 260 uno_Interface::acquire = cppu_unoInterfaceProxy_acquire; in cppu_unoInterfaceProxy() 261 uno_Interface::release = cppu_unoInterfaceProxy_release; in cppu_unoInterfaceProxy() [all …]
|
/aoo4110/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 49 void SAL_CALL UNO_proxy_acquire( uno_Interface * pUnoI ) 53 void SAL_CALL UNO_proxy_release( uno_Interface * pUnoI ) 420 struct UNO_proxy : public uno_Interface 469 uno_Interface::acquire = UNO_proxy_acquire; in UNO_proxy() 470 uno_Interface::release = UNO_proxy_release; in UNO_proxy() 471 uno_Interface::pDispatcher = UNO_proxy_dispatch; in UNO_proxy() 505 uno_Interface * Bridge::map_to_uno( in map_to_uno() 512 uno_Interface * pUnoI = 0; in map_to_uno() 594 void SAL_CALL UNO_proxy_acquire( uno_Interface * pUnoI ) in UNO_proxy_acquire() 602 void SAL_CALL UNO_proxy_release( uno_Interface * pUnoI ) in UNO_proxy_release() [all …]
|
H A D | jni_bridge.cxx | 68 uno_Interface ** ppUnoI = (uno_Interface **)ppOut; in Mapping_map_to_uno() 78 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() 98 uno_Interface * pUnoI = bridge->map_to_uno( jni, javaI, info ); in Mapping_map_to_uno() 101 uno_Interface * p = *(uno_Interface **)ppUnoI; in Mapping_map_to_uno() 135 uno_Interface * pUnoI = (uno_Interface *)pIn; in Mapping_map_to_java()
|
H A D | jni_java2uno.cxx | 45 uno_Interface * pUnoI, JNI_interface_type_info const * info ) const in map_to_java() 174 uno_Interface * pUnoI, typelib_TypeDescription * member_td, in call_uno() 461 uno_Interface * pUnoI = reinterpret_cast< uno_Interface * >( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 478 uno_Interface * pUnoRet = 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() 508 uno_Interface * pUnoI = in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 509 reinterpret_cast< uno_Interface * >( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_dispatch_1call() 669 uno_Interface * pUnoI = reinterpret_cast< uno_Interface * >( in Java_com_sun_star_bridges_jni_1uno_JNI_1proxy_finalize__J()
|
H A D | jni_data.cxx | 201 uno_Interface * p = *static_cast< uno_Interface ** >(uno_data); in createDefaultUnoValue() 206 *static_cast< uno_Interface ** >(uno_data) = 0; in createDefaultUnoValue() 1181 uno_Interface * p = *(uno_Interface **)uno_data; in map_to_uno() 1185 *(uno_Interface **)uno_data = 0; in map_to_uno() 1193 uno_Interface * pUnoI = map_to_uno( jni, java_data.l, iface_info ); in map_to_uno() 1196 uno_Interface * p = *(uno_Interface **)uno_data; in map_to_uno() 1200 *(uno_Interface **)uno_data = pUnoI; in map_to_uno() 1764 uno_Interface * pUnoI = (uno_Interface *)pAny->pReserved; in map_to_java() 2461 uno_Interface ** pp = (uno_Interface **)seq->elements; in map_to_java() 2464 uno_Interface * pUnoI = pp[ nPos ]; in map_to_java() [all …]
|
H A D | jni_bridge.h | 101 uno_Interface * pUnoI, JNI_interface_type_info const * info ) const; 109 uno_Interface * pUnoI, typelib_TypeDescription * member_td, 113 uno_Interface * map_to_uno(
|
/aoo4110/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 146 ret.set( *reinterpret_cast< uno_Interface ** >(ret_val.pData), in binuno_queryInterface() 194 struct binuno_Proxy : public uno_Interface 217 reinterpret_cast< uno_Interface * >( pProxy ) ); in binuno_proxy_free() 223 static void SAL_CALL binuno_proxy_acquire( uno_Interface * pUnoI ) in binuno_proxy_acquire() 242 static void SAL_CALL binuno_proxy_release( uno_Interface * pUnoI ) in binuno_proxy_release() 256 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in binuno_proxy_dispatch() 312 uno_Interface::acquire = binuno_proxy_acquire; in binuno_Proxy() 313 uno_Interface::release = binuno_proxy_release; in binuno_Proxy() 314 uno_Interface::pDispatcher = binuno_proxy_dispatch; in binuno_Proxy()
|
/aoo4110/main/cppuhelper/source/ |
H A D | exc_thrower.cxx | 52 struct ExceptionThrower : public uno_Interface, XExceptionThrower 79 static void SAL_CALL ExceptionThrower_acquire_release_nop( uno_Interface * ) in ExceptionThrower_acquire_release_nop() argument 85 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in ExceptionThrower_dispatch() 181 uno_Interface::acquire = ExceptionThrower_acquire_release_nop; in ExceptionThrower() 182 uno_Interface::release = ExceptionThrower_acquire_release_nop; in ExceptionThrower() 183 uno_Interface::pDispatcher = ExceptionThrower_dispatch; in ExceptionThrower() 232 static_cast< uno_Interface * >( ExceptionThrower::get() ), in throwException()
|
/aoo4110/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 121 uno_Interface * m_pConverter; 157 struct InterfaceAdapterImpl : public uno_Interface 168 uno_Interface * m_pReceiver; // XInvocation receiver 600 static void SAL_CALL adapter_acquire( uno_Interface * pUnoI ) in adapter_acquire() 605 static void SAL_CALL adapter_release( uno_Interface * pUnoI ) in adapter_release() 611 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in adapter_dispatch() 634 uno_Interface * pUnoI2 = &that->m_pInterfaces[nPos]; in adapter_dispatch() 715 m_pReceiver = (uno_Interface *)m_pFactory->m_aCpp2Uno.mapInterface( in AdapterImpl() 752 m_pConverter = (uno_Interface *)m_aCpp2Uno.mapInterface( in FactoryImpl() 909 uno_Interface * pUnoI = &that->m_pInterfaces[ 0 ]; in createAdapter()
|
/aoo4110/main/cppu/source/uno/ |
H A D | prim.hxx | 93 (*((uno_Interface *)p)->acquire)( (uno_Interface *)p ); in _acquire() 108 (*((uno_Interface *)p)->release)( (uno_Interface *)p ); in _release()
|
H A D | data.cxx | 80 (*((uno_Interface *) pUnoI)->pDispatcher)( in binuno_queryInterface() 81 (uno_Interface *) pUnoI, g_pQITD, &aRet, aArgs, &pExc ); in binuno_queryInterface() 83 uno_Interface * ret = 0; in binuno_queryInterface() 95 ret = (uno_Interface *) aRet.pReserved; // serving acquired interface in binuno_queryInterface()
|
/aoo4110/main/bridges/source/cpp_uno/shared/ |
H A D | bridge.cxx | 68 (*reinterpret_cast< uno_Interface * >( *ppUnoI )->release)( in cpp2unoMapping() 69 reinterpret_cast< uno_Interface * >( *ppUnoI ) ); in cpp2unoMapping() 89 uno_Interface * pSurrogate in cpp2unoMapping() 137 pBridge, static_cast< uno_Interface * >( pUnoI ), in uno2cppMapping()
|
H A D | unointerfaceproxy.cxx | 43 reinterpret_cast< uno_Interface * >( pProxy ) ); in freeUnoInterfaceProxy() 61 void acquireProxy(uno_Interface * pUnoI) in acquireProxy() 83 void releaseProxy(uno_Interface * pUnoI) in releaseProxy()
|
/aoo4110/main/binaryurp/source/ |
H A D | proxy.cxx | 50 extern "C" void SAL_CALL proxy_acquireInterface(uno_Interface * pInterface) { in proxy_acquireInterface() 55 extern "C" void SAL_CALL proxy_releaseInterface(uno_Interface * pInterface) { in proxy_releaseInterface() 61 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface()
|