LibreOffice Module lotuswordpro (master) 1
|
Go to the source code of this file.
Functions | |
bool | LtgGmTime (tools::Long rtime, LtTm &rtm) |
bool | LtgLocalTime (tools::Long rtime, LtTm &rtm) |
Variables | |
const tools::Long | DAY_SEC = 24 * 60 * 60 |
const tools::Long | YEAR_SEC = 365 * DAY_SEC |
const tools::Long | FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC |
const long | LONG_MAX = 2147483647 |
const tools::Long | BASE_DOW = 4 |
bool LtgGmTime | ( | tools::Long | rtime, |
LtTm & | rtm | ||
) |
Definition at line 70 of file localtime.cxx.
References BASE_DOW, DAY_SEC, FOURYEAR_SEC, LtTm::tm_hour, LtTm::tm_mday, LtTm::tm_min, LtTm::tm_mon, LtTm::tm_sec, LtTm::tm_wday, LtTm::tm_yday, LtTm::tm_year, and YEAR_SEC.
Referenced by LtgLocalTime().
bool LtgLocalTime | ( | tools::Long | rtime, |
LtTm & | rtm | ||
) |
Definition at line 169 of file localtime.cxx.
References DAY_SEC, LONG_MAX, and LtgGmTime().
Referenced by LwpDocData::Read(), and LwpFribNote::XFConvert().
const tools::Long BASE_DOW = 4 |
Definition at line 68 of file localtime.cxx.
Referenced by LtgGmTime().
const tools::Long DAY_SEC = 24 * 60 * 60 |
Definition at line 61 of file localtime.cxx.
Referenced by LtgGmTime(), and LtgLocalTime().
const tools::Long FOURYEAR_SEC = 4 * YEAR_SEC + DAY_SEC |
Definition at line 63 of file localtime.cxx.
Referenced by LtgGmTime().
const long LONG_MAX = 2147483647 |
Definition at line 65 of file localtime.cxx.
Referenced by LtgLocalTime().
const tools::Long YEAR_SEC = 365 * DAY_SEC |
Definition at line 62 of file localtime.cxx.
Referenced by LtgGmTime().