Searched defs:DateTime (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/ucb/source/ucp/ftp/ |
H A D | ftpdirp.hxx | 45 struct DateTime struct 48 DateTime(const sal_uInt16& hundredthSeconds, in DateTime() argument 63 void SetYear(sal_uInt16 year) { Year = year; } in SetYear() 64 void SetMonth(sal_uInt16 month) { Month = month; } in SetMonth() 65 void SetDay(sal_uInt16 day) { Day = day; } in SetDay() 67 void SetTime(sal_uInt16) { Hours = Minutes = Seconds = HundredthSeconds = 0; } in SetTime() 68 void SetHour(sal_uInt16 hours) { Hours = hours; } in SetHour() 69 void SetMin(sal_uInt16 minutes) { Minutes = minutes; } in SetMin() 70 void SetSec(sal_uInt16 seconds) { Seconds = seconds; } in SetSec() 71 void Set100Sec(sal_uInt16 hundredthSec) { HundredthSeconds = hundredthSec; } in Set100Sec() [all …]
|
/aoo41x/main/tools/inc/tools/ |
H A D | datetime.hxx | 35 class TOOLS_DLLPUBLIC DateTime : public Date, public Time class 38 DateTime() : Date(), Time() {} in DateTime() function in DateTime 39 DateTime( const DateTime& rDateTime ) : in DateTime() function in DateTime 41 DateTime( const Date& rDate ) : Date( rDate ), Time(0) {} in DateTime() function in DateTime 42 DateTime( const Time& rTime ) : Date(0), Time( rTime ) {} in DateTime() function in DateTime 43 DateTime( const Date& rDate, const Time& rTime ) : in DateTime() function in DateTime
|
/aoo41x/main/connectivity/inc/connectivity/ |
H A D | DateConversion.hxx | 47 static sal_Int64 toINT64(const ::com::sun::star::util::DateTime&) in toINT64() 67 static double toDouble(const ::com::sun::star::util::DateTime&) in toDouble()
|
/aoo41x/main/shell/source/win32/shlxthandler/util/ |
H A D | iso8601_converter.cxx | 46 SYSTEMTIME DateTime; in iso8601_date_to_local_date() local
|
/aoo41x/main/connectivity/source/drivers/evoab2/ |
H A D | NPreparedStatement.cxx | 202 void SAL_CALL OEvoabPreparedStatement::setTimestamp( sal_Int32 /*parameterIndex*/, const DateTime& … in setTimestamp()
|
/aoo41x/main/connectivity/source/drivers/kab/ |
H A D | KPreparedStatement.cxx | 294 void SAL_CALL KabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, Ru… in setTimestamp()
|
H A D | KResultSet.cxx | 766 void SAL_CALL KabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runtime… in updateTimestamp()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | MacabPreparedStatement.cxx | 307 void SAL_CALL MacabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, … in setTimestamp()
|
H A D | MacabResultSet.cxx | 842 void SAL_CALL MacabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runti… in updateTimestamp()
|
/aoo41x/main/mysqlc/source/ |
H A D | mysqlc_resultset.cxx | 1190 void SAL_CALL OResultSet::updateTimestamp(sal_Int32 column, const DateTime& /* x */) in updateTimestamp()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtimp.cxx | 2982 const DateTime& /*rDateTime*/, in RedlineAdd()
|
Completed in 150 milliseconds