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