Lines Matching refs:aBool
885 Any aBool; in test_PropertySetHelper() local
886 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
887 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ), aBool ); in test_PropertySetHelper()
898 Any aBool; in test_PropertySetHelper() local
899 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
901 pPS->setFastPropertyValue( PROPERTY_BOOL, aBool ); in test_PropertySetHelper()
912 Any aBool; in test_PropertySetHelper() local
913 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
914 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ), aBool ); in test_PropertySetHelper()
924 Any aBool; in test_PropertySetHelper() local
925 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
926 pPS->setFastPropertyValue( 3, aBool ); in test_PropertySetHelper()
936 Any aBool; in test_PropertySetHelper() local
937 aBool = xPS->getPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Does not exist") ) ); in test_PropertySetHelper()
946 Any aBool; in test_PropertySetHelper() local
947 aBool = ((XFastPropertySet *)pPS)->getFastPropertyValue( 3 ); in test_PropertySetHelper()
957 Any aBool; in test_PropertySetHelper() local
958 xPS->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ), aBool ); in test_PropertySetHelper()
967 Any aBool; in test_PropertySetHelper() local
968 pPS->setFastPropertyValue( PROPERTY_INT32, aBool ); in test_PropertySetHelper()