1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: resource.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
31 #ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
32 #define __FRAMEWORK_CLASSES_RESOURCE_HRC_
34 #define RID_STR_START 2000
35 #define RID_MENU_START 10000
36 #define RID_IMAGE_START 15000
37 #define RID_FWK_DIALOG_START 0
39 #define STR_MENU_ADDONS (RID_STR_START+0)
40 #define STR_MENU_ADDONHELP (RID_STR_START+1)
41 #define STR_MENU_HEADFOOTALL (RID_STR_START+2)
42 #define STR_UPDATEDOC (RID_STR_START+3)
43 #define STR_CLOSEDOC_ANDRETURN (RID_STR_START+4)
44 #define STR_SAVECOPYDOC (RID_STR_START+5)
45 #define STR_NODOCUMENT (RID_STR_START+6)
46 #define STR_TOOLBAR_TITLE_ADDON (RID_STR_START+7)
47 #define STR_STATUSBAR_LOGOTEXT (RID_STR_START+8)
48 #define STR_FULL_DISC_RETRY_BUTTON (RID_STR_START+9) // used by AuotSave to show error state: full disc
49 #define STR_FULL_DISC_MSG (RID_STR_START+10) // used by AuotSave to show error state: full disc
50 #define STR_RESTORE_TOOLBARS (RID_STR_START+11)
51 #define STR_CORRUPT_UICFG_SHARE (RID_STR_START+12)
52 #define STR_CORRUPT_UICFG_USER (RID_STR_START+13)
53 #define STR_CORRUPT_UICFG_GENERAL (RID_STR_START+14)
54 #define STR_LANGSTATUS_MULTIPLE_LANGUAGES (RID_STR_START+15)
55 #define STR_LANGSTATUS_NONE (RID_STR_START+16)
56 #define STR_LANGSTATUS_MORE (RID_STR_START+17)
57 #define STR_SET_LANGUAGE_FOR_SELECTION (RID_STR_START+18)
58 #define STR_SET_LANGUAGE_FOR_PARAGRAPH (RID_STR_START+19)
59 #define STR_SET_LANGUAGE_FOR_ALL_TEXT (RID_STR_START+20)
60 #define STR_UNTITLED_DOCUMENT (RID_STR_START+21)
62 #define POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION (RID_MENU_START+0)
64 #define MENUITEM_TOOLBAR_VISIBLEBUTTON 1
65 #define MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR 2
66 #define MENUITEM_TOOLBAR_DOCKTOOLBAR 3
67 #define MENUITEM_TOOLBAR_DOCKALLTOOLBAR 4
68 #define MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION 5
69 #define MENUITEM_TOOLBAR_CLOSE 6
71 #define RID_IMAGE_STATUSBAR_LOGO (RID_IMAGE_START+0)
74 #define DLG_LICENSE (RID_FWK_DIALOG_START+256)
75 #define ML_LICENSE (RID_FWK_DIALOG_START+11)
76 #define FT_INFO1 (RID_FWK_DIALOG_START+12)
77 #define FT_INFO2 (RID_FWK_DIALOG_START+13)
78 #define FT_INFO3 (RID_FWK_DIALOG_START+14)
79 #define FT_INFO2_1 (RID_FWK_DIALOG_START+15)
80 #define FT_INFO3_1 (RID_FWK_DIALOG_START+16)
81 #define FL_DIVIDE (RID_FWK_DIALOG_START+17)
82 #define PB_PAGEDOWN (RID_FWK_DIALOG_START+18)
83 #define IMG_ARROW (RID_FWK_DIALOG_START+19)
84 #define LICENSE_ACCEPT (RID_FWK_DIALOG_START+20)
85 #define LICENSE_NOTACCEPT (RID_FWK_DIALOG_START+21)
86 #define PB_DECLINE (RID_FWK_DIALOG_START+22)
87 #define PB_ACCEPT (RID_FWK_DIALOG_START+23)