xref: /trunk/main/sw/source/ui/inc/web.hrc (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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 ************************************************************************/
27
28#ifndef _WEB_HRC
29#define _WEB_HRC
30
31#include "rcid.hrc"
32
33#define RC_WEB_ICON                             (RC_WEB_BEGIN + 1)
34#define RID_WEBTOOLS_TOOLBOX                    (RC_WEB_BEGIN + 2)
35#define RID_WEBTEXT_TOOLBOX                     (RC_WEB_BEGIN + 3)
36#define STR_HUMAN_SWWEBDOC_NAME                 (RC_WEB_BEGIN + 4)
37#define STR_WRITER_WEBDOC_FULLTYPE_40           (RC_WEB_BEGIN + 5)
38#define STR_SHELLNAME_WEBTEXT                   (RC_WEB_BEGIN + 6)
39#define STR_SHELLNAME_WEBFRAME                  (RC_WEB_BEGIN + 7)
40#define RID_WEBFRAME_TOOLBOX                    (RC_WEB_BEGIN + 8)
41#define STR_WRITER_WEBDOC_FULLTYPE_50           (RC_WEB_BEGIN + 9)
42#define RID_WEBGRAPHIC_TOOLBOX                  (RC_WEB_BEGIN + 10)
43#define RID_WEBOLE_TOOLBOX                      (RC_WEB_BEGIN + 11)
44#define STR_WRITER_WEBDOC_FULLTYPE              (RC_WEB_BEGIN + 12)
45
46
47#define MN_WEBFILE                              (RC_WEB_BEGIN + 30)
48#define MN_WEBEDIT                              (RC_WEB_BEGIN + 31)
49#define MN_WEBVIEW                              (RC_WEB_BEGIN + 32)
50#define MN_WEBINS                               (RC_WEB_BEGIN + 33)
51#define MN_WEBFORMAT                            (RC_WEB_BEGIN + 34)
52#define MN_WEBEXTRA                             (RC_WEB_BEGIN + 35)
53#define MN_WEBWIN                               (RC_WEB_BEGIN + 36)
54
55#define MN_WEB_TEXT_POPUPMENU               (RC_WEB_BEGIN + 46)
56
57#define MN_WEBFILE_PORT                         (RC_WEB_BEGIN + 47)
58#define MN_WEBEDIT_PORT                         (RC_WEB_BEGIN + 48)
59#define MN_WEBVIEW_PORT                         (RC_WEB_BEGIN + 49)
60#define MN_WEBINS_PORT                          (RC_WEB_BEGIN + 50)
61#define MN_WEBFORMAT_PORT                       (RC_WEB_BEGIN + 51)
62#define MN_WEBEXTRA_PORT                        (RC_WEB_BEGIN + 52)
63#define MN_WEBWIN_PORT                          (RC_WEB_BEGIN + 53)
64
65// ------------------------------------------------------------------------
66
67#define WEB_ACT_END                                     MN_WEBWIN_PORT
68
69
70#if WEB_ACT_END > RC_WEB_END
71#error Resource-Id Ueberlauf in #file, #line
72#endif
73
74#endif
75