Searched refs:tm_year (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/tools/source/fsys/ |
H A D | unx.hxx | 75 pTime->tm_year + 1900 ); in Unx2Date() 84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
|
H A D | unx.cxx | 617 times.tm_year = rNewDateTime.GetYear() - 1900; // 1997 -> 97 in SetDateTime()
|
H A D | os2.cxx | 898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
|
/aoo42x/main/sal/osl/os2/ |
H A D | time.c | 82 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue() 112 aTime.tm_year = pDateTime->Year - 1900; in osl_getTimeValueFromDateTime()
|
/aoo42x/main/sal/osl/unx/ |
H A D | time.c | 81 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue() 111 aTime.tm_year = pDateTime->Year - 1900; in osl_getTimeValueFromDateTime()
|
/aoo42x/main/xmlsecurity/source/xmlsec/nss/ |
H A D | x509certificate_nssimpl.cxx | 135 dateTime.Year = static_cast< sal_Int16 >( explTime.tm_year ); in getNotValidBefore() 164 dateTime.Year = static_cast< sal_Int16 >( explTime.tm_year ); in getNotValidAfter()
|
/aoo42x/main/connectivity/source/drivers/macab/ |
H A D | macabutilities.hxx | 93 nRet.Year = ptm->tm_year+1900; in CFDateToDateTime()
|
/aoo42x/main/autodoc/source/display/html/ |
H A D | cfrstd.cxx | 331 int year = 1900 + plt->tm_year; in MakeCopyRight()
|
/aoo42x/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()
|
/aoo42x/main/extensions/source/macosx/spotlight/ |
H A D | unzip.h | 106 uInt tm_year; /* years - [1980..2044] */ member
|
H A D | unzip.m | 573 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
|
/aoo42x/main/sal/workben/ |
H A D | tgetpwnam.cxx | 171 printf("Year: %d\n", ptm->tm_year); in main()
|
/aoo42x/main/tools/source/datetime/ |
H A D | tdate.cxx | 172 (((sal_uIntPtr)(aTime.tm_year+1900))*10000); in Date()
|
Completed in 61 milliseconds