Home
last modified time | relevance | path

Searched refs:MethodTypeInfo (Results 1 – 17 of 17) sorted by relevance

/trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/
H A DMethodIdTest.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
336 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("f0", 0, 0),
337 new MethodTypeInfo("f1", 1, 0),
338 new MethodTypeInfo("f2", 2, 0),
339 new MethodTypeInfo("f3", 3, 0),
340 new MethodTypeInfo("f4", 4, 0),
341 new MethodTypeInfo("f5", 5, 0),
342 new MethodTypeInfo("f6", 6, 0),
343 new MethodTypeInfo("f7", 7, 0),
344 new MethodTypeInfo("f8", 8, 0),
[all …]
H A DBug108825_Test.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
141 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("call", 0, 0) };
151 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("offer", 0, 0),
152 new MethodTypeInfo("remoteGc", 1, 0),
153 new MethodTypeInfo("notification", 2, 0) };
H A DBug92174_Test.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
79 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("fn", 0, 0) };
91 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("getBase", 0, 0),
92 new MethodTypeInfo("setDerived", 1, 0) };
H A DBug110892_Test.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
106 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("call", 0, 0) };
112 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("call", 0, 0) };
118 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("start", 0, 0) };
H A DBug111153_Test.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
95 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("setDerived", 0, 0),
96 new MethodTypeInfo("getBase", 1, 0) };
H A DBug97697_Test.java29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
94 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("getAny", 0, 0) };
H A DStopMessageDispatcherTest.java29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
101 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("call", 0, 0) };
H A DBug107753_Test.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
374 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("getType1", 0, 0),
375 new MethodTypeInfo("getType2", 1, 0) };
H A DPolyStructTest.java29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
/trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DTestIWorkAt.java27 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
40 new MethodTypeInfo("increment", 0, 0),
41 new MethodTypeInfo("notifyme", 1, 0),
42 new MethodTypeInfo("syncCall", 2, 0),
43 new MethodTypeInfo("asyncCall", 3, 0)
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/
H A DMethodTypeInfo.java27 public class MethodTypeInfo extends TypeInfo class
48 public MethodTypeInfo(String name, int index, int flags, Type unoType) { in MethodTypeInfo() method in MethodTypeInfo
54 public MethodTypeInfo(String name, int index, int flags) in MethodTypeInfo() method in MethodTypeInfo
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge_Test.java31 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
178 new MethodTypeInfo("function", 0, 0) };
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
466 MethodTypeInfo info = (MethodTypeInfo) infos[i++]; in initMethodDescriptions()
/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java26 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
157 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("fn", 0, 0) };
/trunk/main/bridges/test/java_uno/equals/
H A DTestEquals.java36 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
1283 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("notifyDone", 0, 0) };
1290 new MethodTypeInfo("notifyAccepting", 0, TypeInfo.ONEWAY) };
/trunk/main/ridljar/java/ridl/src/main/java/com/
H A Dmakefile.mk40 sun$/star$/lib$/uno$/typeinfo$/MethodTypeInfo.java \
/trunk/main/ridljar/
H A DZip_ridl_src.mk35 com/sun/star/lib/uno/typeinfo/MethodTypeInfo.java \