Lines Matching refs:m_bNull
201 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 =()
557 m_bNull = sal_False; in operator =()
569 if(m_bNull) in operator =()
574 m_bNull = sal_False; in operator =()
588 m_bNull = sal_False; in operator =()
604 if(m_bNull) in operator =()
609 m_bNull = sal_False; in operator =()
622 if(m_bNull) in operator =()
627 m_bNull = sal_False; in operator =()
643 m_bNull = sal_False; in operator =()
655 m_bNull = sal_False; in operator =()
670 if ( m_bNull ) in operator =()
680 m_bNull = sal_False; in operator =()
693 m_bNull = sal_False; in operator =()
705 if(m_bNull) in operator =()
721 m_bNull = sal_False; in operator =()
731 if (m_bNull) in operator =()
740 m_bNull = sal_False; in operator =()
750 if ( m_bNull ) in operator =()
759 m_bNull = sal_False; in operator =()
786 if ( m_bNull != _rRH.isNull() ) in operator ==()
789 if(m_bNull && _rRH.isNull()) in operator ==()
816 OSL_ENSURE(!m_bNull,"SHould not be null!"); in operator ==()
1000 if(!m_bNull) in getString()
1096 if(!m_bNull) in getBool()
1175 if(!m_bNull) in getInt8()
1248 if(!m_bNull) in getInt16()
1319 if(!m_bNull) in getInt32()
1392 if(!m_bNull) in getLong()
1465 if(!m_bNull) in getFloat()
1544 if(!m_bNull) in getDouble()
1622 m_bNull = sal_False; in setFromDouble()
1715 if (!m_bNull) in getSequence()
1788 if(!m_bNull) in getDate()
1847 if(!m_bNull) in getTime()
1892 if(!m_bNull) in getDateTime()
1947 if ( !m_bNull ) in setSigned()