Lines Matching refs:toObject
575 Object val= AnyConverter.toObject(_type, aObj); in test_toObject()
577 val= AnyConverter.toObject( in test_toObject()
588 AnyConverter.toObject( in test_toObject()
592 AnyConverter.toObject( in test_toObject()
596 AnyConverter.toObject( in test_toObject()
603 AnyConverter.toObject( in test_toObject()
607 AnyConverter.toObject(new Type(com.sun.star.uno.Exception.class), in test_toObject()
610 AnyConverter.toObject( in test_toObject()
616 try { AnyConverter.toObject(_type, aType); failed(""); in test_toObject()
618 try { AnyConverter.toObject(_type, anyType); failed(""); in test_toObject()
620 try { AnyConverter.toObject(_type, anyVoid); failed(""); in test_toObject()
622 try { AnyConverter.toObject(_type, new Object()); failed(""); in test_toObject()