Searched refs:tm_sec (Results 1 – 13 of 13) sorted by relevance
/trunk/main/tools/source/fsys/ |
H A D | unx.hxx | 65 pTime->tm_sec ); in Unx2Time() 83 rTime = Time( pTime->tm_hour, pTime->tm_min, pTime->tm_sec ); in Unx2DateAndTime()
|
H A D | unx.cxx | 623 times.tm_sec = rNewDateTime.GetSec(); in SetDateTime()
|
H A D | os2.cxx | 889 return Time( pTm->tm_hour, pTm->tm_min, pTm->tm_sec ); in MsDos2Time()
|
/trunk/main/sal/osl/os2/ |
H A D | time.c | 76 pDateTime->Seconds = pSystemTime->tm_sec; in osl_getDateTimeFromTimeValue() 100 aTime.tm_sec = pDateTime->Seconds; in osl_getTimeValueFromDateTime()
|
/trunk/main/sal/osl/unx/ |
H A D | time.c | 75 pDateTime->Seconds = pSystemTime->tm_sec; in osl_getDateTimeFromTimeValue() 99 aTime.tm_sec = pDateTime->Seconds; in osl_getTimeValueFromDateTime()
|
/trunk/main/xmlsecurity/source/xmlsec/nss/ |
H A D | x509certificate_nssimpl.cxx | 130 dateTime.Seconds = static_cast< sal_Int16 >( explTime.tm_sec ); in getNotValidBefore() 159 dateTime.Seconds = static_cast< sal_Int16 >( explTime.tm_sec ); in getNotValidAfter()
|
/trunk/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 98 nRet.Seconds = ptm->tm_sec; in CFDateToDateTime()
|
/trunk/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()
|
/trunk/main/extensions/source/macosx/spotlight/ |
H A D | unzip.h | 101 uInt tm_sec; /* seconds after the minute - [0,59] */ member
|
H A D | unzip.m | 577 ptm->tm_sec = (uInt) (2*(ulDosDate&0x1f)) ;
|
/trunk/main/sal/workben/ |
H A D | tgetpwnam.cxx | 166 printf("Seconds: %d\n", ptm->tm_sec); in main()
|
/trunk/main/tools/source/datetime/ |
H A D | ttime.cxx | 128 (((sal_Int32)aTime.tm_sec)*100); in Time()
|
Completed in 47 milliseconds