Searched refs:pCppEnv (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/bridges/inc/bridges/cpp_uno/ |
| H A D | bridge.hxx | 45 OSL_ASSERT( pEnv == pThis->pBridge->pCppEnv ); in cppu_cppInterfaceProxy_free() 78 (*pBridge->pCppEnv->getRegisteredInterface)( in cppu_Mapping_uno2cpp() 79 pBridge->pCppEnv, ppCppI, pOId, pTypeDescr ); in cppu_Mapping_uno2cpp() 90 (*pBridge->pCppEnv->registerProxyInterface)( in cppu_Mapping_uno2cpp() 91 pBridge->pCppEnv, reinterpret_cast< void ** >( &pSurrogate ), in cppu_Mapping_uno2cpp() 107 (*pBridge->pCppEnv->registerProxyInterface)( in acquireProxy() 108 pBridge->pCppEnv, &pThis, (uno_freeProxyFunc)cppu_cppInterfaceProxy_free, in acquireProxy() 119 (*pBridge->pCppEnv->revokeInterface)( in releaseProxy() 120 pBridge->pCppEnv, static_cast< ::com::sun::star::uno::XInterface * >( this ) ); in releaseProxy() 157 (*pThis->pBridge->pCppEnv->revokeInterface)( pThis->pBridge->pCppEnv, pThis->pCppI ); in cppu_unoInterfaceProxy_free() [all …]
|
| /trunk/main/bridges/source/cpp_uno/shared/ |
| H A D | bridge.cxx | 78 (*pBridge->pCppEnv->getObjectIdentifier)( in cpp2unoMapping() 79 pBridge->pCppEnv, &pOId, pCppI ); in cpp2unoMapping() 129 (*pBridge->pCppEnv->getRegisteredInterface)( in uno2cppMapping() 130 pBridge->pCppEnv, ppCppI, pOId, pTypeDescr ); in uno2cppMapping() 141 (*pBridge->pCppEnv->registerProxyInterface)( in uno2cppMapping() 142 pBridge->pCppEnv, reinterpret_cast< void ** >( &pProxy ), in uno2cppMapping() 153 uno_ExtEnvironment * pCppEnv, uno_ExtEnvironment * pUnoEnv, in createMapping() argument 156 Bridge * bridge = new Bridge(pCppEnv, pUnoEnv, bExportCpp2Uno); in createMapping() 168 &pMapping, freeMapping, (uno_Environment *)pCppEnv, in acquire() 176 (uno_Environment *)pCppEnv, 0 ); in acquire() [all …]
|
| H A D | component.cxx | 200 SAL_DLLPUBLIC_EXPORT void SAL_CALL uno_initEnvironment(uno_Environment * pCppEnv) in uno_initEnvironment() argument 203 OSL_ENSURE( pCppEnv->pExtEnv, "### expected extended environment!" ); in uno_initEnvironment() 206 …pCppEnv->pTypeName->buffer, rtl_str_getLength(CPPU_CURRENT_LANGUAGE_BINDING_NAME), CPPU_CURRENT_LA… in uno_initEnvironment() 211 ((uno_ExtEnvironment *)pCppEnv)->computeObjectIdentifier in uno_initEnvironment() 213 ((uno_ExtEnvironment *)pCppEnv)->acquireInterface = acquireInterface; in uno_initEnvironment() 214 ((uno_ExtEnvironment *)pCppEnv)->releaseInterface = releaseInterface; in uno_initEnvironment() 215 pCppEnv->environmentDisposing = environmentDisposing; in uno_initEnvironment()
|
| /trunk/main/bridges/inc/bridges/cpp_uno/shared/ |
| H A D | bridge.hxx | 67 uno_ExtEnvironment * pCppEnv, uno_ExtEnvironment * pUnoEnv, 77 uno_ExtEnvironment * getCppEnv() { return pCppEnv; } in getCppEnv() 99 uno_ExtEnvironment * pCppEnv; member in bridges::cpp_uno::shared::Bridge
|
| /trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/ |
| H A D | cpp2uno.cxx | 315 (*pCppI->pBridge->pCppEnv->getRegisteredInterface)( in cpp_mediate() 316 pCppI->pBridge->pCppEnv, in cpp_mediate() 545 void SAL_CALL uno_initEnvironment( uno_Environment * pCppEnv ) in uno_initEnvironment() argument 549 pCppEnv ); in uno_initEnvironment()
|