Lines Matching refs:pBridge
97 if (pEnv != pThis->pBridge->getCppEnv()) { in freeCppInterfaceProxy()
101 (*pThis->pBridge->getUnoEnv()->revokeInterface)( in freeCppInterfaceProxy()
102 pThis->pBridge->getUnoEnv(), pThis->pUnoI ); in freeCppInterfaceProxy()
106 pThis->pBridge->release(); in freeCppInterfaceProxy()
116 bridges::cpp_uno::shared::Bridge * pBridge, uno_Interface * pUnoI, in create() argument
128 new(pMemory.get()) CppInterfaceProxy(pBridge, pUnoI, pTypeDescr, rOId); in create()
145 (*pBridge->getCppEnv()->registerProxyInterface)( in acquireProxy()
146 pBridge->getCppEnv(), &pThis, freeCppInterfaceProxy, oid.pData, in acquireProxy()
157 (*pBridge->getCppEnv()->revokeInterface)( in releaseProxy()
158 pBridge->getCppEnv(), castProxyToInterface( this ) ); in releaseProxy()
167 , pBridge( pBridge_ ) in CppInterfaceProxy()
172 pBridge->acquire(); in CppInterfaceProxy()
175 (*pBridge->getUnoEnv()->registerInterface)( in CppInterfaceProxy()
176 pBridge->getUnoEnv(), reinterpret_cast< void ** >( &pUnoI ), oid.pData, in CppInterfaceProxy()