Searched refs:freeProxy (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Environment.cxx | 54 uno_freeProxyFunc freeProxy, 91 uno_freeProxyFunc freeProxy, 171 … uno_freeProxyFunc freeProxy, in s_registerProxyInterface() argument 176 pBase->registerProxyInterface(ppProxy, freeProxy, pOId, pTypeDescr); in s_registerProxyInterface() 326 uno_freeProxyFunc freeProxy = va_arg(*pParam, uno_freeProxyFunc); in s_registerProxyInterface_v() local 332 pRegisterProxyInterface(pExtEnv, ppProxy, freeProxy, pOId, pTypeDescr); in s_registerProxyInterface_v() 336 uno_freeProxyFunc freeProxy, in registerProxyInterface() argument 344 freeProxy, in registerProxyInterface()
|
/aoo42x/main/cppu/source/uno/ |
H A D | lbenv.cxx | 303 uno_ExtEnvironment * pEnv, void ** ppInterface, uno_freeProxyFunc freeProxy, in defenv_registerProxyInterface() argument 306 OSL_ENSURE( pEnv && ppInterface && pOId && pTypeDescr && freeProxy, in defenv_registerProxyInterface() 322 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface() 348 (*freeProxy)( pEnv, *ppInterface ); in defenv_registerProxyInterface() 354 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface()
|
/aoo42x/main/cppu/inc/uno/ |
H A D | environment.h | 170 uno_freeProxyFunc freeProxy,
|
/aoo42x/main/binaryurp/source/ |
H A D | proxy.cxx | 103 bridge_->freeProxy(*this); in do_free()
|
H A D | bridge.hxx | 128 void freeProxy(Proxy & proxy);
|
H A D | bridge.cxx | 488 void Bridge::freeProxy(Proxy & proxy) { in freeProxy() function in binaryurp::Bridge
|
Completed in 39 milliseconds