Home
last modified time | relevance | path

Searched refs:pProxy (Results 1 – 13 of 13) sorted by relevance

/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx40 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()
/trunk/main/testtools/source/performance/
H A Dpseudo.cxx83 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()
/trunk/main/bridges/source/cpp_uno/shared/
H A Dcppinterfaceproxy.cxx129 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 Dunointerfaceproxy.cxx39 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 Dbridge.cxx135 com::sun::star::uno::XInterface * pProxy in uno2cppMapping() local
142 pBridge->pCppEnv, reinterpret_cast< void ** >( &pProxy ), in uno2cppMapping()
146 *ppCppI = pProxy; in uno2cppMapping()
/trunk/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx183 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 Dhelper_purpenv_Mapping.cxx175 uno_Interface * pProxy = new Proxy(this, in mapInterface() local
186 (void **)&pProxy, in mapInterface()
191 *ppOut = pProxy; in mapInterface()
H A DProxy.hxx83 extern "C" SAL_DLLPRIVATE void SAL_CALL Proxy_free(uno_ExtEnvironment * pEnv, void * pProxy) SAL_TH…
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dunointerfaceproxy.hxx43 uno_ExtEnvironment * pEnv, void * pProxy); typedef
99 uno_ExtEnvironment * pEnv, void * pProxy);
H A Dcppinterfaceproxy.hxx84 CppInterfaceProxy * pProxy);
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx213 uno_ExtEnvironment * pEnv, void * pProxy ) in binuno_proxy_free() argument
217 reinterpret_cast< uno_Interface * >( pProxy ) ); in binuno_proxy_free()
/trunk/main/binaryurp/source/
H A Dbridge.cxx90 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()
/trunk/main/cppu/inc/uno/
H A Denvironment.h128 typedef void (SAL_CALL * uno_freeProxyFunc)( struct _uno_ExtEnvironment * pEnv, void * pProxy );

Completed in 36 milliseconds