Home
last modified time | relevance | path

Searched refs:destType (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/jurt/com/sun/star/uno/
H A DAnyConverter.java386 static private Object convertSimple( TypeClass destTClass, Type destType, Object object_ ) in convertSimple() argument
399 return convertSimple( destTClass, destType, object ); in convertSimple()
523 (null == destTClass || destType.equals( type ) /* optional destType */)) in convertSimple()
544 return UnoRuntime.queryInterface( destType, object ); in convertSimple()
548 if (destType.isSupertypeOf(type)) { in convertSimple()
554 (null == destType || destType.equals( type ) /* optional destType */)) in convertSimple()
/aoo41x/main/qadevOOo/tests/java/ifc/script/
H A D_XTypeConverter.java73 Type destType = new Type(XSet.class) ; in _convertTo() local
75 Object o = oObj.convertTo(value, destType); in _convertTo()
79 result = ((Any)o).getType().equals(destType); in _convertTo()

Completed in 9 milliseconds