Home
last modified time | relevance | path

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

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java111 if (object instanceof IQueryInterface) { in generateOid()
112 oid = ((IQueryInterface) object).getOid(); in generateOid()
159 if (object instanceof IQueryInterface) { in queryInterface()
160 object = ((IQueryInterface) object).queryInterface(type); in queryInterface()
288 || (v1 instanceof IQueryInterface in areSame()
289 && ((IQueryInterface) v1).isSame(v2)) in areSame()
290 || (v2 instanceof IQueryInterface in areSame()
291 && ((IQueryInterface) v2).isSame(v1)); in areSame()
H A DIQueryInterface.java36 public interface IQueryInterface { interface
/trunk/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;
/trunk/main/jurt/java/jurt/src/main/java/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);
/trunk/main/bean/java/officebean/src/main/java/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()
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java138 private static class Test2 implements XInterface, IQueryInterface {
158 private static class Test4 implements XInterface, IQueryInterface {
171 private final class T4 implements Ifc, IQueryInterface {
/trunk/main/bridges/java/java_uno/src/main/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()
/trunk/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()
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java26 import com.sun.star.uno.IQueryInterface;
45 assertTrue("", proxy == ((IQueryInterface) proxy).queryInterface(type)); in testQueryInterface()
H A Djava_remote_bridge_Test.java33 import com.sun.star.uno.IQueryInterface;
207 implements com.sun.star.lib.uno.Proxy, IQueryInterface, XInterface,
/trunk/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;
/trunk/main/ridljar/java/ridl/src/main/java/com/
H A Dmakefile.mk54 sun$/star$/uno$/IQueryInterface.java \
/trunk/main/ridljar/
H A DZip_ridl_src.mk45 com/sun/star/uno/IQueryInterface.java \
/trunk/main/cppuhelper/qa/propertysetmixin/
H A DJavaSupplier.java48 import com.sun.star.uno.IQueryInterface;