1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27#ifndef SC_ADDIN_DFA_HRC 28#define SC_ADDIN_DFA_HRC 29 30#define DFA_PAR_DATE1_NAME 1 /* Name of Date1 Parameter */ 31#define DFA_PAR_DATE2_NAME 2 /* Name of Date2 Parameter */ 32#define DFA_PAR_MODE_NAME 3 /* Name of Mode Parameter */ 33#define DFA_PAR_DATE_NAME 4 /* Name of Date Parameter */ 34#define DFA_PAR_DATE_DESC 5 /* Description of Date Parameter 1 */ 35 36#define DFA_WEEK_NAME 6 /* Name */ 37#define DFA_WEEK_DESC 7 /* Description */ 38#define DFA_WEEK_PAR1_DESC 8 /* Description of Parameter 1 */ 39#define DFA_WEEK_PAR2_DESC 9 /* Description of Parameter 2 */ 40#define DFA_WEEK_PAR3_DESC 10 /* Description of Parameter 3 */ 41#define DFA_MONTHS_NAME 11 /* Name */ 42#define DFA_MONTHS_DESC 12 /* Description */ 43#define DFA_MONTHS_PAR1_DESC 13 /* Description of Parameter 1 */ 44#define DFA_MONTHS_PAR2_DESC 14 /* Description of Parameter 2 */ 45#define DFA_MONTHS_PAR3_DESC 15 /* Description of Parameter 2 */ 46#define DFA_YEARS_NAME 16 /* Name */ 47#define DFA_YEARS_DESC 17 /* Description */ 48#define DFA_YEARS_PAR1_DESC 18 /* Description of Parameter 1 */ 49#define DFA_YEARS_PAR2_DESC 19 /* Description of Parameter 2 */ 50#define DFA_YEARS_PAR3_DESC 20 /* Description of Parameter 2 */ 51#define DFA_ISLEAPYEAR_NAME 21 /* Name */ 52#define DFA_ISLEAPYEAR_DESC 22 /* Description */ 53#define DFA_DAYSINMONTH_NAME 23 /* Name */ 54#define DFA_DAYSINMONTH_DESC 24 /* Description */ 55#define DFA_DAYSINYEAR_NAME 25 /* Name */ 56#define DFA_DAYSINYEAR_DESC 26 /* Description */ 57#define DFA_WEEKSINYEAR_NAME 27 /* Name */ 58#define DFA_WEEKSINYEAR_DESC 28 /* Description */ 59 60#endif 61 62