Home
last modified time | relevance | path

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

/trunk/main/jurt/java/jurt/src/test/java/com/sun/star/lib/uno/protocols/urp/
H A DMarshaling_Test.java135 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 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 …]
/trunk/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()
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 …]
/trunk/main/ridljar/java/ridl/src/main/java/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()
487 ? getTypeDescription(params[j], p) in initMethodDescriptions()
604 ? getTypeDescription(field.getType(), info) in calculateFieldDescriptions()
[all …]
H A DFieldDescription.java60 public ITypeDescription getTypeDescription() { in getTypeDescription() method in FieldDescription
/trunk/main/jurt/java/jurt/src/main/java/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()
/trunk/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()
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/uno/
H A DUnoRuntime.java263 fs = TypeDescription.getTypeDescription(t). in areSame()
269 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
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/environments/remote/
H A DJob.java76 Class zInterface = type.getTypeDescription().getZClass(); in dispatch_queryInterface()
/trunk/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);
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A Djava_remote_bridge.java628 oid, TypeDescription.getTypeDescription(type), operation, in sendRequest()

Completed in 77 milliseconds