1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
24 // BTN -------------------------------------------------------------------
26 #define BTN_PAGEDOWN (RC_VIEW_BEGIN)
27 #define BTN_PAGEUP (RC_VIEW_BEGIN + 1)
29 // STR -------------------------------------------------------------------
31 #define STR_NUM_LEVEL (RC_VIEW_BEGIN + 3)
32 #define STR_NUM_OUTLINE (RC_VIEW_BEGIN + 4)
34 #define STR_ERROR_NOLANG (RC_VIEW_BEGIN + 6)
36 #define STR_EDIT_FOOTNOTE (RC_VIEW_BEGIN + 14)
38 #define MSG_NOT_FOUND (RC_VIEW_BEGIN + 16)
39 #define MSG_SEARCH_START (RC_VIEW_BEGIN + 17)
40 #define MSG_SEARCH_END (RC_VIEW_BEGIN + 18)
41 #define MSG_INDEX_OVERFLOW (RC_VIEW_BEGIN + 19)
42 #define STR_NB_REPLACED (RC_VIEW_BEGIN + 20)
43 #define MSG_SCAN_NOSOURCE (RC_VIEW_BEGIN + 21)
45 #define STR_SRCVIEW_ROW (RC_VIEW_BEGIN + 22)
46 #define STR_SRCVIEW_COL (RC_VIEW_BEGIN + 23)
47 #define STR_SAVEAS_SRC (RC_VIEW_BEGIN + 24)
49 #define MSG_NO_MERGE_ENTRY (RC_VIEW_BEGIN + 25)
51 #define STR_PRINT_TITLE (RC_VIEW_BEGIN + 26)
52 #define STR_PRINT_MSG (RC_VIEW_BEGIN + 27)
53 #define STR_PRINT_ALL (RC_VIEW_BEGIN + 28)
54 #define STR_PRINT_SELECTION (RC_VIEW_BEGIN + 29)
56 #define RID_PVIEW_TOOLBOX (RC_VIEW_BEGIN + 31)
57 #define STR_WEBOPTIONS (RC_VIEW_BEGIN + 32)
58 #define STR_TEXTOPTIONS (RC_VIEW_BEGIN + 33)
60 #define STR_SAVEACOPY_SRC (RC_VIEW_BEGIN + 34)
61 // MSG -------------------------------------------------------------------
63 #define MSG_ERR_INSERT_GLOS (RC_VIEW_BEGIN)
65 #define MSG_ERR_NO_FAX (RC_VIEW_BEGIN + 5)
66 #define MSG_ERR_SRCSTREAM (RC_VIEW_BEGIN + 6)
68 // DLG -------------------------------------------------------------------
70 #define DLG_SPECIAL_FORCED (RC_VIEW_BEGIN)
72 // Ueberlaufpruefung -----------------------------------------------------
74 #define VIEW_ACT_END STR_EDIT_FOOTNOTE
76 #if VIEW_ACT_END > RC_VIEW_END
77 #error Resource-Id Ueberlauf in #file, #line
82 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */