Lines Matching refs:rProp

959 		Reference < XPropertySet > rProp( persistRef , UNO_QUERY );  in testObject()  local
960 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
965 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject()
969 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject()
973 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject()
977 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject()
981 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("byte")) , any ); in testObject()
985 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("char")) , any ); in testObject()
989 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("string")) , any ); in testObject()
992 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("object")) , any ); in testObject()
1000 …ERROR_ASSERT( compareMyPropertySet( rProp , rPropRead ) , "objects has not been read properly !" ); in testObject()
1003 rProp->setPropertyValue( OUString::createFromAscii("object"), Any() ); in testObject()
1018 Reference < XPropertySet > rProp( persistRef , UNO_QUERY ); in testObject() local
1019 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
1024 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("long")) , any ); in testObject()
1028 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("float")) , any ); in testObject()
1032 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("double")) , any ); in testObject()
1036 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("bool")) , any ); in testObject()
1040 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("byte")) , any ); in testObject()
1044 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("char")) , any ); in testObject()
1048 rProp->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("string")) , any ); in testObject()
1056 rProp->setPropertyValue( OUString::createFromAscii("object") , any ); in testObject()