Home
last modified time | relevance | path

Searched refs:_rNullDate (Results 1 – 10 of 10) sorted by relevance

/trunk/main/connectivity/inc/connectivity/
H A Ddbconversion.hxx114 …r::util::Date toDate(double dVal, const ::com::sun::star::util::Date& _rNullDate = getStandardDat…
118 …::DateTime toDateTime(double dVal, const ::com::sun::star::util::Date& _rNullDate = getStandardDat…
127 …com::sun::star::util::Date& _rVal, const ::com::sun::star::util::Date& _rNullDate = getStandardDat…
129 …:com::sun::star::util::Date& rVal, const ::com::sun::star::util::Date& _rNullDate = getStandardDat…
131 …::sun::star::util::DateTime& rVal, const ::com::sun::star::util::Date& _rNullDate = getStandardDat…
142 …ardDbDate(const ::com::sun::star::util::Date& _rNullDate, double _rVal) { return _rVal + toDays(_r… in toStandardDbDate() argument
146 …oNullDate(const ::com::sun::star::util::Date& _rNullDate, double _rVal) { return _rVal - toDays(_r… in toNullDate() argument
H A Dvirtualdbtools.hxx260 const ::com::sun::star::util::Date& _rNullDate,
268 const ::com::sun::star::util::Date& _rNullDate
/trunk/main/connectivity/source/commontools/
H A Ddbconversion.cxx268 sal_Int32 DBTypeConversion::toDays(const Date& _rVal, const Date& _rNullDate) in toDays() argument
270 return implRelativeToAbsoluteNull(_rVal) - implRelativeToAbsoluteNull(_rNullDate); in toDays()
274 double DBTypeConversion::toDouble(const Date& rVal, const Date& _rNullDate) in toDouble() argument
276 return (double)toDays(rVal, _rNullDate); in toDouble()
286 double DBTypeConversion::toDouble(const DateTime& _rVal, const Date& _rNullDate) in toDouble() argument
288 sal_Int64 nTime = toDays(Date(_rVal.Day, _rVal.Month, _rVal.Year), _rNullDate); in toDouble()
341 Date DBTypeConversion::toDate(double dVal, const Date& _rNullDate) in toDate() argument
343 Date aRet = _rNullDate; in toDate()
393 DateTime DBTypeConversion::toDateTime(double dVal, const Date& _rNullDate) in toDateTime() argument
395 Date aDate = toDate(dVal, _rNullDate); in toDateTime()
H A DDateConversion.cxx415 const Date& _rNullDate) in getFormattedValue() argument
444 …ormattedValue(Reference< XColumn > (_xColumn, UNO_QUERY), _xFormatter, _rNullDate, nKey, nKeyType); in getFormattedValue()
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/
H A DDBTypeConversion.java242 public static double toDouble(Date rVal, Date _rNullDate) { in toDouble() argument
243 return (double)toDays(rVal, _rNullDate); in toDouble()
250 public static double toDouble(DateTime _rVal, Date _rNullDate) { in toDouble() argument
251 long nTime = toDays(new Date(_rVal.Day, _rVal.Month, _rVal.Year), _rNullDate); in toDouble()
270 public static Date toDate(double dVal, Date _rNullDate) { in toDate() argument
271 Date aRet = _rNullDate; in toDate()
305 public static DateTime toDateTime(double dVal, Date _rNullDate) { in toDateTime() argument
306 Date aDate = toDate(dVal, _rNullDate); in toDateTime()
/trunk/main/svx/source/inc/
H A Dtypeconversionclient.hxx59 const ::com::sun::star::util::Date& _rNullDate ) const in getValue()
63 nReturn = m_xTypeConversion->getValue( _rxVariant, _rNullDate ); in getValue()
71 const ::com::sun::star::util::Date& _rNullDate, in getFormattedValue()
77 …sReturn = m_xTypeConversion->getFormattedValue(_rxColumn, _rxFormatter, _rNullDate, _nKey, _nKeyTy… in getFormattedValue()
/trunk/main/connectivity/source/simpledbt/
H A Dstaticdbtools_s.cxx67 const Date& _rNullDate, sal_Int32 _nKey, sal_Int16 _nKeyType) const in getFormattedValue() argument
69 …return ::dbtools::DBTypeConversion::getFormattedValue(_rxColumn, _rxFormatter, _rNullDate, _nKey, … in getFormattedValue()
74 const Locale& _rLocale, const Date& _rNullDate ) const in getFormattedValue()
76 …rn ::dbtools::DBTypeConversion::getFormattedValue( _rxColumn, _rxFormatter, _rLocale, _rNullDate ); in getFormattedValue()
H A Dstaticdbtools_s.hxx59 const ::com::sun::star::util::Date& _rNullDate,
68 const ::com::sun::star::util::Date& _rNullDate
/trunk/main/sw/source/ui/dbui/
H A Dswdbtoolsclient.cxx233 const util::Date& _rNullDate in getFormattedValue() argument
241 sRet = xConversion->getFormattedValue(_rxColumn, _rxFormatter, _rLocale, _rNullDate); in getFormattedValue()
/trunk/main/sw/inc/
H A Dswdbtoolsclient.hxx67 const ::com::sun::star::util::Date& _rNullDate

Completed in 50 milliseconds