LibreOffice Module i18npool (master) 1
|
#include <calendar_jewish.hxx>
#include <nativenumbersupplier.hxx>
#include <com/sun/star/i18n/CalendarDisplayCode.hpp>
#include <com/sun/star/i18n/NativeNumberMode.hpp>
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)) |
Functions | |
static bool | i18npool::HebrewLeapYear (sal_Int32 year) |
static sal_Int32 | i18npool::LastMonthOfHebrewYear (sal_Int32 year) |
static sal_Int32 | i18npool::HebrewCalendarElapsedDays (sal_Int32 year) |
static sal_Int32 | i18npool::DaysInHebrewYear (sal_Int32 year) |
static bool | i18npool::LongHeshvan (sal_Int32 year) |
static bool | i18npool::ShortKislev (sal_Int32 year) |
static sal_Int32 | i18npool::LastDayOfHebrewMonth (sal_Int32 month, sal_Int32 year) |
static int | i18npool::LastDayOfGregorianMonth (int month, int year) |
Variables | |
const int | i18npool::HebrewEpoch = -1373429 |
#define FIELDS ((1 << CalendarFieldIndex::ERA) | (1 << CalendarFieldIndex::YEAR) | (1 << CalendarFieldIndex::MONTH) | (1 << CalendarFieldIndex::DAY_OF_MONTH)) |
Definition at line 271 of file calendar_jewish.cxx.
|
private |
Definition at line 137 of file calendar_jewish.cxx.
Referenced by i18npool::Calendar_hijri::getHijri(), i18npool::Calendar_hijri::getJulianDay(), i18npool::Calendar_gregorian::loadCalendar(), i18npool::Calendar_gregorian::mapFromGregorian(), i18npool::Calendar_hijri::mapFromGregorian(), i18npool::Calendar_hijri::mapToGregorian(), i18npool::Calendar_gregorian::setFirstDayOfWeek(), i18npool::CalendarImpl::setFirstDayOfWeek(), and i18npool::Calendar_hijri::ToGregorian().
|
private |
Definition at line 136 of file calendar_jewish.cxx.
Referenced by i18npool::Calendar_hijri::getHijri(), i18npool::Calendar_hijri::getJulianDay(), i18npool::LastDayOfGregorianMonth(), i18npool::LastDayOfHebrewMonth(), i18npool::Calendar_gregorian::mapFromGregorian(), i18npool::Calendar_hijri::mapFromGregorian(), i18npool::Calendar_hijri::mapToGregorian(), and i18npool::Calendar_hijri::ToGregorian().
|
private |
Definition at line 135 of file calendar_jewish.cxx.
Referenced by i18npool::DaysInHebrewYear(), i18npool::Calendar_hijri::getHijri(), i18npool::Calendar_hijri::getJulianDay(), i18npool::HebrewCalendarElapsedDays(), i18npool::HebrewLeapYear(), i18npool::LastDayOfGregorianMonth(), i18npool::LastDayOfHebrewMonth(), i18npool::LastMonthOfHebrewYear(), i18npool::LongHeshvan(), i18npool::Calendar_gregorian::mapFromGregorian(), i18npool::Calendar_hijri::mapFromGregorian(), i18npool::Calendar_hijri::mapToGregorian(), i18npool::ShortKislev(), and i18npool::Calendar_hijri::ToGregorian().