Home
last modified time | relevance | path

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

/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java199 Boolean ret= (Boolean)convertSimple(TypeClass.BOOLEAN, null, object); in toBoolean()
210 Byte ret= (Byte)convertSimple(TypeClass.BYTE, null, object); in toByte()
221 Short ret= (Short)convertSimple(TypeClass.SHORT, null, object); in toShort()
245 Integer ret= (Integer) convertSimple( TypeClass.LONG, null, object); in toInt()
270 Long ret= (Long) convertSimple( TypeClass.HYPER, null, object); in toLong()
297 Float ret= (Float) convertSimple( TypeClass.FLOAT,null, object); in toFloat()
319 return (String) convertSimple( TypeClass.STRING, null, object); in toString()
328 return (Type) convertSimple( TypeClass.TYPE, null, object); in toType()
346 return convertSimple( type.getTypeClass(), type, object ); in toObject()
372 return convertSimple( TypeClass.SEQUENCE, null, object); in toArray()
[all …]

Completed in 24 milliseconds