Lines Matching refs:pBridge
44 if (pEnv != pThis->pBridge->getUnoEnv()) { in freeUnoInterfaceProxy()
48 (*pThis->pBridge->getCppEnv()->revokeInterface)( in freeUnoInterfaceProxy()
49 pThis->pBridge->getCppEnv(), pThis->pCppI ); in freeUnoInterfaceProxy()
53 pThis->pBridge->release(); in freeUnoInterfaceProxy()
71 (*static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv()-> in acquireProxy()
73 static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv(), in acquireProxy()
89 (*static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv()-> in releaseProxy()
91 static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv(), in releaseProxy()
97 bridges::cpp_uno::shared::Bridge * pBridge, in create() argument
102 return new UnoInterfaceProxy(pBridge, pCppI, pTypeDescr, rOId); in create()
111 , pBridge( pBridge_ ) in UnoInterfaceProxy()
116 pBridge->acquire(); in UnoInterfaceProxy()
125 (*pBridge->getCppEnv()->registerInterface)( in UnoInterfaceProxy()
126 pBridge->getCppEnv(), reinterpret_cast< void ** >( &pCppI ), oid.pData, in UnoInterfaceProxy()