LibreOffice
LibreOffice 24.2 SDK API Reference
Loading...
Searching...
No Matches
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
21module com { module sun { module star { module i18n {
22
23
24
35published constants CalendarDisplayCode
36{
38 const long SHORT_DAY = 1;
40 const long LONG_DAY = 2;
42 const long SHORT_DAY_NAME = 3;
44 const long LONG_DAY_NAME = 4;
45
47 const long SHORT_MONTH = 5;
49 const long LONG_MONTH = 6;
51 const long SHORT_MONTH_NAME = 7;
53 const long LONG_MONTH_NAME = 8;
54
56 const long SHORT_YEAR = 9;
58 const long LONG_YEAR = 10;
60 const long SHORT_ERA = 11;
62 const long LONG_ERA = 12;
64 const long SHORT_YEAR_AND_ERA = 13;
66 const long LONG_YEAR_AND_ERA = 14;
67
69 const long SHORT_QUARTER = 15;
71 const long LONG_QUARTER = 16;
72
77
81 const long LONG_GENITIVE_MONTH_NAME = 18;
82
87
92
97
102
106 const long NARROW_DAY_NAME = 23;
107
111 const long NARROW_MONTH_NAME = 24;
112
113};
114
115}; }; }; };
116
117/* 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:64
const long NARROW_GENITIVE_MONTH_NAME
Narrow possessive genitive case month name.
Definition CalendarDisplayCode.idl:86
const long LONG_DAY_NAME
Day of week, full name.
Definition CalendarDisplayCode.idl:44
const long SHORT_MONTH
Month of year, one or two digits, no leading zero.
Definition CalendarDisplayCode.idl:47
const long SHORT_YEAR
Year, two digits.
Definition CalendarDisplayCode.idl:56
const long SHORT_DAY
Day of month, one or two digits, no leading zero.
Definition CalendarDisplayCode.idl:38
const long SHORT_DAY_NAME
Day of week, abbreviated name.
Definition CalendarDisplayCode.idl:42
const long SHORT_PARTITIVE_MONTH_NAME
Abbreviated partitive case month name.
Definition CalendarDisplayCode.idl:91
const long SHORT_GENITIVE_MONTH_NAME
Abbreviated possessive genitive case month name.
Definition CalendarDisplayCode.idl:76
const long LONG_QUARTER
Long quarter, for example, "1st quarter".
Definition CalendarDisplayCode.idl:71
const long LONG_YEAR
Year, four digits.
Definition CalendarDisplayCode.idl:58
const long LONG_YEAR_AND_ERA
Combined full year and era, order depends on locale/calendar.
Definition CalendarDisplayCode.idl:66
const long NARROW_MONTH_NAME
Narrow month name.
Definition CalendarDisplayCode.idl:111
const long SHORT_QUARTER
Short quarter, for example, "Q1".
Definition CalendarDisplayCode.idl:69
const long LONG_GENITIVE_MONTH_NAME
Full possessive genitive case month name.
Definition CalendarDisplayCode.idl:81
const long LONG_MONTH
Month of year, with leading zero.
Definition CalendarDisplayCode.idl:49
const long SHORT_ERA
Abbreviated era name, for example, BC or AD.
Definition CalendarDisplayCode.idl:60
const long LONG_MONTH_NAME
Full month name.
Definition CalendarDisplayCode.idl:53
const long SHORT_MONTH_NAME
Abbreviated month name.
Definition CalendarDisplayCode.idl:51
const long LONG_PARTITIVE_MONTH_NAME
Full partitive case month name.
Definition CalendarDisplayCode.idl:96
const long LONG_DAY
Day of month, two digits, with leading zero.
Definition CalendarDisplayCode.idl:40
const long NARROW_DAY_NAME
Day of week, narrow name.
Definition CalendarDisplayCode.idl:106
const long NARROW_PARTITIVE_MONTH_NAME
Narrow partitive case month name.
Definition CalendarDisplayCode.idl:101
const long LONG_ERA
Full era name, for example, "Before Christ" or "Anno Dominus".
Definition CalendarDisplayCode.idl:62
Definition Ambiguous.idl:20