Home
last modified time | relevance | path

Searched refs:IQueryInterface (Results 1 – 18 of 18) sorted by relevance

/aoo4110/main/ridljar/com/sun/star/uno/
H A DUnoRuntime.java109 if (object instanceof IQueryInterface) { in generateOid()
110 oid = ((IQueryInterface) object).getOid(); in generateOid()
148 if (object instanceof IQueryInterface) { in queryInterface()
149 object = ((IQueryInterface) object).queryInterface(type); in queryInterface()
277 || (v1 instanceof IQueryInterface in areSame()
278 && ((IQueryInterface) v1).isSame(v2)) in areSame()
279 || (v2 instanceof IQueryInterface in areSame()
280 && ((IQueryInterface) v2).isSame(v1)); in areSame()
H A DIQueryInterface.java36 public interface IQueryInterface { interface
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java29 import com.sun.star.uno.IQueryInterface;
73 class Proxy implements IQueryInterface, XEventListener
87 if (object instanceof IQueryInterface) in isSame()
89 IQueryInterface iquery = (IQueryInterface) object; in isSame()
H A DInterfaceContainer_Test.java41 import com.sun.star.uno.IQueryInterface;
/aoo4110/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java28 import com.sun.star.uno.IQueryInterface;
52 IQueryInterface.class, type.getZClass() }, in create()
176 METHOD_QUERY_INTERFACE = IQueryInterface.class.getMethod(
178 METHOD_IS_SAME = IQueryInterface.class.getMethod(
180 METHOD_GET_OID = IQueryInterface.class.getMethod("getOid", null);
/aoo4110/main/bean/com/sun/star/comp/beans/
H A DWrapper.java50 com.sun.star.uno.IQueryInterface,
53 private com.sun.star.uno.IQueryInterface xQueryInterface;
58 xQueryInterface = (com.sun.star.uno.IQueryInterface) xProxy; in Wrapper()
/aoo4110/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java141 private static class Test2 implements XInterface, IQueryInterface {
161 private static class Test4 implements XInterface, IQueryInterface {
174 private final class T4 implements Ifc, IQueryInterface {
/aoo4110/main/bridges/source/jni_uno/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java31 import com.sun.star.uno.IQueryInterface;
129 new Class [] { clazz, IQueryInterface.class, in get_proxy_ctor()
175 else if (IQueryInterface.class.equals( decl_class )) in invoke()
/aoo4110/main/scripting/java/com/sun/star/script/framework/provider/
H A DPathUtils.java31 import com.sun.star.uno.IQueryInterface;
54 Method getOid = IQueryInterface.class.getMethod("getOid", (java.lang.Class[])null); in getOidForModel()
/aoo4110/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java26 import com.sun.star.uno.IQueryInterface;
50 assure("", proxy == ((IQueryInterface) proxy).queryInterface(type)); in testQueryInterface()
H A Djava_remote_bridge_Test.java33 import com.sun.star.uno.IQueryInterface;
212 implements com.sun.star.lib.uno.Proxy, IQueryInterface, XInterface,
/aoo4110/main/avmedia/source/java/
H A DMediaUno.java28 import com.sun.star.uno.IQueryInterface;
H A DManager.java28 import com.sun.star.uno.IQueryInterface;
H A DFrameGrabber.java27 import com.sun.star.uno.IQueryInterface;
H A DPlayer.java28 import com.sun.star.uno.IQueryInterface;
H A DPlayerWindow.java27 import com.sun.star.uno.IQueryInterface;
/aoo4110/main/ridljar/com/
H A Dmakefile.mk54 sun$/star$/uno$/IQueryInterface.java \
/aoo4110/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java48 import com.sun.star.uno.IQueryInterface;

Completed in 77 milliseconds