Searched refs:tm_hour (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | unx.hxx | 63 return Time( pTime->tm_hour, in Unx2Time() 83 rTime = Time( pTime->tm_hour, pTime->tm_min, pTime->tm_sec ); in Unx2DateAndTime()
|
H A D | unx.cxx | 621 times.tm_hour = rNewDateTime.GetHour(); in SetDateTime()
|
H A D | os2.cxx | 889 return Time( pTm->tm_hour, pTm->tm_min, pTm->tm_sec ); in MsDos2Time()
|
/aoo41x/main/sal/osl/unx/ |
H A D | time.c | 78 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue() 102 aTime.tm_hour = pDateTime->Hours; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/sal/osl/os2/ |
H A D | time.c | 78 pDateTime->Hours = pSystemTime->tm_hour; in osl_getDateTimeFromTimeValue() 102 aTime.tm_hour = pDateTime->Hours; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | x509certificate_nssimpl.cxx | 132 dateTime.Hours = static_cast< sal_Int16 >( explTime.tm_hour ); in getNotValidBefore() 161 dateTime.Hours = static_cast< sal_Int16 >( explTime.tm_hour ); in getNotValidAfter()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 96 nRet.Hours = ptm->tm_hour; in CFDateToDateTime()
|
/aoo41x/main/shell/source/unix/misc/ |
H A D | open-url.c | 63 localTime->tm_hour, localTime->tm_min, localTime->tm_sec, msg); in logMessage()
|
H A D | senddoc.c | 63 localTime->tm_hour, localTime->tm_min, localTime->tm_sec, msg); in logMessage()
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | unzip.h | 103 uInt tm_hour; /* hours since midnight - [0,23] */ member
|
H A D | unzip.m | 575 ptm->tm_hour = (uInt) ((ulDosDate &0xF800)/0x800);
|
/aoo41x/main/sal/workben/ |
H A D | tgetpwnam.cxx | 168 printf("Hour: %d\n", ptm->tm_hour); in main()
|
/aoo41x/main/tools/source/datetime/ |
H A D | ttime.cxx | 126 nTime = (((sal_Int32)aTime.tm_hour)*1000000) + in Time()
|
Completed in 162 milliseconds