Lines Matching refs:bModified
280 sal_Bool bModified(sal_False); in convertFastPropertyValue() local
284 bModified = tryPropertyValueEnum(_rConvertedValue, _rOldValue, _rValue, m_eListSourceType); in convertFastPropertyValue()
288 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aListSource); in convertFastPropertyValue()
292 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bEmptyIsNull); in convertFastPropertyValue()
296 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_aDefaultText); in convertFastPropertyValue()
300 bModified = convertNewListSourceProperty( _rConvertedValue, _rOldValue, _rValue ); in convertFastPropertyValue()
304 …bModified = OBoundControlModel::convertFastPropertyValue(_rConvertedValue, _rOldValue, _nHandle, _… in convertFastPropertyValue()
307 return bModified; in convertFastPropertyValue()
741 bool bModified = ( aNewValue != m_aLastKnownValue ); in commitControlValueToDbColumn() local
742 if ( bModified ) in commitControlValueToDbColumn()
775 sal_Bool bAddToList = bModified && !_bPostReset; in commitControlValueToDbColumn()