merge the formfield patch from ooo-build
[ooovba.git] / formula / inc / helpids.hrc
blob438d4da088f5853b71c96d02187d8c65db993621
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: helpids.hrc,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef FORMULA_HELPID_HRC
31 #define FORMULA_HELPID_HRC
33 #ifndef _SOLAR_HRC
34 #include <svtools/solar.hrc>    // HID_FORMULA_START
35 #endif
37 #define HID_FORMULADLG_FORMULA                          (HID_FORMULA_START + 0)
38 #define HID_FORMULA_FAP_FORMULA                         (HID_FORMULA_START + 1)
39 #define HID_FORMULA_FAP_STRUCT                          (HID_FORMULA_START + 2)
40 #define HID_FORMULA_FAP_PAGE                            (HID_FORMULA_START + 3)
41 #define HID_FORMULA_FAP_EDIT1                           (HID_FORMULA_START + 4)
42 #define HID_FORMULA_FAP_EDIT2                           (HID_FORMULA_START + 5)
43 #define HID_FORMULA_FAP_EDIT3                           (HID_FORMULA_START + 6)
44 #define HID_FORMULA_FAP_EDIT4                           (HID_FORMULA_START + 7)
45 #define HID_FORMULA_FAP_BTN_FX1                         (HID_FORMULA_START + 8)
46 #define HID_FORMULA_FAP_BTN_FX2                         (HID_FORMULA_START + 9)
47 #define HID_FORMULA_FAP_BTN_FX3                         (HID_FORMULA_START +10)
48 #define HID_FORMULA_FAP_BTN_FX4                         (HID_FORMULA_START +11)
49 #define HID_FORMULA_FAP_BTN_REF1                        (HID_FORMULA_START +12)
50 #define HID_FORMULA_FAP_BTN_REF2                        (HID_FORMULA_START +13)
51 #define HID_FORMULA_FAP_BTN_REF3                        (HID_FORMULA_START +14)
52 #define HID_FORMULA_FAP_BTN_REF4                        (HID_FORMULA_START +15)
53 #define HID_FORMULA_LB_CATEGORY                         (HID_FORMULA_START +16)
54 #define HID_FORMULA_LB_FUNCTION                         (HID_FORMULA_START +17)
55 #define HID_FORMULATAB_FUNCTION                         (HID_FORMULA_START +18)
56 #define HID_FORMULATAB_STRUCT                           (HID_FORMULA_START +19)
58     
59 #if HID_FORMULATAB_STRUCT > HID_FORMULA_END
60 #error Help-Id Ueberlauf in #file, #line           
61 #endif                                                                                     
62 // don't forget to update the file util/hidother.src
64 #endif //FORMULA_HELPID_HRC