Lines Matching refs:m_aEmptyValue
416 return m_aEmptyValue; in getValue()
423 return (&aValue == &m_aEmptyValue) ? (sal_Bool)nVal : (sal_Bool)aValue; in getBoolean()
431 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int8)aValue; in getByte()
497 return (&aValue == &m_aEmptyValue) ? Date(aDate.day,aDate.month,aDate.year) : (Date)aValue; in getDate()
505 return (&aValue == &m_aEmptyValue) ? nRet : (double)aValue; in getDouble()
513 return (&aValue == &m_aEmptyValue) ? nRet : (float)aValue; in getFloat()
521 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int32)aValue; in getInt()
540 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int64)aValue; in getLong()
605 return (&aValue == &m_aEmptyValue) ? nRet : (sal_Int16)aValue; in getShort()
635 return (&aValue == &m_aEmptyValue) ? Time(0,aTime.second,aTime.minute,aTime.hour) : (Time)aValue; in getTime()
647 return (&aValue == &m_aEmptyValue) in getTimestamp()