Lines Matching refs:xPS

788 	Reference < XPropertySet >  xPS;  in test_PropertySetHelper()  local
798 xPS = pPS = new test_OPropertySetHelper( getBasicProps(), PROPERTY_COUNT - z ); in test_PropertySetHelper()
802 Reference < XPropertySet > rProp( xPS , UNO_QUERY ); in test_PropertySetHelper()
805 Reference < XMultiPropertySet > rMulti( xPS , UNO_QUERY ); in test_PropertySetHelper()
808 Reference < XFastPropertySet > rFast( xPS , UNO_QUERY ); in test_PropertySetHelper()
818 xPS->addPropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), xPS_L ); in test_PropertySetHelper()
829 xPS->removePropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), xPS_L ); in test_PropertySetHelper()
837xPS->addPropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ), xPS_L ); in test_PropertySetHelper()
847 xPS->addVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ), x2 ); in test_PropertySetHelper()
863 xPS->addPropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), xPS_L ); in test_PropertySetHelper()
876 xPS = pPS = new test_OPropertySetHelper( getBasicProps(), PROPERTY_COUNT - z ); in test_PropertySetHelper()
887 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), aBool ); in test_PropertySetHelper()
914 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ), aBool ); in test_PropertySetHelper()
937 aBool = xPS->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ) ); in test_PropertySetHelper()
958 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), aBool ); in test_PropertySetHelper()
980 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), aINT32 ); in test_PropertySetHelper()
1001 aValue = xPS->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ) ); in test_PropertySetHelper()
1011 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), aValue ); in test_PropertySetHelper()
1012 aValue = xPS->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ) ); in test_PropertySetHelper()
1024 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), aValue ); in test_PropertySetHelper()
1025 aValue = xPS->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ) ); in test_PropertySetHelper()
1056 xPS->addPropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), xPS_L ); in test_PropertySetHelper()
1078 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), aValue ); in test_PropertySetHelper()
1098 xPS->removePropertyChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), xPS_L ); in test_PropertySetHelper()