Lines Matching refs:any

962 		Any any;  in testObject()  local
964 any <<= i; in testObject()
965 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject()
968 any <<= f; in testObject()
969 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject()
972 any <<= d; in testObject()
973 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject()
976 any.setValue( &b , getCppuBooleanType() ); in testObject()
977 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject()
980 any <<= by; in testObject()
981 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("byte")) , any ); in testObject()
984 any.setValue( &c , getCppuCharType() ); in testObject()
985 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("char")) , any ); in testObject()
988 any <<= str; in testObject()
989 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("string")) , any ); in testObject()
991 any <<= persistRef; in testObject()
992 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("object")) , any ); in testObject()
1021 Any any; in testObject() local
1023 any <<= i; in testObject()
1024 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject()
1027 any <<= f; in testObject()
1028 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject()
1031 any <<= d; in testObject()
1032 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject()
1035 any.setValue( &b , getCppuBooleanType() ); in testObject()
1036 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject()
1039 any <<= by; in testObject()
1040 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("byte")) , any ); in testObject()
1043 any.setValue( &c , getCppuCharType() ); in testObject()
1044 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("char")) , any ); in testObject()
1047 any <<= str; in testObject()
1048 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("string")) , any ); in testObject()
1055 any <<= persist2ndRef; in testObject()
1056 rProp->setPropertyValue( OUString::createFromAscii("object") , any ); in testObject()