Lines Matching refs:toObject
571 Object val= AnyConverter.toObject(_type, aObj); in test_toObject()
573 val= AnyConverter.toObject( in test_toObject()
584 AnyConverter.toObject( in test_toObject()
588 AnyConverter.toObject( in test_toObject()
592 AnyConverter.toObject( in test_toObject()
599 AnyConverter.toObject( in test_toObject()
603 AnyConverter.toObject(new Type(com.sun.star.uno.Exception.class), in test_toObject()
606 AnyConverter.toObject( in test_toObject()
612 try { AnyConverter.toObject(_type, aType); fail(""); in test_toObject()
614 try { AnyConverter.toObject(_type, anyType); fail(""); in test_toObject()
616 try { AnyConverter.toObject(_type, anyVoid); fail(""); in test_toObject()
618 try { AnyConverter.toObject(_type, new Object()); fail(""); in test_toObject()