Searched refs:isProxy (Results 1 – 6 of 6) sorted by relevance
133 bool Proxy::isProxy( in isProxy() function in binaryurp::Proxy139 static_cast< Proxy * >(object.m_pUnoI)->isProxy(bridge, oid); in isProxy()244 bool Proxy::isProxy( in isProxy() function in binaryurp::Proxy
65 static bool isProxy(77 bool isProxy(rtl::Reference< Bridge > const & bridge, rtl::OUString * oid)
369 if (!Proxy::isProxy(this, object, &oid)) { in registerOutgoingInterface()
66 return (isProxy(object) ? proxies : localObjects).register( in registerInterface()299 private boolean isProxy(Object object) { in isProxy() method in java_environment
56 public boolean isProxy(Object obj) { in isProxy() method in ProxyFactory
385 if (!proxyFactory.isProxy(object)) { in mapInterfaceTo()
Completed in 38 milliseconds