Searched refs:m_aEmptyValue (Results 1 – 6 of 6) sorted by relevance
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()[all …]
248 return m_aEmptyValue; in impl_getValue()290 return m_aEmptyValue; in impl_getValue()
136 connectivity::ORowSetValue m_aEmptyValue; // only for error case member in dbaccess::ORowSetBase
113 ORowSetValue m_aEmptyValue; member in connectivity::ODatabaseMetaDataResultSet
642 return m_aEmptyValue; in getValue()
129 ORowSetValue m_aEmptyValue; // needed for the getValue method when no prefetch is used member in connectivity::odbc::OResultSet
Completed in 35 milliseconds