xref: /aoo41x/main/sw/source/ui/inc/web.hrc (revision fefe2166)
1*fefe2166SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*fefe2166SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*fefe2166SAndrew Rist * distributed with this work for additional information
6*fefe2166SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance
9*fefe2166SAndrew Rist * with the License.  You may obtain a copy of the License at
10*fefe2166SAndrew Rist *
11*fefe2166SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*fefe2166SAndrew Rist *
13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*fefe2166SAndrew Rist * software distributed under the License is distributed on an
15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*fefe2166SAndrew Rist * KIND, either express or implied.  See the License for the
17*fefe2166SAndrew Rist * specific language governing permissions and limitations
18*fefe2166SAndrew Rist * under the License.
19*fefe2166SAndrew Rist *
20*fefe2166SAndrew Rist *************************************************************/
21*fefe2166SAndrew Rist
22*fefe2166SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef _WEB_HRC
25cdf0e10cSrcweir#define _WEB_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "rcid.hrc"
28cdf0e10cSrcweir
29cdf0e10cSrcweir#define RC_WEB_ICON								(RC_WEB_BEGIN + 1)
30cdf0e10cSrcweir#define RID_WEBTOOLS_TOOLBOX					(RC_WEB_BEGIN + 2)
31cdf0e10cSrcweir#define RID_WEBTEXT_TOOLBOX						(RC_WEB_BEGIN + 3)
32cdf0e10cSrcweir#define STR_HUMAN_SWWEBDOC_NAME					(RC_WEB_BEGIN + 4)
33cdf0e10cSrcweir#define STR_WRITER_WEBDOC_FULLTYPE_40			(RC_WEB_BEGIN + 5)
34cdf0e10cSrcweir#define STR_SHELLNAME_WEBTEXT					(RC_WEB_BEGIN + 6)
35cdf0e10cSrcweir#define STR_SHELLNAME_WEBFRAME					(RC_WEB_BEGIN + 7)
36cdf0e10cSrcweir#define RID_WEBFRAME_TOOLBOX					(RC_WEB_BEGIN + 8)
37cdf0e10cSrcweir#define STR_WRITER_WEBDOC_FULLTYPE_50			(RC_WEB_BEGIN + 9)
38cdf0e10cSrcweir#define RID_WEBGRAPHIC_TOOLBOX					(RC_WEB_BEGIN + 10)
39cdf0e10cSrcweir#define RID_WEBOLE_TOOLBOX						(RC_WEB_BEGIN + 11)
40cdf0e10cSrcweir#define STR_WRITER_WEBDOC_FULLTYPE				(RC_WEB_BEGIN + 12)
41cdf0e10cSrcweir
42cdf0e10cSrcweir
43cdf0e10cSrcweir#define MN_WEBFILE								(RC_WEB_BEGIN + 30)
44cdf0e10cSrcweir#define MN_WEBEDIT								(RC_WEB_BEGIN + 31)
45cdf0e10cSrcweir#define MN_WEBVIEW								(RC_WEB_BEGIN + 32)
46cdf0e10cSrcweir#define MN_WEBINS								(RC_WEB_BEGIN + 33)
47cdf0e10cSrcweir#define MN_WEBFORMAT							(RC_WEB_BEGIN + 34)
48cdf0e10cSrcweir#define MN_WEBEXTRA 							(RC_WEB_BEGIN + 35)
49cdf0e10cSrcweir#define MN_WEBWIN 								(RC_WEB_BEGIN + 36)
50cdf0e10cSrcweir
51cdf0e10cSrcweir#define MN_WEB_TEXT_POPUPMENU   			(RC_WEB_BEGIN + 46)
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define MN_WEBFILE_PORT							(RC_WEB_BEGIN + 47)
54cdf0e10cSrcweir#define MN_WEBEDIT_PORT			   				(RC_WEB_BEGIN + 48)
55cdf0e10cSrcweir#define MN_WEBVIEW_PORT			   				(RC_WEB_BEGIN + 49)
56cdf0e10cSrcweir#define MN_WEBINS_PORT			   				(RC_WEB_BEGIN + 50)
57cdf0e10cSrcweir#define MN_WEBFORMAT_PORT		   				(RC_WEB_BEGIN + 51)
58cdf0e10cSrcweir#define MN_WEBEXTRA_PORT 		   				(RC_WEB_BEGIN + 52)
59cdf0e10cSrcweir#define MN_WEBWIN_PORT 			   				(RC_WEB_BEGIN + 53)
60cdf0e10cSrcweir
61cdf0e10cSrcweir// ------------------------------------------------------------------------
62cdf0e10cSrcweir
63cdf0e10cSrcweir#define WEB_ACT_END                                     MN_WEBWIN_PORT
64cdf0e10cSrcweir
65cdf0e10cSrcweir
66cdf0e10cSrcweir#if WEB_ACT_END > RC_WEB_END
67cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
68cdf0e10cSrcweir#endif
69cdf0e10cSrcweir
70cdf0e10cSrcweir#endif
71