Searched refs:m_bEmptyIsNull (Results 1 – 7 of 7) sorted by relevance
65 ,m_bEmptyIsNull(sal_True) in DBG_NAME()79 m_bEmptyIsNull = _pOriginal->m_bEmptyIsNull; in OEditBaseModel()119 _rxOutStream->writeBoolean(m_bEmptyIsNull); in write()169 m_bEmptyIsNull = _rxInStream->readBoolean(); in read()256 rValue <<= (sal_Bool)m_bEmptyIsNull; in getFastPropertyValue()282 bModified = tryPropertyValue(rConvertedValue, rOldValue, rValue, m_bEmptyIsNull); in convertFastPropertyValue()314 m_bEmptyIsNull = getBOOL(rValue); in setFastPropertyValue_NoBroadcast()
143 ,m_bEmptyIsNull(sal_True) in DBG_NAME()160 ,m_bEmptyIsNull( _pOriginal->m_bEmptyIsNull ) in OComboBoxModel()204 _rValue <<= m_bEmptyIsNull; in getFastPropertyValue()249 _rValue >>= m_bEmptyIsNull; in setFastPropertyValue_NoBroadcast()292 bModified = tryPropertyValue(_rConvertedValue, _rOldValue, _rValue, m_bEmptyIsNull); in convertFastPropertyValue()368 _rxOutStream << (sal_Bool)m_bEmptyIsNull; in write()406 m_bEmptyIsNull = sal_True; in read()447 m_bEmptyIsNull = bNull; in read()746 && m_bEmptyIsNull // which should be interpreted as NULL in commitControlValueToDbColumn()
69 sal_Bool m_bEmptyIsNull : 1; // empty string will be interepreted as NULL when committing member in frm::OEditBaseModel
172 && m_bEmptyIsNull // which should be interpreted as NULL in commitControlValueToDbColumn()
74 sal_Bool m_bEmptyIsNull; // LeerString wird als NULL interpretiert member in frm::OComboBoxModel
686 && m_bEmptyIsNull // which should be interpreted as NULL in commitControlValueToDbColumn()
1033 && m_bEmptyIsNull in commitControlValueToDbColumn()
Completed in 37 milliseconds