Lines Matching refs:b

265 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable1()[i].Hand…  in test_PropertyArrayHelper()  local
266 OSL_ENSURE( b, "fillPropertyMembersByHandle: handle not found" ); in test_PropertyArrayHelper()
277 …sal_Bool b = a1.fillPropertyMembersByHandle( &aPropName, &nAttributes, getPropertyTable4()[i].Hand… in test_PropertyArrayHelper() local
278 OSL_ENSURE( b, "fillPropertyMembersByHandle: handle not found" ); in test_PropertyArrayHelper()
679 sal_Bool b; in convertFastPropertyValue() local
680 convertPropertyValue( b , rValue ); in convertFastPropertyValue()
681 if( b != bBOOL ) in convertFastPropertyValue()
684 rConvertedValue.setValue( &b , ::getCppuBooleanType() ); in convertFastPropertyValue()
884 sal_Bool b = sal_True; in test_PropertySetHelper() local
886 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
897 sal_Bool b = sal_True; in test_PropertySetHelper() local
899 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
911 sal_Bool b = sal_True; in test_PropertySetHelper() local
913 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
923 sal_Bool b = sal_True; in test_PropertySetHelper() local
925 aBool.setValue( &b , getCppuBooleanType() ); in test_PropertySetHelper()
1002 sal_Bool b = *( (sal_Bool*)aValue.getValue()); in test_PropertySetHelper() local
1003 OSL_ENSURE( ! b, "PropertySetHelper: wrong BOOL value" ); in test_PropertySetHelper()
1006 b = *((sal_Bool*)aValue.getValue()); in test_PropertySetHelper()
1007 OSL_ENSURE( !b, "PropertySetHelper: wrong BOOL value" ); in test_PropertySetHelper()
1041 b = *((sal_Bool*)aValues.getConstArray()[0].getValue()); in test_PropertySetHelper()
1045 OSL_ENSURE( !b, "PropertySetHelper: wrong BOOL value" ); in test_PropertySetHelper()