LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 #ifndef __com_sun_star_i18n_Calendar2_idl__
11 #define __com_sun_star_i18n_Calendar2_idl__
12 
14 
15 
16 module com { module sun { module star { module i18n {
17 
18 
45 published struct Calendar2
46 {
48  sequence< CalendarItem2 > Days;
49 
51  sequence< CalendarItem2 > Months;
52 
54  sequence< CalendarItem2 > GenitiveMonths;
55 
57  sequence< CalendarItem2 > PartitiveMonths;
58 
60  sequence< CalendarItem2 > Eras;
61 
63  string StartOfWeek;
64 
67 
69  boolean Default;
70 
72  string Name;
73 };
74 
75 }; }; }; };
76 
77 #endif