Home
last modified time | relevance | path

Searched refs:m_bEmptyIsNull (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/forms/source/component/
H A DEditBase.cxx65 ,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()
H A DComboBox.cxx143 ,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()
H A DEditBase.hxx69 sal_Bool m_bEmptyIsNull : 1; // empty string will be interepreted as NULL when committing member in frm::OEditBaseModel
H A DComboBox.hxx74 sal_Bool m_bEmptyIsNull; // LeerString wird als NULL interpretiert member in frm::OComboBoxModel
H A DPattern.cxx172 && m_bEmptyIsNull // which should be interpreted as NULL in commitControlValueToDbColumn()
H A DEdit.cxx686 && m_bEmptyIsNull // which should be interpreted as NULL in commitControlValueToDbColumn()
H A DFormattedField.cxx1033 && m_bEmptyIsNull in commitControlValueToDbColumn()

Completed in 125 milliseconds