Bump for 4.0-15
[LibreOffice.git] / framework / inc / framework.hrc
blobe024b26e74bd894a6346d020927c860021a1dbf5
1 /*
2  * This file is part of the LibreOffice project.
3  *
4  * This Source Code Form is subject to the terms of the Mozilla Public
5  * License, v. 2.0. If a copy of the MPL was not distributed with this
6  * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7  *
8  * This file incorporates work covered by the following license notice:
9  *
10  *   Licensed to the Apache Software Foundation (ASF) under one or more
11  *   contributor license agreements. See the NOTICE file distributed
12  *   with this work for additional information regarding copyright
13  *   ownership. The ASF licenses this file to you under the Apache
14  *   License, Version 2.0 (the "License"); you may not use this file
15  *   except in compliance with the License. You may obtain a copy of
16  *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
17  */
19 #ifndef _FRAMEWORK_HRC
20 #define _FRAMEWORK_HRC
22 #include "svl/solar.hrc"
24 #define RID_FWK_START                       260
26 #define RID_GROUPS_OFFSET                   32000
27 #define RID_GROUPS_END                      32767
29 #define RID_FWK_DIALOG_START_CORRECT        (RID_FWK_START + 2048)
31 #define DLG_FILTER_SELECT                   (RID_FWK_DIALOG_START_CORRECT + 0)
34 // ResIds for BackingWindow
35 #define DLG_BACKING                         (RID_FWK_DIALOG_START_CORRECT+100)
36 #define STR_BACKING_CREATE                  1
37 #define STR_BACKING_TEMPLATE                2
38 #define STR_BACKING_FILE                    3
39 #define STR_BACKING_EXTHELP                 4
40 #define STR_BACKING_INFOHELP                5
41 #define STR_BACKING_TPLREP                  6
43 #define RES_BACKING_IMAGES                  (DLG_BACKING+1)
45 #define BMP_BACKING_EXT                     6
46 #define BMP_BACKING_INFO                    8
47 #define BMP_BACKING_TPLREP                  9
48 #define BMP_BACKING_WRITER                  10
49 #define BMP_BACKING_CALC                    11
50 #define BMP_BACKING_IMPRESS                 12
51 #define BMP_BACKING_DRAW                    13
52 #define BMP_BACKING_DATABASE                14
53 #define BMP_BACKING_FORMULA                 15
54 #define BMP_BACKING_OPENFILE                16
55 #define BMP_BACKING_OPENTEMPLATE            17
57 // Ids of TabWindow
58 #define WIN_TABWINDOW                       (RID_FWK_DIALOG_START_CORRECT+101)
59 #define TC_TABCONTROL                        1
61 #endif