Home
last modified time | relevance | path

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

/AOO41X/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java54 Any anyType; // field in AnyConverter_Test
83 anyType= new Any(new Type(Type.class), aType); in AnyConverter_Test()
134 try { AnyConverter.toBoolean(anyType); failed(""); in test_toBoolean()
190 try { AnyConverter.toChar(anyType); failed(""); in test_toChar()
242 try { AnyConverter.toByte(anyType); failed(""); in test_toByte()
308 try { AnyConverter.toShort(anyType); failed(""); in test_toShort()
375 try { AnyConverter.toInt(anyType); failed(""); in test_toInt()
447 try { AnyConverter.toLong(anyType); failed(""); in test_toLong()
503 try { AnyConverter.toFloat(anyType); failed(""); in test_toFloat()
560 try { AnyConverter.toDouble(anyType); failed(""); in test_toDouble()
[all …]
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx983 css::uno::Type anyType(value_td); in map_to_uno() local
985 anyType.getDescription(&td); in map_to_uno()