LibreOffice
LibreOffice 5.0 SDK API Reference
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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 
24 module com { module sun { module star { module i18n {
25 
26 
27 
38 published 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 
79  const long SHORT_GENITIVE_MONTH_NAME = 17;
80 
84  const long LONG_GENITIVE_MONTH_NAME = 18;
85 
89  const long NARROW_GENITIVE_MONTH_NAME = 19;
90 
94  const long SHORT_PARTITIVE_MONTH_NAME = 20;
95 
99  const long LONG_PARTITIVE_MONTH_NAME = 21;
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: */