/aoo41x/main/jurt/test/com/sun/star/lib/uno/protocols/urp/ |
H A D | Marshaling_Test.java | 135 TypeDescription.getTypeDescription(Byte.class), in test() 149 TypeDescription.getTypeDescription(Long.class), in test() 153 TypeDescription.getTypeDescription(Any.class), in test() 154 TypeDescription.getTypeDescription(Any.class), in test() 162 TypeDescription.getTypeDescription( in test() 166 TypeDescription.getTypeDescription( in test() 172 TypeDescription.getTypeDescription(Type.class), in test() 173 TypeDescription.getTypeDescription(Type.class), in test() 174 TypeDescription.getTypeDescription(Type.class), in test() 175 TypeDescription.getTypeDescription(Type.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() 121 TypeDescription.getTypeDescription("byte")); in test() 125 TypeDescription.getTypeDescription( in test() 129 TypeDescription.getTypeDescription( in test() 132 TypeDescription.getTypeDescription( in test() 136 TypeDescription.getTypeDescription( in test() 142 TypeDescription.getTypeDescription(Type.UNSIGNED_LONG). in testUnsigned() 153 TypeDescription.getTypeDescription("[]unsigned short"). in testSequence() [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() 487 ? getTypeDescription(params[j], p) in initMethodDescriptions() 604 ? getTypeDescription(field.getType(), info) in calculateFieldDescriptions() [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()
|