Home
last modified time | relevance | path

Searched refs:getTypeDescription (Results 1 – 16 of 16) sorted by relevance

/AOO41X/main/jurt/test/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java132 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 DProtocol_Test.java70 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 DTypeDescription_Test.java49 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 DTypeDescription.java49 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 DFieldDescription.java60 public ITypeDescription getTypeDescription() { in getTypeDescription() method in FieldDescription
/AOO41X/main/jurt/com/sun/star/lib/uno/protocols/urp/
H A DMarshal.java263 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 Durp.java154 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 DUnmarshal.java112 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 DProxyProvider.java56 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 DUnoRuntime.java252 fs = TypeDescription.getTypeDescription(t). in areSame()
258 Type ft = new Type(fs[i].getTypeDescription()); in areSame()
H A DIFieldDescription.java43 ITypeDescription getTypeDescription(); in getTypeDescription() method
H A DType.java355 public ITypeDescription getTypeDescription() { in getTypeDescription() method in Type
/AOO41X/main/jurt/com/sun/star/lib/uno/environments/remote/
H A DJob.java76 Class zInterface = type.getTypeDescription().getZClass(); in dispatch_queryInterface()
/AOO41X/main/jurt/test/com/sun/star/lib/uno/environments/remote/
H A DJobQueue_Test.java269 = TypeDescription.getTypeDescription(TestIWorkAt.class);
H A DThreadPool_Test.java438 = TypeDescription.getTypeDescription(TestIWorkAt.class);
/AOO41X/main/jurt/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java628 oid, TypeDescription.getTypeDescription(type), operation, in sendRequest()