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