xref: /AOO41X/main/sw/inc/fmtui.hrc (revision fefe21666d8f1c70eeb960d25c90d25186dd9a27)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24#ifndef _FMTUI_HRC
25#define _FMTUI_HRC
26
27#include "rcid.hrc"
28
29
30#define DLG_FMTENTRY                (RC_FMTUI_BEGIN)
31#define DLG_NEW_FILE                (RC_FMTUI_BEGIN + 1)
32#define STR_PAGE_STD                            (RC_FMTUI_BEGIN + 2)
33#define STR_PAGE_BORDER                         (RC_FMTUI_BEGIN + 3)
34#define STR_PAGE_HEADER                         (RC_FMTUI_BEGIN + 4)
35#define STR_PAGE_FOOTER                         (RC_FMTUI_BEGIN + 5)
36#define STR_PAGE_COLUMN                         (RC_FMTUI_BEGIN + 6)
37#define STR_PAGE_FOOTNOTE                       (RC_FMTUI_BEGIN + 7)
38#define STR_PAGE_TEXTGRID                       (RC_FMTUI_BEGIN + 8)
39
40#define DLG_STD_CHAR                (RC_FMTUI_BEGIN + 15)
41
42#define MN_TEXT                     (RC_FMTUI_BEGIN + 20)
43#define MN_GRAFIC                   (RC_FMTUI_BEGIN + 21)
44#define MN_TABLE                    (RC_FMTUI_BEGIN + 22)
45
46#define MN_REGION                   (RC_FMTUI_BEGIN + 24)
47#define MN_REGION_SUB                (RC_FMTUI_BEGIN + 25)
48
49
50#define DLG_DOC_STYLE               (RC_FMTUI_BEGIN + 26)
51#define DLG_NEW_COLL                (RC_FMTUI_BEGIN + 28)
52
53#define DLG_TEMPLATE_PI             (RC_FMTUI_BEGIN + 29)
54#define DLG_HELP_ID                 (RC_FMTUI_BEGIN + 30)
55
56#define STR_OVERWRITE               (RC_FMTUI_BEGIN + 32)
57#define ST_CUSTOMIZE                1
58
59// die Abstaende zur Basis 2 nicht aendern !!!!
60#define DLG_TEMPLATE_BASE           (RC_FMTUI_BEGIN + 40)
61#define DLG_TEMPLATE_1              (RC_FMTUI_BEGIN + 41)
62#define DLG_TEMPLATE_2              (RC_FMTUI_BEGIN + 42)
63#define DLG_TEMPLATE_3              (RC_FMTUI_BEGIN + 44)
64#define DLG_TEMPLATE_4              (RC_FMTUI_BEGIN + 48)
65#define DLG_TEMPLATE_5              (RC_FMTUI_BEGIN + 56)
66
67
68#if DLG_TEMPLATE_5 > RC_FMTUI_END
69#error Resource-Id Ueberlauf in #file, #line
70#endif
71
72#define TEMPLATEPI_IDX_ALL          1
73#define TEMPLATEPI_IDX_USED         2
74#define TEMPLATEPI_IDX_USER         3
75#define TEMPLATEPI_IDX_AUTOMATIC    4
76#define TEMPLATEPI_IDX_TEXT         5
77#define TEMPLATEPI_IDX_CHAPTER      6
78#define TEMPLATEPI_IDX_LIST         7
79#define TEMPLATEPI_IDX_IDX          8
80#define TEMPLATEPI_IDX_EXTRA        9
81
82
83
84#endif
85
86