LibreOffice Module i18npool (master) 1
Namespaces | Macros | Functions | Variables
calendar_jewish.cxx File Reference
#include <calendar_jewish.hxx>
#include <nativenumbersupplier.hxx>
#include <com/sun/star/i18n/CalendarDisplayCode.hpp>
#include <com/sun/star/i18n/NativeNumberMode.hpp>
Include dependency graph for calendar_jewish.cxx:

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
 

Macro Definition Documentation

◆ FIELDS

#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.

Variable Documentation

◆ day

int day
private

◆ month

int month
private

◆ year

int year
private