Lines Matching refs:Proxy
52 static_cast< Proxy * >(pInterface)->do_acquire(); in proxy_acquireInterface()
57 static_cast< Proxy * >(pInterface)->do_release(); in proxy_releaseInterface()
65 static_cast< Proxy * >(pUnoI)->do_dispatch( in proxy_dispatchInterface()
71 Proxy::Proxy( in Proxy() function in binaryurp::Proxy
82 rtl::OUString Proxy::getOid() const { in getOid()
86 css::uno::TypeDescription Proxy::getType() const { in getType()
90 void Proxy::do_acquire() { in do_acquire()
96 void Proxy::do_release() { in do_release()
102 void Proxy::do_free() { in do_free()
107 void Proxy::do_dispatch( in do_dispatch()
133 bool Proxy::isProxy( in isProxy()
139 static_cast< Proxy * >(object.m_pUnoI)->isProxy(bridge, oid); in isProxy()
142 Proxy::~Proxy() {} in ~Proxy()
144 void Proxy::do_dispatch_throw( in do_dispatch_throw()
244 bool Proxy::isProxy( in isProxy()