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