update dev300-m57
[ooovba.git] / sw / inc / fmtui.hrc
blobee1d0556b85cf6fb69333fbea1240c67638cb12f
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: fmtui.hrc,v $
10  * $Revision: 1.5 $
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 _FMTUI_HRC
32 #define _FMTUI_HRC
34 #include "rcid.hrc"
37 #define DLG_FMTENTRY                            (RC_FMTUI_BEGIN)
38 #define DLG_NEW_FILE                            (RC_FMTUI_BEGIN + 1)
39 #define STR_PAGE_STD                            (RC_FMTUI_BEGIN + 2)
40 #define STR_PAGE_BORDER                         (RC_FMTUI_BEGIN + 3)
41 #define STR_PAGE_HEADER                         (RC_FMTUI_BEGIN + 4)
42 #define STR_PAGE_FOOTER                         (RC_FMTUI_BEGIN + 5)
43 #define STR_PAGE_COLUMN                         (RC_FMTUI_BEGIN + 6)
44 #define STR_PAGE_FOOTNOTE                       (RC_FMTUI_BEGIN + 7)
45 #define STR_PAGE_TEXTGRID                       (RC_FMTUI_BEGIN + 8)
47 #define DLG_STD_CHAR                            (RC_FMTUI_BEGIN + 15)
49 #define MN_TEXT                                         (RC_FMTUI_BEGIN + 20)
50 #define MN_GRAFIC                   (RC_FMTUI_BEGIN + 21)
51 #define MN_TABLE                    (RC_FMTUI_BEGIN + 22)
53 #define MN_REGION                   (RC_FMTUI_BEGIN + 24)
54 #define MN_REGION_SUB                (RC_FMTUI_BEGIN + 25)
57 #define DLG_DOC_STYLE                           (RC_FMTUI_BEGIN + 26)
58 #define DLG_NEW_COLL                            (RC_FMTUI_BEGIN + 28)
60 #define DLG_TEMPLATE_PI                         (RC_FMTUI_BEGIN + 29)
61 #define DLG_HELP_ID                                     (RC_FMTUI_BEGIN + 30)
63 #define STR_OVERWRITE                           (RC_FMTUI_BEGIN + 32)
64 #define ST_CUSTOMIZE                            1
66 // die Abstaende zur Basis 2 nicht aendern !!!!
67 #define DLG_TEMPLATE_BASE                       (RC_FMTUI_BEGIN + 40)
68 #define DLG_TEMPLATE_1                  (RC_FMTUI_BEGIN + 41)
69 #define DLG_TEMPLATE_2                  (RC_FMTUI_BEGIN + 42)
70 #define DLG_TEMPLATE_3                  (RC_FMTUI_BEGIN + 44)
71 #define DLG_TEMPLATE_4                  (RC_FMTUI_BEGIN + 48)
72 #define DLG_TEMPLATE_5                  (RC_FMTUI_BEGIN + 56)
75 #if DLG_TEMPLATE_5 > RC_FMTUI_END
76 #error Resource-Id Ueberlauf in #file, #line
77 #endif
79 #define TEMPLATEPI_IDX_ALL                      1
80 #define TEMPLATEPI_IDX_USED                     2
81 #define TEMPLATEPI_IDX_USER                     3
82 #define TEMPLATEPI_IDX_AUTOMATIC        4
83 #define TEMPLATEPI_IDX_TEXT                     5
84 #define TEMPLATEPI_IDX_CHAPTER          6
85 #define TEMPLATEPI_IDX_LIST                     7
86 #define TEMPLATEPI_IDX_IDX                      8
87 #define TEMPLATEPI_IDX_EXTRA            9
91 #endif