LibreOffice
LibreOffice 26.2 SDK API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
Calendar2.idl
Go to the documentation of this file.
1
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2
/*
3
* This file is part of the LibreOffice project.
4
*
5
* This Source Code Form is subject to the terms of the Mozilla Public
6
* License, v. 2.0. If a copy of the MPL was not distributed with this
7
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
8
*/
9
10
11
module
com
{ module sun { module star { module i18n {
12
13
39
40
published
struct
Calendar2
41
{
43
sequence< CalendarItem2 >
Days
;
44
46
sequence< CalendarItem2 >
Months
;
47
49
sequence< CalendarItem2 >
GenitiveMonths
;
50
52
sequence< CalendarItem2 >
PartitiveMonths
;
53
55
sequence< CalendarItem2 >
Eras
;
56
58
string
StartOfWeek
;
59
61
short
MinimumNumberOfDaysForFirstWeek
;
62
64
boolean
Default
;
65
67
string
Name
;
68
};
69
70
}; }; }; };
71
com
Definition
Ambiguous.idl:20
com::sun::star::i18n::Calendar2
Calendar items as returned in a sequence by XLocaleData3::getAllCalendars2().
Definition
Calendar2.idl:41
com::sun::star::i18n::Calendar2::Default
boolean Default
If this is the default calendar for a given locale.
Definition
Calendar2.idl:64
com::sun::star::i18n::Calendar2::PartitiveMonths
sequence< CalendarItem2 > PartitiveMonths
The months of the year in partitive case.
Definition
Calendar2.idl:52
com::sun::star::i18n::Calendar2::Months
sequence< CalendarItem2 > Months
The months of the year.
Definition
Calendar2.idl:46
com::sun::star::i18n::Calendar2::Eras
sequence< CalendarItem2 > Eras
The possible eras.
Definition
Calendar2.idl:55
com::sun::star::i18n::Calendar2::Name
string Name
The name of the calendar, for example, Gregorian.
Definition
Calendar2.idl:67
com::sun::star::i18n::Calendar2::GenitiveMonths
sequence< CalendarItem2 > GenitiveMonths
The months of the year in possessive genitive case.
Definition
Calendar2.idl:49
com::sun::star::i18n::Calendar2::Days
sequence< CalendarItem2 > Days
The days of the week.
Definition
Calendar2.idl:43
com::sun::star::i18n::Calendar2::StartOfWeek
string StartOfWeek
The ID of the day with which the week begins.
Definition
Calendar2.idl:58
com::sun::star::i18n::Calendar2::MinimumNumberOfDaysForFirstWeek
short MinimumNumberOfDaysForFirstWeek
How many days must reside in the first week of a year.
Definition
Calendar2.idl:61
com
sun
star
i18n
Calendar2.idl
Generated by
1.17.0