xref: /aoo4110/main/sw/source/ui/uiview/view.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#ifndef _VIEW_HRC
24#define _VIEW_HRC
25
26#include "rcid.hrc"
27
28// BTN -------------------------------------------------------------------
29
30#define BTN_PAGEDOWN        (RC_VIEW_BEGIN)
31#define BTN_PAGEUP          (RC_VIEW_BEGIN + 1)
32
33// STR -------------------------------------------------------------------
34
35#define STR_NUM_LEVEL         		(RC_VIEW_BEGIN + 3)
36#define STR_NUM_OUTLINE        		(RC_VIEW_BEGIN + 4)
37
38#define STR_ERROR_NOLANG     		(RC_VIEW_BEGIN + 6)
39
40#define STR_EDIT_FOOTNOTE			(RC_VIEW_BEGIN + 14)
41
42//#define RID_PVIEW_TOOLBOX			(RC_VIEW_BEGIN + 15)
43#define MSG_NOT_FOUND               (RC_VIEW_BEGIN + 16)
44#define MSG_SEARCH_START            (RC_VIEW_BEGIN + 17)
45#define MSG_SEARCH_END              (RC_VIEW_BEGIN + 18)
46#define MSG_INDEX_OVERFLOW          (RC_VIEW_BEGIN + 19)
47#define STR_NB_REPLACED             (RC_VIEW_BEGIN + 20)
48#define MSG_SCAN_NOSOURCE           (RC_VIEW_BEGIN + 21)
49
50#define STR_SRCVIEW_ROW           	(RC_VIEW_BEGIN + 22)
51#define STR_SRCVIEW_COL           	(RC_VIEW_BEGIN + 23)
52#define STR_SAVEAS_SRC              (RC_VIEW_BEGIN + 24)
53
54#define MSG_NO_MERGE_ENTRY          (RC_VIEW_BEGIN + 25)
55
56#define STR_PRINT_TITLE				(RC_VIEW_BEGIN + 26)
57#define STR_PRINT_MSG				(RC_VIEW_BEGIN + 27)
58#define STR_PRINT_ALL				(RC_VIEW_BEGIN + 28)
59#define STR_PRINT_SELECTION			(RC_VIEW_BEGIN + 29)
60#define STR_READONLY_SEL			(RC_VIEW_BEGIN + 30)
61
62#define RID_PVIEW_TOOLBOX			(RC_VIEW_BEGIN + 31)
63#define STR_WEBOPTIONS              (RC_VIEW_BEGIN + 32)
64#define STR_TEXTOPTIONS             (RC_VIEW_BEGIN + 33)
65// MSG -------------------------------------------------------------------
66
67#define MSG_ERR_INSERT_GLOS (RC_VIEW_BEGIN)
68
69#define MSG_ERR_NO_FAX		(RC_VIEW_BEGIN + 5)
70#define MSG_ERR_SRCSTREAM 	(RC_VIEW_BEGIN + 6)
71
72// DLG -------------------------------------------------------------------
73
74#define DLG_SPECIAL_FORCED  			(RC_VIEW_BEGIN)
75#define DLG_PAGEPREVIEW_ZOOM			(RC_VIEW_BEGIN + 1)
76
77// Ueberlaufpruefung -----------------------------------------------------
78
79#define VIEW_ACT_END        STR_EDIT_FOOTNOTE
80
81#if VIEW_ACT_END > RC_VIEW_END
82#error Resource-Id Ueberlauf in #file, #line
83#endif
84
85#endif
86
87