Home
last modified time | relevance | path

Searched defs:DateTime (Results 1 – 10 of 10) sorted by relevance

/trunk/main/ucb/source/ucp/ftp/
H A Dftpdirp.hxx45 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 …]
/trunk/main/tools/inc/tools/
H A Ddatetime.hxx35 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
/trunk/main/connectivity/inc/connectivity/
H A DDateConversion.hxx47 static sal_Int64 toINT64(const ::com::sun::star::util::DateTime&) in toINT64()
67 static double toDouble(const ::com::sun::star::util::DateTime&) in toDouble()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Diso8601_converter.cxx46 SYSTEMTIME DateTime; in iso8601_date_to_local_date() local
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DBuiltInType.java34 DateTime, enumConstant
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.cxx202 void SAL_CALL OEvoabPreparedStatement::setTimestamp( sal_Int32 /*parameterIndex*/, const DateTime& in setTimestamp()
/trunk/main/connectivity/source/drivers/macab/
H A DMacabPreparedStatement.cxx307 void SAL_CALL MacabPreparedStatement::setTimestamp(sal_Int32, const DateTime&) throw(SQLException, … in setTimestamp()
H A DMacabResultSet.cxx842 void SAL_CALL MacabResultSet::updateTimestamp(sal_Int32, const DateTime&) throw(SQLException, Runti… in updateTimestamp()
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.cxx1190 void SAL_CALL OResultSet::updateTimestamp(sal_Int32 column, const DateTime& /* x */) in updateTimestamp()
/trunk/main/xmloff/source/text/
H A Dtxtimp.cxx2982 const DateTime& /*rDateTime*/, in RedlineAdd()

Completed in 59 milliseconds