Searched refs:tm_mday (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/tools/source/fsys/ |
H A D | unx.hxx | 73 return Date( pTime->tm_mday, in Unx2Date() 84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
|
H A D | unx.cxx | 619 times.tm_mday = rNewDateTime.GetDay(); in SetDateTime()
|
H A D | os2.cxx | 898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
|
/aoo41x/main/sal/osl/unx/ |
H A D | time.c | 79 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue() 103 aTime.tm_mday = pDateTime->Day; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/sal/osl/os2/ |
H A D | time.c | 79 pDateTime->Day = pSystemTime->tm_mday; in osl_getDateTimeFromTimeValue() 103 aTime.tm_mday = pDateTime->Day; in osl_getTimeValueFromDateTime()
|
/aoo41x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | x509certificate_nssimpl.cxx | 133 dateTime.Day = static_cast< sal_Int16 >( explTime.tm_mday ); in getNotValidBefore() 162 dateTime.Day = static_cast< sal_Int16 >( explTime.tm_mday ); in getNotValidAfter()
|
/aoo41x/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 95 nRet.Day = ptm->tm_mday; in CFDateToDateTime()
|
/aoo41x/main/shell/source/unix/misc/ |
H A D | open-url.c | 62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
|
H A D | senddoc.c | 62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
|
/aoo41x/main/extensions/source/macosx/spotlight/ |
H A D | unzip.h | 104 uInt tm_mday; /* day of the month - [1,31] */ member
|
H A D | unzip.m | 571 ptm->tm_mday = (uInt)(uDate&0x1f) ;
|
/aoo41x/main/sal/workben/ |
H A D | tgetpwnam.cxx | 169 printf("Day of Month: %d\n", ptm->tm_mday); in main()
|
/aoo41x/main/tools/source/datetime/ |
H A D | tdate.cxx | 170 nDate = ((sal_uIntPtr)aTime.tm_mday) + in Date()
|
/aoo41x/main/icc/ |
H A D | SampleICC-1.3.2.patch | 3016 if (newtime->tm_mon==11 && newtime->tm_mday==31) {
|
Completed in 168 milliseconds