merge the formfield patch from ooo-build
[ooovba.git] / framework / inc / framework.hrc
blob068bdd080259a62a73c5f0cb9e2a394c9a361ff0
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: framework.hrc,v $
10  * $Revision: 1.7 $
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 #ifndef _FRAMEWORK_HRC
32 #define _FRAMEWORK_HRC
34 #include "svtools/solar.hrc"
36 #define RID_FWK_START                           260
38 #define RID_GROUPS_OFFSET           32000
39 #define RID_GROUPS_END              32767
41 #define RID_FWK_DIALOG_START        (RID_FWK_START + 2048)
43 #define DLG_FILTER_SELECT                       (RID_FWK_DIALOG_START + 0)
45 #define STR_FILTER_DOWNLOAD                     (RID_FWK_START+0)
46 #define STR_FILTER_CHOOSER                      (RID_FWK_START+1)
47 #define STR_FILTER_OTHERS                       (RID_FWK_START+2)
48 #define STR_FILTER_ZIPPED                       (RID_FWK_START+3)
50 // ResIds for BackingWindow
51 #define DLG_BACKING                         (RID_FWK_DIALOG_START+100)
52 #define STR_BACKING_WELCOME                 1
53 #define STR_BACKING_WELCOMEPRODUCT          2
54 #define STR_BACKING_CREATE                  3
55 #define STR_BACKING_TEMPLATE                4
56 #define STR_BACKING_FILE                    5
57 #define BMP_BACKING_WRITER                  6
58 #define BMP_BACKING_CALC                    7
59 #define BMP_BACKING_IMPRESS                 8
60 #define BMP_BACKING_DRAW                    9
61 #define BMP_BACKING_DATABASE                10
62 #define BMP_BACKING_FORMULA                 11
63 #define BMP_BACKING_OPENFILE                12
64 #define BMP_BACKING_OPENTEMPLATE            13
65 #define BMP_BACKING_EXT                     14
66 #define STR_BACKING_EXTHELP                 15
67 #define BMP_BACKING_REG                     16
68 #define STR_BACKING_REGHELP                 17
69 #define BMP_BACKING_INFO                    18
70 #define STR_BACKING_INFOHELP                19
71 #define BMP_BACKING_TPLREP                  20
72 #define STR_BACKING_TPLREP                  21
74 #define RES_BACKING_IMAGES                  (DLG_BACKING+1)
75 #define RES_BACKING_IMAGES_HC               (DLG_BACKING+2)
77 #define BMP_BACKING_BACKGROUND_LEFT         1
78 #define BMP_BACKING_BACKGROUND_MIDDLE       2
79 #define BMP_BACKING_BACKGROUND_RIGHT        3
80 #define BMP_BACKING_BACKGROUND_RTL_LEFT     4
81 #define BMP_BACKING_BACKGROUND_RTL_RIGHT    5
83 // Ids of TabWindow
84 #define WIN_TABWINDOW                       (RID_FWK_DIALOG_START+101)
85 #define TC_TABCONTROL                        1
87 #endif