Update ooo320-m1
[ooovba.git] / desktop / source / inc / helpid.hrc
blob6532e1687e60f84e90f6713afb4f947d7cefa80f
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: helpid.hrc,v $
10  * $Revision: 1.11 $
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  ************************************************************************/
31 #if ! defined INCLUDED_DESKTOP_HELPID_HRC
32 #define INCLUDED_DESKTOP_HELPID_HRC
34 #include "svtools/solar.hrc"
36 #define HID_GLOBAL_FALLBACK                         0xFFFFFFFF
38 #define HID_PACKAGE_MANAGER                         (HID_DESKTOP_START +   0)
39 #define HID_PACKAGE_MANAGER_TREELISTBOX             (HID_DESKTOP_START +   1)
40 #define HID_PACKAGE_MANAGER_PROGRESS                (HID_DESKTOP_START +   2)
41 #define HID_PACKAGE_MANAGER_PROGRESS_CANCEL         (HID_DESKTOP_START +   3)
42 #define HID_PACKAGE_MANAGER_MENU_ITEM               (HID_DESKTOP_START +   4)
44 #define HID_FIRSTSTART_DIALOG                       (HID_DESKTOP_START +   5)
45 #define HID_FIRSTSTART_WELCOME                      (HID_DESKTOP_START +   6)
46 #define HID_FIRSTSTART_LICENSE                      (HID_DESKTOP_START +   7)
47 #define HID_FIRSTSTART_MIGRATION                    (HID_DESKTOP_START +   8)
48 #define HID_FIRSTSTART_REGISTRATION                 (HID_DESKTOP_START +   9)
49 #define HID_FIRSTSTART_USER                         (HID_DESKTOP_START +  10)
50 #define HID_FIRSTSTART_PREV                         (HID_DESKTOP_START +  11)
51 #define HID_FIRSTSTART_NEXT                         (HID_DESKTOP_START +  12)
52 #define HID_FIRSTSTART_CANCEL                       (HID_DESKTOP_START +  13)
53 #define HID_FIRSTSTART_FINISH                       (HID_DESKTOP_START +  14)
54 #define UID_FIRSTSTART_HELP                         (HID_DESKTOP_START +  15)
55 #define UID_BTN_LICENSE_ACCEPT                                          (HID_DESKTOP_START +  16)
56 #define HID_FIRSTSTART_UPDATE_CHECK                 (HID_DESKTOP_START +  17)
57 #define HID_DEPLOYMENT_GUI_UPDATE                   (HID_DESKTOP_START +  18)
58 #define HID_DEPLOYMENT_GUI_UPDATEINSTALL            (HID_DESKTOP_START +  19)
59 #define HID_DEPLOYMENT_GUI_UPDATE_PUBLISHER         (HID_DESKTOP_START +  20)
60 #define HID_DEPLOYMENT_GUI_UPDATE_RELEASENOTES      (HID_DESKTOP_START +  21)
61 #define HID_DEPLOYMENT_GUI_UPDATE_AVAILABLE_UPDATES (HID_DESKTOP_START +  22)
63 #define HID_EXTENSION_MANAGER_LISTBOX               (HID_DESKTOP_START +  23)
64 #define HID_EXTENSION_MANAGER_LISTBOX_OPTIONS       (HID_DESKTOP_START +  24)
65 #define HID_EXTENSION_MANAGER_LISTBOX_ENABLE        (HID_DESKTOP_START +  25)
66 #define HID_EXTENSION_MANAGER_LISTBOX_DISABLE       (HID_DESKTOP_START +  26)
67 #define HID_EXTENSION_MANAGER_LISTBOX_REMOVE        (HID_DESKTOP_START +  27)
69 #define HID_EXTENSION_DEPENDENCIES                  (HID_DESKTOP_START +  28)
71 #define HID_PACKAGE_MANAGER_UPD_REQ                 (HID_DESKTOP_START +  29)
73 #define ACT_DESKTOP_HID_END HID_PACKAGE_MANAGER_UPD_REQ
75 // check bounds:
76 #if ACT_DESKTOP_HID_END > HID_DESKTOP_END
77 #error Resource overflow in #line, #file
78 #endif
80 #endif