Searched defs:_rNullDate (Results 1 – 7 of 7) sorted by relevance
/trunk/main/connectivity/inc/connectivity/ |
H A D | dbconversion.hxx | 142 …static double toStandardDbDate(const ::com::sun::star::util::Date& _rNullDate, double _rVal) { ret… in toStandardDbDate() 146 …static double toNullDate(const ::com::sun::star::util::Date& _rNullDate, double _rVal) { return _r… in toNullDate()
|
/trunk/main/connectivity/source/commontools/ |
H A D | dbconversion.cxx | 268 sal_Int32 DBTypeConversion::toDays(const Date& _rVal, const Date& _rNullDate) in toDays() 274 double DBTypeConversion::toDouble(const Date& rVal, const Date& _rNullDate) in toDouble() 286 double DBTypeConversion::toDouble(const DateTime& _rVal, const Date& _rNullDate) in toDouble() 341 Date DBTypeConversion::toDate(double dVal, const Date& _rNullDate) in toDate() 393 DateTime DBTypeConversion::toDateTime(double dVal, const Date& _rNullDate) in toDateTime()
|
H A D | DateConversion.cxx | 415 const Date& _rNullDate) in getFormattedValue()
|
/trunk/main/svx/source/inc/ |
H A D | typeconversionclient.hxx | 68 inline ::rtl::OUString getFormattedValue( in getFormattedValue()
|
/trunk/main/connectivity/java/dbtools/src/org/apache/openoffice/comp/sdbc/dbtools/util/ |
H A D | DBTypeConversion.java | 242 public static double toDouble(Date rVal, Date _rNullDate) { in toDouble() 250 public static double toDouble(DateTime _rVal, Date _rNullDate) { in toDouble() 270 public static Date toDate(double dVal, Date _rNullDate) { in toDate() 305 public static DateTime toDateTime(double dVal, Date _rNullDate) { in toDateTime()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | swdbtoolsclient.cxx | 233 const util::Date& _rNullDate in getFormattedValue()
|
/trunk/main/connectivity/source/simpledbt/ |
H A D | staticdbtools_s.cxx | 67 const Date& _rNullDate, sal_Int32 _nKey, sal_Int16 _nKeyType) const in getFormattedValue() argument
|
Completed in 25 milliseconds