LibreOffice Module i18npool (master) 1
|
#include <sal/config.h>
#include <i18nutil/calendar.hxx>
#include <cmath>
#include <stdlib.h>
#include <calendar_hijri.hxx>
#include <tools/long.hxx>
#include <basegfx/numeric/ftools.hxx>
Go to the source code of this file.
Namespaces | |
namespace | i18npool |
Constant values shared between i18npool and, for example, the number formatter. | |
Macros | |
#define | FIELDS ((1 << CalendarFieldIndex::ERA) | (1 << CalendarFieldIndex::YEAR) | (1 << CalendarFieldIndex::MONTH) | (1 << CalendarFieldIndex::DAY_OF_MONTH)) |
Variables | |
constexpr double | i18npool::SynPeriod = 29.53058868 |
constexpr double | i18npool::jd1900 = 2415020.75933 |
constexpr sal_Int32 | i18npool::SynRef = 1252 |
constexpr sal_Int32 | i18npool::GregRef = 1422 |
#define FIELDS ((1 << CalendarFieldIndex::ERA) | (1 << CalendarFieldIndex::YEAR) | (1 << CalendarFieldIndex::MONTH) | (1 << CalendarFieldIndex::DAY_OF_MONTH)) |
Definition at line 50 of file calendar_hijri.cxx.