Lines Matching refs:CppInterfaceProxy
95 CppInterfaceProxy * pThis = CppInterfaceProxy::castInterfaceToProxy( in freeCppInterfaceProxy()
111 pThis->~CppInterfaceProxy(); in freeCppInterfaceProxy()
115 com::sun::star::uno::XInterface * CppInterfaceProxy::create( in create()
126 sizeof (CppInterfaceProxy) in create()
128 new(pMemory.get()) CppInterfaceProxy(pBridge, pUnoI, pTypeDescr, rOId); in create()
129 CppInterfaceProxy * pProxy = reinterpret_cast< CppInterfaceProxy * >( in create()
138 void CppInterfaceProxy::acquireProxy() SAL_THROW(()) in acquireProxy()
152 void CppInterfaceProxy::releaseProxy() SAL_THROW(()) in releaseProxy()
162 CppInterfaceProxy::CppInterfaceProxy( in CppInterfaceProxy() function in bridges::cpp_uno::shared::CppInterfaceProxy
180 CppInterfaceProxy::~CppInterfaceProxy() in ~CppInterfaceProxy()
183 com::sun::star::uno::XInterface * CppInterfaceProxy::castProxyToInterface( in castProxyToInterface()
184 CppInterfaceProxy * pProxy) in castProxyToInterface()
190 CppInterfaceProxy * CppInterfaceProxy::castInterfaceToProxy(void * pInterface) in castInterfaceToProxy()
196 &reinterpret_cast< CppInterfaceProxy const * >(base)->vtables) - base; in castInterfaceToProxy()
197 return reinterpret_cast< CppInterfaceProxy * >( in castInterfaceToProxy()