xref: /aoo4110/main/sc/addin/inc/dfa.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef SC_ADDIN_DFA_HRC
24#define SC_ADDIN_DFA_HRC
25
26#define DFA_PAR_DATE1_NAME    1 /* Name of Date1 Parameter */
27#define DFA_PAR_DATE2_NAME    2 /* Name of Date2 Parameter */
28#define DFA_PAR_MODE_NAME     3 /* Name of Mode Parameter */
29#define DFA_PAR_DATE_NAME     4 /* Name of Date Parameter */
30#define DFA_PAR_DATE_DESC     5 /* Description of Date Parameter 1 */
31
32#define DFA_WEEK_NAME         6 /* Name */
33#define DFA_WEEK_DESC         7 /* Description */
34#define DFA_WEEK_PAR1_DESC    8 /* Description of Parameter 1 */
35#define DFA_WEEK_PAR2_DESC    9 /* Description of Parameter 2 */
36#define DFA_WEEK_PAR3_DESC   10 /* Description of Parameter 3 */
37#define DFA_MONTHS_NAME      11 /* Name */
38#define DFA_MONTHS_DESC      12 /* Description */
39#define DFA_MONTHS_PAR1_DESC 13 /* Description of Parameter 1 */
40#define DFA_MONTHS_PAR2_DESC 14 /* Description of Parameter 2 */
41#define DFA_MONTHS_PAR3_DESC 15 /* Description of Parameter 2 */
42#define DFA_YEARS_NAME       16 /* Name */
43#define DFA_YEARS_DESC       17 /* Description */
44#define DFA_YEARS_PAR1_DESC  18 /* Description of Parameter 1 */
45#define DFA_YEARS_PAR2_DESC  19 /* Description of Parameter 2 */
46#define DFA_YEARS_PAR3_DESC  20 /* Description of Parameter 2 */
47#define DFA_ISLEAPYEAR_NAME  21 /* Name */
48#define DFA_ISLEAPYEAR_DESC  22 /* Description */
49#define DFA_DAYSINMONTH_NAME 23 /* Name */
50#define DFA_DAYSINMONTH_DESC 24 /* Description */
51#define DFA_DAYSINYEAR_NAME  25 /* Name */
52#define DFA_DAYSINYEAR_DESC  26 /* Description */
53#define DFA_WEEKSINYEAR_NAME 27 /* Name */
54#define DFA_WEEKSINYEAR_DESC 28 /* Description */
55
56#endif
57
58