Searched refs:toDays (Results 1 – 4 of 4) sorted by relevance
127 …static sal_Int32 toDays(const ::com::sun::star::util::Date& _rVal, const ::com::sun::star::util::D…142 …onst ::com::sun::star::util::Date& _rNullDate, double _rVal) { return _rVal + toDays(_rNullDate); } in toStandardDbDate()146 …onst ::com::sun::star::util::Date& _rNullDate, double _rVal) { return _rVal - toDays(_rNullDate); } in toNullDate()
268 sal_Int32 DBTypeConversion::toDays(const Date& _rVal, const Date& _rNullDate) in toDays() function in dbtools::DBTypeConversion276 return (double)toDays(rVal, _rNullDate); in toDouble()288 sal_Int64 nTime = toDays(Date(_rVal.Day, _rVal.Month, _rVal.Year), _rNullDate); in toDouble()
481 fValue -= toDays( rNullDate, aFormatterNullDate ); in getFormattedValue()
1344 nRet = dbtools::DBTypeConversion::toDays(*(::com::sun::star::util::Date*)m_aValue.m_pValue); in getInt32()1417 nRet = dbtools::DBTypeConversion::toDays(*(::com::sun::star::util::Date*)m_aValue.m_pValue); in getLong()
Completed in 32 milliseconds