Home
last modified time | relevance | path

Searched refs:m_bNull (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/connectivity/source/commontools/
H A DFValue.cxx201 if ( !m_bNull && !isStorageCompatible(_eType, m_eTypeKind) ) in setTypeKind()
269 if(!m_bNull) in free()
359 m_bNull = sal_True; in free()
368 … if ( m_eTypeKind != _rRH.m_eTypeKind || (_rRH.m_bNull && !m_bNull) || m_bSigned != _rRH.m_bSigned) in operator =()
375 if(m_bNull && !_rRH.m_bNull) in operator =()
456 else if(!_rRH.m_bNull) in operator =()
521 m_bNull = _rRH.m_bNull; in operator =()
534 if(m_bNull) in operator =()
539 m_bNull = sal_False; in operator =()
552 if(m_bNull) in operator =()
[all …]
/AOO41X/main/connectivity/inc/connectivity/
H A DFValue.hxx63 sal_Bool m_bNull : 1; // value is null member in connectivity::ORowSetValue
73 ,m_bNull(sal_True) in ORowSetValue()
83 ,m_bNull(sal_True) in ORowSetValue()
94 ,m_bNull(sal_True) in ORowSetValue()
105 ,m_bNull(sal_True) in ORowSetValue()
116 ,m_bNull(sal_True) in ORowSetValue()
127 ,m_bNull(sal_True) in ORowSetValue()
137 ,m_bNull(sal_True) in ORowSetValue()
147 ,m_bNull(sal_True) in ORowSetValue()
157 ,m_bNull(sal_True) in ORowSetValue()
[all …]