Searched refs:pUnoEnv (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/bridges/inc/bridges/cpp_uno/ |
H A D | bridge.hxx | 47 (*pThis->pBridge->pUnoEnv->revokeInterface)( pThis->pBridge->pUnoEnv, pThis->pUnoI ); in cppu_cppInterfaceProxy_free() 74 (*pBridge->pUnoEnv->getObjectIdentifier)( pBridge->pUnoEnv, &pOId, pUnoI ); in cppu_Mapping_uno2cpp() 139 (*pBridge->pUnoEnv->registerInterface)( in cppu_cppInterfaceProxy() 155 OSL_ASSERT( pEnv == pThis->pBridge->pUnoEnv ); in cppu_unoInterfaceProxy_free() 220 (*pBridge->pUnoEnv->getRegisteredInterface)( in cppu_Mapping_cpp2uno() 221 pBridge->pUnoEnv, ppUnoI, pOId, pTypeDescr ); in cppu_Mapping_cpp2uno() 231 (*pBridge->pUnoEnv->registerProxyInterface)( in cppu_Mapping_cpp2uno() 232 pBridge->pUnoEnv, reinterpret_cast< void ** >( &pSurrogate ), in cppu_Mapping_cpp2uno() 287 , pUnoEnv( pUnoEnv_ ) in cppu_Bridge() 303 (*((uno_Environment *)pUnoEnv)->acquire)( (uno_Environment *)pUnoEnv ); in cppu_Bridge() [all …]
|
/aoo41x/main/bridges/source/cpp_uno/shared/ |
H A D | bridge.cxx | 83 (*pBridge->pUnoEnv->getRegisteredInterface)( in cpp2unoMapping() 84 pBridge->pUnoEnv, ppUnoI, pOId, pTypeDescr ); in cpp2unoMapping() 96 (*pBridge->pUnoEnv->registerProxyInterface)( in cpp2unoMapping() 124 (*pBridge->pUnoEnv->getObjectIdentifier)( in uno2cppMapping() 125 pBridge->pUnoEnv, &pOId, pUnoI ); in uno2cppMapping() 153 uno_ExtEnvironment * pCppEnv, uno_ExtEnvironment * pUnoEnv, in createMapping() argument 156 Bridge * bridge = new Bridge(pCppEnv, pUnoEnv, bExportCpp2Uno); in createMapping() 169 (uno_Environment *)pUnoEnv, 0 ); in acquire() 194 , pUnoEnv( pUnoEnv_ ) in Bridge() 211 (*((uno_Environment *)pUnoEnv)->acquire)( (uno_Environment *)pUnoEnv ); in Bridge() [all …]
|
/aoo41x/main/bridges/inc/bridges/cpp_uno/shared/ |
H A D | bridge.hxx | 67 uno_ExtEnvironment * pCppEnv, uno_ExtEnvironment * pUnoEnv, 78 uno_ExtEnvironment * getUnoEnv() { return pUnoEnv; } in getUnoEnv() 100 uno_ExtEnvironment * pUnoEnv; member in bridges::cpp_uno::shared::Bridge
|
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
H A D | uno2cpp.cxx | 387 (*pThis->pBridge->pUnoEnv->getRegisteredInterface)( in cppu_unoInterfaceProxy_dispatch() 388 pThis->pBridge->pUnoEnv, in cppu_unoInterfaceProxy_dispatch()
|
/aoo41x/main/testtools/source/performance/ |
H A D | pseudo.cxx | 241 extern "C" void SAL_CALL uno_initEnvironment( uno_Environment * pUnoEnv ) in uno_initEnvironment() argument
|
Completed in 26 milliseconds