LibreOffice Module scaddins (master) 1
datefunc/deffuncname.hxx
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#pragma once
21
22static const char* DATE_DEFFUNCNAME_DiffWeeks[2] =
23{
24 "WOCHEN",
25 "WEEKS"
26};
27
28static const char* DATE_DEFFUNCNAME_DiffMonths[2] =
29{
30 "MONATE",
31 "MONTHS"
32};
33
34static const char* DATE_DEFFUNCNAME_DiffYears[2] =
35{
36 "JAHRE",
37 "YEARS"
38};
39
40static const char* DATE_DEFFUNCNAME_IsLeapYear[2] =
41{
42 "ISTSCHALTJAHR",
43 "ISLEAPYEAR"
44};
45
46static const char* DATE_DEFFUNCNAME_DaysInMonth[2] =
47{
48 "TAGEIMMONAT",
49 "DAYSINMONTH"
50};
51
52static const char* DATE_DEFFUNCNAME_DaysInYear[2] =
53{
54 "TAGEIMJAHR",
55 "DAYSINYEAR"
56};
57
58static const char* DATE_DEFFUNCNAME_WeeksInYear[2] =
59{
60 "WOCHENIMJAHR",
61 "WEEKSINYEAR"
62};
63
64static const char* DATE_DEFFUNCNAME_Rot13[2] =
65{
66 "ROT13",
67 "ROT13"
68};
69
70/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
static const char * DATE_DEFFUNCNAME_DiffMonths[2]
static const char * DATE_DEFFUNCNAME_DiffWeeks[2]
static const char * DATE_DEFFUNCNAME_IsLeapYear[2]
static const char * DATE_DEFFUNCNAME_WeeksInYear[2]
static const char * DATE_DEFFUNCNAME_DiffYears[2]
static const char * DATE_DEFFUNCNAME_Rot13[2]
static const char * DATE_DEFFUNCNAME_DaysInMonth[2]
static const char * DATE_DEFFUNCNAME_DaysInYear[2]