xref: /aoo42x/main/framework/inc/classes/resource.hrc (revision cdf0e10c)
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
28#ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
29#define __FRAMEWORK_CLASSES_RESOURCE_HRC_
30
31#define RID_STR_START		2000
32#define RID_MENU_START      10000
33#define RID_IMAGE_START     15000
34#define RID_FWK_DIALOG_START 0
35
36#define STR_MENU_ADDONS		                    (RID_STR_START+0)
37#define STR_MENU_ADDONHELP	                    (RID_STR_START+1)
38#define STR_MENU_HEADFOOTALL                    (RID_STR_START+2)
39#define STR_UPDATEDOC                           (RID_STR_START+3)
40#define STR_CLOSEDOC_ANDRETURN                  (RID_STR_START+4)
41#define STR_SAVECOPYDOC							(RID_STR_START+5)
42#define STR_NODOCUMENT                          (RID_STR_START+6)
43#define STR_TOOLBAR_TITLE_ADDON                 (RID_STR_START+7)
44#define STR_STATUSBAR_LOGOTEXT                  (RID_STR_START+8)
45#define STR_FULL_DISC_RETRY_BUTTON              (RID_STR_START+9)  // used by AuotSave to show error state: full disc
46#define STR_FULL_DISC_MSG                       (RID_STR_START+10) // used by AuotSave to show error state: full disc
47#define STR_RESTORE_TOOLBARS                    (RID_STR_START+11)
48#define STR_CORRUPT_UICFG_SHARE                 (RID_STR_START+12)
49#define STR_CORRUPT_UICFG_USER                  (RID_STR_START+13)
50#define STR_CORRUPT_UICFG_GENERAL               (RID_STR_START+14)
51#define STR_LANGSTATUS_MULTIPLE_LANGUAGES       (RID_STR_START+15)
52#define STR_LANGSTATUS_NONE                     (RID_STR_START+16)
53#define STR_LANGSTATUS_MORE                     (RID_STR_START+17)
54#define STR_SET_LANGUAGE_FOR_SELECTION          (RID_STR_START+18)
55#define STR_SET_LANGUAGE_FOR_PARAGRAPH          (RID_STR_START+19)
56#define STR_SET_LANGUAGE_FOR_ALL_TEXT           (RID_STR_START+20)
57#define STR_UNTITLED_DOCUMENT                   (RID_STR_START+21)
58#define STR_RESET_TO_DEFAULT_LANGUAGE           (RID_STR_START+22)
59
60#define POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION    (RID_MENU_START+0)
61
62#define MENUITEM_TOOLBAR_VISIBLEBUTTON          1
63#define MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR       2
64#define MENUITEM_TOOLBAR_DOCKTOOLBAR            3
65#define MENUITEM_TOOLBAR_DOCKALLTOOLBAR         4
66#define MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION    5
67#define MENUITEM_TOOLBAR_CLOSE                  6
68
69#define RID_IMAGE_STATUSBAR_LOGO                (RID_IMAGE_START+0)
70
71// License Dialog
72#define DLG_LICENSE                         (RID_FWK_DIALOG_START+256)
73#define ML_LICENSE                          (RID_FWK_DIALOG_START+11)
74#define FT_INFO1                            (RID_FWK_DIALOG_START+12)
75#define FT_INFO2                            (RID_FWK_DIALOG_START+13)
76#define FT_INFO3                            (RID_FWK_DIALOG_START+14)
77#define FT_INFO2_1                          (RID_FWK_DIALOG_START+15)
78#define FT_INFO3_1                          (RID_FWK_DIALOG_START+16)
79#define FL_DIVIDE                           (RID_FWK_DIALOG_START+17)
80#define PB_PAGEDOWN                         (RID_FWK_DIALOG_START+18)
81#define IMG_ARROW                           (RID_FWK_DIALOG_START+19)
82#define LICENSE_ACCEPT                      (RID_FWK_DIALOG_START+20)
83#define LICENSE_NOTACCEPT                   (RID_FWK_DIALOG_START+21)
84#define PB_DECLINE                          (RID_FWK_DIALOG_START+22)
85#define PB_ACCEPT                           (RID_FWK_DIALOG_START+23)
86
87#endif
88