Lines Matching refs:b

832 	sal_Bool b = sal_True;  in compareMyPropertySet()  local
842 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("long")) ) == in compareMyPropertySet()
844 if( ! b ) fprintf( stderr, "compareMyPropertySet: 2\n" ); in compareMyPropertySet()
846 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("float")) ) == in compareMyPropertySet()
848 if( ! b ){ in compareMyPropertySet()
856 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("double")) ) == in compareMyPropertySet()
858 if( ! b ) fprintf( stderr, "compareMyPropertySet: 4\n" ); in compareMyPropertySet()
865 b = b && ( (b1 && b2) || b1 == b2 ); in compareMyPropertySet()
866 if( ! b ) fprintf( stderr, "compareMyPropertySet: 5\n" ); in compareMyPropertySet()
871 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("byte")) ) == in compareMyPropertySet()
873 if( ! b ) fprintf( stderr, "compareMyPropertySet: 6\n" ); in compareMyPropertySet()
875 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("char")) ) == in compareMyPropertySet()
877 if( ! b ) fprintf( stderr, "compareMyPropertySet: 7\n" ); in compareMyPropertySet()
879 b = b && ( r1->getPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("string")) ) == in compareMyPropertySet()
881 if( ! b ) fprintf( stderr, "compareMyPropertySet: 8\n" ); in compareMyPropertySet()
898 b = b && compareMyPropertySet( rProp1 , rProp2 ); in compareMyPropertySet()
902 b = sal_False; in compareMyPropertySet()
904 if( ! b ) fprintf( stderr, "compareMyPropertySet: 9\n" ); in compareMyPropertySet()
908 b = sal_False; in compareMyPropertySet()
910 if( ! b ) fprintf( stderr, "compareMyPropertySet: 10\n" ); in compareMyPropertySet()
913 return b; in compareMyPropertySet()
975 sal_Bool b = sal_True; in testObject() local
976 any.setValue( &b , getCppuBooleanType() ); in testObject()
1034 sal_Bool b = sal_True; in testObject() local
1035 any.setValue( &b , getCppuBooleanType() ); in testObject()