| /AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshaling_Test.java | 132 TypeDescription.getTypeDescription(com.sun.star.uno.RuntimeException.class), in test() 133 TypeDescription.getTypeDescription(com.sun.star.uno.Exception.class), in test() 134 TypeDescription.getTypeDescription(Boolean.class), in test() 135 TypeDescription.getTypeDescription(Byte.class), in test() 136 TypeDescription.getTypeDescription(Character.class), in test() 137 TypeDescription.getTypeDescription(Double.class), in test() 138 TypeDescription.getTypeDescription(TestEnum.class), in test() 139 TypeDescription.getTypeDescription(Float.class), in test() 140 TypeDescription.getTypeDescription(Integer.class), in test() 141 TypeDescription.getTypeDescription(Integer.class), in test() [all …]
|
| H A D | Protocol_Test.java | 70 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCall() 84 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInParameter() 101 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithOutParameter() 122 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithInOutParameter() 146 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithResult() 165 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichRaisesException() 185 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWithIn_Out_InOut_Paramters_and_result() 217 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny() 227 ((TypeDescription.getTypeDescription(((Any) result).getType()). in testCallWhichReturnsAny() 233 oId, TypeDescription.getTypeDescription(TestXInterface.class), in testCallWhichReturnsAny() [all …]
|
| /AOO41X/main/ridljar/test/com/sun/star/lib/uno/typedesc/ |
| H A D | TypeDescription_Test.java | 49 ITypeDescription voidTD = TypeDescription.getTypeDescription( in test() 51 ITypeDescription stringTD = TypeDescription.getTypeDescription( in test() 53 ITypeDescription typeTD = TypeDescription.getTypeDescription( in test() 55 ITypeDescription anyTD = TypeDescription.getTypeDescription(Any.class); in test() 56 ITypeDescription interfaceTD = TypeDescription.getTypeDescription( in test() 121 TypeDescription.getTypeDescription("byte")); in test() 123 TypeDescription.getTypeDescription("string")); in test() 125 TypeDescription.getTypeDescription( in test() 129 TypeDescription.getTypeDescription( in test() 132 TypeDescription.getTypeDescription( in test() [all …]
|
| /AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/ |
| H A D | TypeDescription.java | 49 public static TypeDescription getTypeDescription(String typeName) in getTypeDescription() method in TypeDescription 63 public static TypeDescription getTypeDescription(Class zClass) { in getTypeDescription() method in TypeDescription 67 public static TypeDescription getTypeDescription(Type type) in getTypeDescription() method in TypeDescription 71 TypeDescription desc = (TypeDescription) type.getTypeDescription(); in getTypeDescription() 73 desc = getTypeDescription(type.getTypeName()); in getTypeDescription() 79 public static TypeDescription getTypeDescription(TypeClass typeClass) { in getTypeDescription() method in TypeDescription 132 return getTypeDescription(typeClass) != null; in isTypeClassSimple() 312 ITypeDescription componentType = getTypeDescription( in create() 448 ? getTypeDescription(getter.getReturnType(), info) in initMethodDescriptions() 487 ? getTypeDescription(params[j], p) in initMethodDescriptions() [all …]
|
| H A D | FieldDescription.java | 60 public ITypeDescription getTypeDescription() { in getTypeDescription() method in FieldDescription
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/ |
| H A D | Marshal.java | 263 TypeDescription.getTypeDescription( in writeTypeValue() 273 type = TypeDescription.getTypeDescription(XInterface.class); in writeAnyValue() 277 type = TypeDescription.getTypeDescription(any.getType()); in writeAnyValue() 287 type = TypeDescription.getTypeDescription(value.getClass()); in writeAnyValue() 338 (TypeDescription) fields[i].getTypeDescription(), in writeStructValue()
|
| H A D | urp.java | 154 resultType = TypeDescription.getTypeDescription(TypeClass.ANY); in writeReply() 194 TypeDescription.getTypeDescription(XProtocolProperties.class), in sendRequestChange() 322 TypeDescription.getTypeDescription( in handleInternalMessage() 448 resultType = TypeDescription.getTypeDescription(TypeClass.ANY); in readReply()
|
| H A D | Unmarshal.java | 112 return TypeDescription.getTypeDescription(typeClass); in readType() 118 type = TypeDescription.getTypeDescription( in readType() 474 (TypeDescription) fields[i].getTypeDescription())); in readFields()
|
| /AOO41X/main/javaunohelper/test/com/sun/star/lib/uno/helper/ |
| H A D | ProxyProvider.java | 56 Type type= new Type(TypeDescription.getTypeDescription(iface)); in createProxy() 57 …Type evtType= new Type(TypeDescription.getTypeDescription(com.sun.star.lang.XEventListener.class)); in createProxy()
|
| /AOO41X/main/ridljar/com/sun/star/uno/ |
| H A D | UnoRuntime.java | 252 fs = TypeDescription.getTypeDescription(t). in areSame() 258 Type ft = new Type(fs[i].getTypeDescription()); in areSame()
|
| H A D | IFieldDescription.java | 43 ITypeDescription getTypeDescription(); in getTypeDescription() method
|
| H A D | Type.java | 355 public ITypeDescription getTypeDescription() { in getTypeDescription() method in Type
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/environments/remote/ |
| H A D | Job.java | 76 Class zInterface = type.getTypeDescription().getZClass(); in dispatch_queryInterface()
|
| /AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/ |
| H A D | JobQueue_Test.java | 269 = TypeDescription.getTypeDescription(TestIWorkAt.class);
|
| H A D | ThreadPool_Test.java | 438 = TypeDescription.getTypeDescription(TestIWorkAt.class);
|
| /AOO41X/main/jurt/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | java_remote_bridge.java | 628 oid, TypeDescription.getTypeDescription(type), operation, in sendRequest()
|