Lines Matching refs:pThis
95 CppInterfaceProxy * pThis = CppInterfaceProxy::castInterfaceToProxy( in freeCppInterfaceProxy() local
97 if (pEnv != pThis->pBridge->getCppEnv()) { in freeCppInterfaceProxy()
101 (*pThis->pBridge->getUnoEnv()->revokeInterface)( in freeCppInterfaceProxy()
102 pThis->pBridge->getUnoEnv(), pThis->pUnoI ); in freeCppInterfaceProxy()
103 (*pThis->pUnoI->release)( pThis->pUnoI ); in freeCppInterfaceProxy()
105 (typelib_TypeDescription *)pThis->pTypeDescr ); in freeCppInterfaceProxy()
106 pThis->pBridge->release(); in freeCppInterfaceProxy()
111 pThis->~CppInterfaceProxy(); in freeCppInterfaceProxy()
112 delete[] reinterpret_cast< char * >(pThis); in freeCppInterfaceProxy()
144 void * pThis = castProxyToInterface( this ); in acquireProxy() local
146 pBridge->getCppEnv(), &pThis, freeCppInterfaceProxy, oid.pData, in acquireProxy()
148 OSL_ASSERT( pThis == castProxyToInterface( this ) ); in acquireProxy()