xref: /aoo4110/main/sw/source/ui/inc/globdoc.hrc (revision b1cdbd2c)
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 _GLOBDOC_HRC
25#define _GLOBDOC_HRC
26
27#include "rcid.hrc"
28
29#define STR_HUMAN_SWGLOBDOC_NAME				(RC_GLOBDOC_BEGIN + 2)
30#define STR_WRITER_GLOBALDOC_FULLTYPE_40		(RC_GLOBDOC_BEGIN + 3)
31#define STR_WRITER_GLOBALDOC_FULLTYPE_50		(RC_GLOBDOC_BEGIN + 4)
32#define STR_WRITER_GLOBALDOC_FULLTYPE			(RC_GLOBDOC_BEGIN + 5)
33
34#define MN_GLOBALFILE                              (RC_GLOBDOC_BEGIN + 30)
35#define MN_GLOBALEDIT                              (RC_GLOBDOC_BEGIN + 31)
36#define MN_GLOBALVIEW                              (RC_GLOBDOC_BEGIN + 32)
37#define MN_GLOBALINS                               (RC_GLOBDOC_BEGIN + 33)
38#define MN_GLOBALFORMAT                            (RC_GLOBDOC_BEGIN + 34)
39#define MN_GLOBALEXTRA                             (RC_GLOBDOC_BEGIN + 35)
40#define MN_GLOBALWIN                               (RC_GLOBDOC_BEGIN + 36)
41
42#define MN_GLOBALFILE_PORT                         (RC_GLOBDOC_BEGIN + 47)
43#define MN_GLOBALEDIT_PORT                         (RC_GLOBDOC_BEGIN + 48)
44#define MN_GLOBALVIEW_PORT                         (RC_GLOBDOC_BEGIN + 49)
45#define MN_GLOBALINS_PORT                          (RC_GLOBDOC_BEGIN + 50)
46#define MN_GLOBALFORMAT_PORT                       (RC_GLOBDOC_BEGIN + 51)
47#define MN_GLOBALEXTRA_PORT                        (RC_GLOBDOC_BEGIN + 52)
48#define MN_GLOBALWIN_PORT                          (RC_GLOBDOC_BEGIN + 53)
49
50#define MN_GLOBAL_TEXT_POPUPMENU                  (RC_GLOBDOC_BEGIN + 63)
51// ------------------------------------------------------------------------
52
53#define GLOBDOC_ACT_END             MN_GLOBAL_TEXT_POPUPMENU
54
55
56#if GLOBDOC_ACT_END > RC_GLOBDOC_END
57#error Resource-Id Ueberlauf in #file, #line
58#endif
59
60#endif
61