merged tag ooo/OOO330_m14
[LibreOffice.git] / sw / inc / fmtui.hrc
bloba25aa4425c5e297bdd7f0abb0e8a1267a0183719
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  ************************************************************************/
28 #ifndef _FMTUI_HRC
29 #define _FMTUI_HRC
31 #include "rcid.hrc"
34 #define DLG_FMTENTRY                (RC_FMTUI_BEGIN)
35 #define DLG_NEW_FILE                (RC_FMTUI_BEGIN + 1)
36 #define STR_PAGE_STD                            (RC_FMTUI_BEGIN + 2)
37 #define STR_PAGE_BORDER                         (RC_FMTUI_BEGIN + 3)
38 #define STR_PAGE_HEADER                         (RC_FMTUI_BEGIN + 4)
39 #define STR_PAGE_FOOTER                         (RC_FMTUI_BEGIN + 5)
40 #define STR_PAGE_COLUMN                         (RC_FMTUI_BEGIN + 6)
41 #define STR_PAGE_FOOTNOTE                       (RC_FMTUI_BEGIN + 7)
42 #define STR_PAGE_TEXTGRID                       (RC_FMTUI_BEGIN + 8)
44 #define DLG_STD_CHAR                (RC_FMTUI_BEGIN + 15)
46 #define MN_TEXT                     (RC_FMTUI_BEGIN + 20)
47 #define MN_GRAFIC                   (RC_FMTUI_BEGIN + 21)
48 #define MN_TABLE                    (RC_FMTUI_BEGIN + 22)
50 #define MN_REGION                   (RC_FMTUI_BEGIN + 24)
51 #define MN_REGION_SUB                (RC_FMTUI_BEGIN + 25)
54 #define DLG_DOC_STYLE               (RC_FMTUI_BEGIN + 26)
55 #define DLG_NEW_COLL                (RC_FMTUI_BEGIN + 28)
57 #define DLG_TEMPLATE_PI             (RC_FMTUI_BEGIN + 29)
58 #define DLG_HELP_ID                 (RC_FMTUI_BEGIN + 30)
60 #define STR_OVERWRITE               (RC_FMTUI_BEGIN + 32)
61 #define ST_CUSTOMIZE                1
63 // die Abstaende zur Basis 2 nicht aendern !!!!
64 #define DLG_TEMPLATE_BASE           (RC_FMTUI_BEGIN + 40)
65 #define DLG_TEMPLATE_1              (RC_FMTUI_BEGIN + 41)
66 #define DLG_TEMPLATE_2              (RC_FMTUI_BEGIN + 42)
67 #define DLG_TEMPLATE_3              (RC_FMTUI_BEGIN + 44)
68 #define DLG_TEMPLATE_4              (RC_FMTUI_BEGIN + 48)
69 #define DLG_TEMPLATE_5              (RC_FMTUI_BEGIN + 56)
72 #if DLG_TEMPLATE_5 > RC_FMTUI_END
73 #error Resource-Id Ueberlauf in #file, #line
74 #endif
76 #define TEMPLATEPI_IDX_ALL          1
77 #define TEMPLATEPI_IDX_USED         2
78 #define TEMPLATEPI_IDX_USER         3
79 #define TEMPLATEPI_IDX_AUTOMATIC    4
80 #define TEMPLATEPI_IDX_TEXT         5
81 #define TEMPLATEPI_IDX_CHAPTER      6
82 #define TEMPLATEPI_IDX_LIST         7
83 #define TEMPLATEPI_IDX_IDX          8
84 #define TEMPLATEPI_IDX_EXTRA        9
88 #endif