Home
last modified time | relevance | path

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

/trunk/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java41 Any anyType; // field in AnyConverter_Test
70 anyType= new Any(new Type(Type.class), aType); in AnyConverter_Test()
122 try { AnyConverter.toBoolean(anyType); fail(""); in test_toBoolean()
179 try { AnyConverter.toChar(anyType); fail(""); in test_toChar()
232 try { AnyConverter.toByte(anyType); fail(""); in test_toByte()
299 try { AnyConverter.toShort(anyType); fail(""); in test_toShort()
367 try { AnyConverter.toInt(anyType); fail(""); in test_toInt()
440 try { AnyConverter.toLong(anyType); fail(""); in test_toLong()
497 try { AnyConverter.toFloat(anyType); fail(""); in test_toFloat()
555 try { AnyConverter.toDouble(anyType); fail(""); in test_toDouble()
[all …]
/trunk/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()