fix baseline build (old cairo) - 'cairo_rectangle_int_t' does not name a type
[LibreOffice.git] / framework / inc / classes / resource.hrc
blob8d2337156bfbf19faae1af7f8d7a9d4663f47779
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
5  * This Source Code Form is subject to the terms of the Mozilla Public
6  * License, v. 2.0. If a copy of the MPL was not distributed with this
7  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
11  *   Licensed to the Apache Software Foundation (ASF) under one or more
12  *   contributor license agreements. See the NOTICE file distributed
13  *   with this work for additional information regarding copyright
14  *   ownership. The ASF licenses this file to you under the Apache
15  *   License, Version 2.0 (the "License"); you may not use this file
16  *   except in compliance with the License. You may obtain a copy of
17  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
18  */
20 #ifndef __FRAMEWORK_CLASSES_RESOURCE_HRC_
21 #define __FRAMEWORK_CLASSES_RESOURCE_HRC_
23 #define RID_STR_START       2000
24 #define RID_MENU_START      10000
25 #define RID_IMAGE_START     15000
27 #define STR_MENU_ADDONS                         (RID_STR_START+0)
28 #define STR_MENU_ADDONHELP                      (RID_STR_START+1)
29 #define STR_MENU_HEADFOOTALL                    (RID_STR_START+2)
30 #define STR_UPDATEDOC                           (RID_STR_START+3)
31 #define STR_CLOSEDOC_ANDRETURN                  (RID_STR_START+4)
32 #define STR_SAVECOPYDOC                         (RID_STR_START+5)
33 #define STR_NODOCUMENT                          (RID_STR_START+6)
34 #define STR_TOOLBAR_TITLE_ADDON                 (RID_STR_START+7)
36 #define STR_FULL_DISC_RETRY_BUTTON              (RID_STR_START+9)  // used by AuotSave to show error state: full disc
37 #define STR_FULL_DISC_MSG                       (RID_STR_START+10) // used by AuotSave to show error state: full disc
38 #define STR_RESTORE_TOOLBARS                    (RID_STR_START+11)
39 #define STR_CORRUPT_UICFG_SHARE                 (RID_STR_START+12)
40 #define STR_CORRUPT_UICFG_USER                  (RID_STR_START+13)
41 #define STR_CORRUPT_UICFG_GENERAL               (RID_STR_START+14)
42 #define STR_LANGSTATUS_MULTIPLE_LANGUAGES       (RID_STR_START+15)
43 #define STR_LANGSTATUS_NONE                     (RID_STR_START+16)
44 #define STR_LANGSTATUS_MORE                     (RID_STR_START+17)
45 #define STR_SET_LANGUAGE_FOR_SELECTION          (RID_STR_START+18)
46 #define STR_SET_LANGUAGE_FOR_PARAGRAPH          (RID_STR_START+19)
47 #define STR_SET_LANGUAGE_FOR_ALL_TEXT           (RID_STR_START+20)
48 #define STR_UNTITLED_DOCUMENT                   (RID_STR_START+21)
49 #define STR_RESET_TO_DEFAULT_LANGUAGE           (RID_STR_START+22)
50 #define STR_CLEAR_RECENT_FILES                  (RID_STR_START+23)
51 #define STR_CLEAR_RECENT_FILES_HELP             (RID_STR_START+24)
52 #define STR_LANGSTATUS_HINT                     (RID_STR_START+25)
54 #define POPUPMENU_TOOLBAR_QUICKCUSTOMIZATION    (RID_MENU_START+0)
56 #define MENUITEM_TOOLBAR_VISIBLEBUTTON          1
57 #define MENUITEM_TOOLBAR_CUSTOMIZETOOLBAR       2
58 #define MENUITEM_TOOLBAR_DOCKTOOLBAR            3
59 #define MENUITEM_TOOLBAR_DOCKALLTOOLBAR         4
60 #define MENUITEM_TOOLBAR_LOCKTOOLBARPOSITION    5
61 #define MENUITEM_TOOLBAR_CLOSE                  6
63 #endif
65 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */