| /trunk/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | MethodIdTest.java | 28 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 D | Bug108825_Test.java | 28 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 D | Bug92174_Test.java | 28 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 D | Bug110892_Test.java | 28 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 D | Bug111153_Test.java | 28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo; 95 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("setDerived", 0, 0), 96 new MethodTypeInfo("getBase", 1, 0) };
|
| H A D | Bug97697_Test.java | 29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo; 94 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("getAny", 0, 0) };
|
| H A D | StopMessageDispatcherTest.java | 29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo; 101 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("call", 0, 0) };
|
| H A D | Bug107753_Test.java | 28 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo; 374 TypeInfo[] UNOTYPEINFO = { new MethodTypeInfo("getType1", 0, 0), 375 new MethodTypeInfo("getType2", 1, 0) };
|
| H A D | PolyStructTest.java | 29 import com.sun.star.lib.uno.typeinfo.MethodTypeInfo;
|
| /trunk/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | TestIWorkAt.java | 27 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 D | MethodTypeInfo.java | 27 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 D | java_remote_bridge_Test.java | 31 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 D | TypeDescription.java | 28 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 D | TypeDescription_Test.java | 26 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 D | TestEquals.java | 36 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 D | makefile.mk | 40 sun$/star$/lib$/uno$/typeinfo$/MethodTypeInfo.java \
|
| /trunk/main/ridljar/ |
| H A D | Zip_ridl_src.mk | 35 com/sun/star/lib/uno/typeinfo/MethodTypeInfo.java \
|