Home
last modified time | relevance | path

Searched refs:tm_year (Results 1 – 14 of 14) sorted by relevance

/trunk/main/tools/source/fsys/
H A Dunx.hxx75 pTime->tm_year + 1900 ); in Unx2Date()
84 rDate = Date( pTime->tm_mday, pTime->tm_mon + 1, pTime->tm_year + 1900 ); in Unx2DateAndTime()
H A Dunx.cxx617 times.tm_year = rNewDateTime.GetYear() - 1900; // 1997 -> 97 in SetDateTime()
H A Dos2.cxx898 return Date( pTm->tm_mday, pTm->tm_mon + 1, pTm->tm_year ); in MsDos2Date()
/trunk/main/sal/osl/os2/
H A Dtime.c82 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue()
112 aTime.tm_year = pDateTime->Year - 1900; in osl_getTimeValueFromDateTime()
/trunk/main/sal/osl/unx/
H A Dtime.c81 pDateTime->Year = pSystemTime->tm_year + 1900; in osl_getDateTimeFromTimeValue()
111 aTime.tm_year = pDateTime->Year - 1900; in osl_getTimeValueFromDateTime()
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dx509certificate_nssimpl.cxx135 dateTime.Year = static_cast< sal_Int16 >( explTime.tm_year ); in getNotValidBefore()
164 dateTime.Year = static_cast< sal_Int16 >( explTime.tm_year ); in getNotValidAfter()
/trunk/main/connectivity/source/drivers/macab/
H A Dmacabutilities.hxx93 nRet.Year = ptm->tm_year+1900; in CFDateToDateTime()
/trunk/main/autodoc/source/display/html/
H A Dcfrstd.cxx331 int year = 1900 + plt->tm_year; in MakeCopyRight()
/trunk/main/shell/source/unix/misc/
H A Dopen-url.c62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
H A Dsenddoc.c62 localTime->tm_year+1900, localTime->tm_mon+1, localTime->tm_mday, in logMessage()
/trunk/main/extensions/source/macosx/spotlight/
H A Dunzip.h106 uInt tm_year; /* years - [1980..2044] */ member
H A Dunzip.m573 ptm->tm_year = (uInt)(((uDate&0x0FE00)/0x0200)+1980) ;
/trunk/main/sal/workben/
H A Dtgetpwnam.cxx171 printf("Year: %d\n", ptm->tm_year); in main()
/trunk/main/tools/source/datetime/
H A Dtdate.cxx172 (((sal_uIntPtr)(aTime.tm_year+1900))*10000); in Date()

Completed in 69 milliseconds