Searched refs:pProxy (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 40 inline void SAL_CALL cppu_cppInterfaceProxy_free( uno_ExtEnvironment * pEnv, void * pProxy ) SAL_TH… in cppu_cppInterfaceProxy_free() argument 44 reinterpret_cast< ::com::sun::star::uno::XInterface * >( pProxy ) ); in cppu_cppInterfaceProxy_free() 53 *(int *)pProxy = 0xdeadbabe; in cppu_cppInterfaceProxy_free() 84 cppu_cppInterfaceProxy * pProxy = new cppu_cppInterfaceProxy( in cppu_Mapping_uno2cpp() local 86 ::com::sun::star::uno::XInterface * pSurrogate = pProxy; in cppu_Mapping_uno2cpp() 87 cppu_cppInterfaceProxy_patchVtable( pSurrogate, pProxy->pTypeDescr ); in cppu_Mapping_uno2cpp() 150 inline void SAL_CALL cppu_unoInterfaceProxy_free( uno_ExtEnvironment * pEnv, void * pProxy ) SAL_TH… in cppu_unoInterfaceProxy_free() argument 154 reinterpret_cast< uno_Interface * >( pProxy ) ); in cppu_unoInterfaceProxy_free() 163 *(int *)pProxy = 0xdeadbabe; in cppu_unoInterfaceProxy_free()
|
/aoo42x/main/testtools/source/performance/ |
H A D | pseudo.cxx | 83 static void SAL_CALL pseudo_unoInterfaceProxy_free( uno_ExtEnvironment * pEnv, void * pProxy ) in pseudo_unoInterfaceProxy_free() argument 87 reinterpret_cast< uno_Interface * >( pProxy ) ); in pseudo_unoInterfaceProxy_free() 96 *(int *)pProxy = 0xdeadbabe; in pseudo_unoInterfaceProxy_free() 176 void * pProxy = new pseudo_unoInterfaceProxy( in pseudo_Mapping_mapInterface() local 183 &pProxy, pseudo_unoInterfaceProxy_free, pOId, pTypeDescr ); in pseudo_Mapping_mapInterface() 185 *ppOut = pProxy; in pseudo_Mapping_mapInterface()
|
/aoo42x/main/bridges/source/cpp_uno/shared/ |
H A D | cppinterfaceproxy.cxx | 129 CppInterfaceProxy * pProxy = reinterpret_cast< CppInterfaceProxy * >( in create() local 132 pProxy->vtables[i] = VtableFactory::mapBlockToVtable( in create() 135 return castProxyToInterface(pProxy); in create() 184 CppInterfaceProxy * pProxy) in castProxyToInterface() argument 187 &pProxy->vtables); in castProxyToInterface()
|
H A D | unointerfaceproxy.cxx | 39 void freeUnoInterfaceProxy(uno_ExtEnvironment * pEnv, void * pProxy) in freeUnoInterfaceProxy() argument 43 reinterpret_cast< uno_Interface * >( pProxy ) ); in freeUnoInterfaceProxy() 56 *(int *)pProxy = 0xdeadbabe; in freeUnoInterfaceProxy()
|
H A D | bridge.cxx | 135 com::sun::star::uno::XInterface * pProxy in uno2cppMapping() local 142 pBridge->pCppEnv, reinterpret_cast< void ** >( &pProxy ), in uno2cppMapping() 146 *ppCppI = pProxy; in uno2cppMapping()
|
/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 183 extern "C" void SAL_CALL Proxy_free(uno_ExtEnvironment * /*pEnv*/, void * pProxy) SAL_THROW_EXTERN_… in Proxy_free() argument 185 Proxy * pThis = static_cast<Proxy * >(reinterpret_cast<uno_Interface *>(pProxy)); in Proxy_free() 192 Proxy * pProxy = static_cast<Proxy *>(pUnoI); in s_Proxy_acquire() local 193 pProxy->acquire(); in s_Proxy_acquire() 198 Proxy * pProxy = static_cast<Proxy *>(pUnoI); in s_Proxy_release() local 199 pProxy->release(); in s_Proxy_release()
|
H A D | helper_purpenv_Mapping.cxx | 175 uno_Interface * pProxy = new Proxy(this, in mapInterface() local 186 (void **)&pProxy, in mapInterface() 191 *ppOut = pProxy; in mapInterface()
|
H A D | Proxy.hxx | 83 extern "C" SAL_DLLPRIVATE void SAL_CALL Proxy_free(uno_ExtEnvironment * pEnv, void * pProxy) SAL_TH…
|
/aoo42x/main/bridges/inc/bridges/cpp_uno/shared/ |
H A D | unointerfaceproxy.hxx | 43 uno_ExtEnvironment * pEnv, void * pProxy); typedef 99 uno_ExtEnvironment * pEnv, void * pProxy);
|
H A D | cppinterfaceproxy.hxx | 84 CppInterfaceProxy * pProxy);
|
/aoo42x/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 213 uno_ExtEnvironment * pEnv, void * pProxy ) in binuno_proxy_free() argument 217 reinterpret_cast< uno_Interface * >( pProxy ) ); in binuno_proxy_free()
|
/aoo42x/main/binaryurp/source/ |
H A D | bridge.cxx | 90 extern "C" void SAL_CALL freeProxyCallback(uno_ExtEnvironment *, void * pProxy) in freeProxyCallback() argument 92 OSL_ASSERT(pProxy != 0); in freeProxyCallback() 93 static_cast< Proxy * >(pProxy)->do_free(); in freeProxyCallback()
|
/aoo42x/main/cppu/inc/uno/ |
H A D | environment.h | 128 typedef void (SAL_CALL * uno_freeProxyFunc)( struct _uno_ExtEnvironment * pEnv, void * pProxy );
|
Completed in 87 milliseconds