LibreOffice
LibreOffice 7.3 SDK API Reference
CalendarDisplayCode.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 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19
20#ifndef __com_sun_star_i18n_CalendarDisplayCode_idl__
21#define __com_sun_star_i18n_CalendarDisplayCode_idl__
22
23
24module com { module sun { module star { module i18n {
25
26
27
38published constants CalendarDisplayCode
39{
41 const long SHORT_DAY = 1;
43 const long LONG_DAY = 2;
45 const long SHORT_DAY_NAME = 3;
47 const long LONG_DAY_NAME = 4;
48
50 const long SHORT_MONTH = 5;
52 const long LONG_MONTH = 6;
54 const long SHORT_MONTH_NAME = 7;
56 const long LONG_MONTH_NAME = 8;
57
59 const long SHORT_YEAR = 9;
61 const long LONG_YEAR = 10;
63 const long SHORT_ERA = 11;
65 const long LONG_ERA = 12;
67 const long SHORT_YEAR_AND_ERA = 13;
69 const long LONG_YEAR_AND_ERA = 14;
70
72 const long SHORT_QUARTER = 15;
74 const long LONG_QUARTER = 16;
75
80
84 const long LONG_GENITIVE_MONTH_NAME = 18;
85
90
95
100
105
109 const long NARROW_DAY_NAME = 23;
110
114 const long NARROW_MONTH_NAME = 24;
115
116};
117
118}; }; }; };
119
120#endif
121
122/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
const long SHORT_YEAR_AND_ERA
Combined short year and era, order depends on locale/calendar.
Definition: CalendarDisplayCode.idl:67
const long NARROW_GENITIVE_MONTH_NAME
Narrow possessive genitive case month name.
Definition: CalendarDisplayCode.idl:89
const long LONG_DAY_NAME
Day of week, full name.
Definition: CalendarDisplayCode.idl:47
const long SHORT_MONTH
Month of year, one or two digits, no leading zero.
Definition: CalendarDisplayCode.idl:50
const long SHORT_YEAR
Year, two digits.
Definition: CalendarDisplayCode.idl:59
const long SHORT_DAY
Day of month, one or two digits, no leading zero.
Definition: CalendarDisplayCode.idl:41
const long SHORT_DAY_NAME
Day of week, abbreviated name.
Definition: CalendarDisplayCode.idl:45
const long SHORT_PARTITIVE_MONTH_NAME
Abbreviated partitive case month name.
Definition: CalendarDisplayCode.idl:94
const long SHORT_GENITIVE_MONTH_NAME
Abbreviated possessive genitive case month name.
Definition: CalendarDisplayCode.idl:79
const long LONG_QUARTER
Long quarter, for example, "1st quarter".
Definition: CalendarDisplayCode.idl:74
const long LONG_YEAR
Year, four digits.
Definition: CalendarDisplayCode.idl:61
const long LONG_YEAR_AND_ERA
Combined full year and era, order depends on locale/calendar.
Definition: CalendarDisplayCode.idl:69
const long NARROW_MONTH_NAME
Narrow month name.
Definition: CalendarDisplayCode.idl:114
const long SHORT_QUARTER
Short quarter, for example, "Q1".
Definition: CalendarDisplayCode.idl:72
const long LONG_GENITIVE_MONTH_NAME
Full possessive genitive case month name.
Definition: CalendarDisplayCode.idl:84
const long LONG_MONTH
Month of year, with leading zero.
Definition: CalendarDisplayCode.idl:52
const long SHORT_ERA
Abbreviated era name, for example, BC or AD.
Definition: CalendarDisplayCode.idl:63
const long LONG_MONTH_NAME
Full month name.
Definition: CalendarDisplayCode.idl:56
const long SHORT_MONTH_NAME
Abbreviated month name.
Definition: CalendarDisplayCode.idl:54
const long LONG_PARTITIVE_MONTH_NAME
Full partitive case month name.
Definition: CalendarDisplayCode.idl:99
const long LONG_DAY
Day of month, two digits, with leading zero.
Definition: CalendarDisplayCode.idl:43
const long NARROW_DAY_NAME
Day of week, narrow name.
Definition: CalendarDisplayCode.idl:109
const long NARROW_PARTITIVE_MONTH_NAME
Narrow partitive case month name.
Definition: CalendarDisplayCode.idl:104
const long LONG_ERA
Full era name, for example, "Before Christ" or "Anno Dominus".
Definition: CalendarDisplayCode.idl:65
Definition: Ambiguous.idl:22