Lines Matching refs:rProp
918 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() local
919 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
923 rProp->setPropertyValue( L"long" , any ); in testObject()
926 rProp->setPropertyValue( L"float" , any ); in testObject()
929 rProp->setPropertyValue( L"double" , any ); in testObject()
932 rProp->setPropertyValue( L"bool" , any ); in testObject()
935 rProp->setPropertyValue( L"byte" , any ); in testObject()
938 rProp->setPropertyValue( L"char" , any ); in testObject()
941 rProp->setPropertyValue( L"string" , any ); in testObject()
944 rProp->setPropertyValue( L"object" , any ); in testObject()
952 …ERROR_ASSERT( compareMyPropertySet( rProp , rPropRead ) , "objects has not been read properly !" ); in testObject()
955 rProp->setPropertyValue( L"object", UsrAny() ); in testObject()
970 XPropertySetRef rProp( persistRef , USR_QUERY ); in testObject() local
971 ERROR_ASSERT( rProp.is() , "test object is no property set " ); in testObject()
975 rProp->setPropertyValue( L"long" , any ); in testObject()
978 rProp->setPropertyValue( L"float" , any ); in testObject()
981 rProp->setPropertyValue( L"double" , any ); in testObject()
984 rProp->setPropertyValue( L"bool" , any ); in testObject()
987 rProp->setPropertyValue( L"byte" , any ); in testObject()
990 rProp->setPropertyValue( L"char" , any ); in testObject()
993 rProp->setPropertyValue( L"string" , any ); in testObject()
1003 rProp->setPropertyValue( L"object" , any ); in testObject()