summaryrefslogtreecommitdiff
path: root/sw/inc/globals.hrc
blob: 0335de103dcaeb084fdfb208125c686703746146 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef _GLOBALS_HRC
#define _GLOBALS_HRC

#include "rcid.hrc"

// STRINGS -----------------------------------------------------------

#define STR_DLLNOTFOUND             (RC_GLOBALS_BEGIN + 0)
#define STR_FMT_STD                 (RC_GLOBALS_BEGIN + 1)
#define STR_LOAD_GLOBAL_DOC         (RC_GLOBALS_BEGIN + 2)

#define STR_DOC_STAT                (RC_GLOBALS_BEGIN + 10)

#define STR_PAGE                    (RC_GLOBALS_BEGIN + 14)
#define STR_PAGE_COUNT              (RC_GLOBALS_BEGIN + 15)
#define STR_PAGE_COUNT_CUSTOM       (RC_GLOBALS_BEGIN + 16)
#define STR_PRINTOPTUI              (RC_GLOBALS_BEGIN + 17)

#define ST_SCRIPT_WESTERN           (RC_GLOBALS_BEGIN + 105)
#define ST_SCRIPT_ASIAN             (RC_GLOBALS_BEGIN + 106)
#define ST_SCRIPT_CTL               (RC_GLOBALS_BEGIN + 107)

//EventStrings

#define STR_EVENT_OBJECT_SELECT      ( RC_GLOBALS_BEGIN + 18 )
#define STR_EVENT_START_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 19 )
#define STR_EVENT_END_INS_GLOSSARY   ( RC_GLOBALS_BEGIN + 20 )
#define STR_EVENT_MOUSEOVER_OBJECT   ( RC_GLOBALS_BEGIN + 21 )
#define STR_EVENT_MOUSECLICK_OBJECT  ( RC_GLOBALS_BEGIN + 22 )
#define STR_EVENT_MOUSEOUT_OBJECT    ( RC_GLOBALS_BEGIN + 23 )
#define STR_EVENT_IMAGE_LOAD         ( RC_GLOBALS_BEGIN + 24 )
#define STR_EVENT_IMAGE_ABORT        ( RC_GLOBALS_BEGIN + 25 )
#define STR_EVENT_IMAGE_ERROR        ( RC_GLOBALS_BEGIN + 26 )
#define STR_EVENT_FRM_KEYINPUT_A     ( RC_GLOBALS_BEGIN + 27 )
#define STR_EVENT_FRM_KEYINPUT_NOA   ( RC_GLOBALS_BEGIN + 28 )
#define STR_EVENT_FRM_RESIZE         ( RC_GLOBALS_BEGIN + 29 )
#define STR_EVENT_FRM_MOVE           ( RC_GLOBALS_BEGIN + 30 )

// Strings for frame alignment in Popup
#define STR_TOP_BASE                (RC_GLOBALS_BEGIN + 31)
#define STR_BOTTOM_BASE             (RC_GLOBALS_BEGIN + 32)
#define STR_CENTER_BASE             (RC_GLOBALS_BEGIN + 33)
#define STR_TOP                     (RC_GLOBALS_BEGIN + 34)
#define STR_BOTTOM                  (RC_GLOBALS_BEGIN + 35)
#define STR_CENTER_HORI             (RC_GLOBALS_BEGIN + 36)
#define STR_CENTER_VERT             (RC_GLOBALS_BEGIN + 37)

#define STR_LOAD_HTML_DOC           (RC_GLOBALS_BEGIN + 38)

#define STR_JAVA_EDIT               (RC_GLOBALS_BEGIN + 39)

#define STR_REMOVE_WARNING          (RC_GLOBALS_BEGIN + 40)

#define SW_STR_NONE                 (RC_GLOBALS_BEGIN + 41)

#define STR_CAPTION_BEGINNING       (RC_GLOBALS_BEGIN + 42)
#define STR_CAPTION_END             (RC_GLOBALS_BEGIN + 43)
#define STR_CAPTION_ABOVE           (RC_GLOBALS_BEGIN + 44)
#define STR_CAPTION_BELOW           (RC_GLOBALS_BEGIN + 45)

#define SW_STR_READONLY             (RC_GLOBALS_BEGIN + 46)

#define STR_READONLY_PATH           (RC_GLOBALS_BEGIN + 47)
#define IL_SECTION_BITMAPS          (RC_GLOBALS_BEGIN + 48)
#define IL_VALUES                   (RC_GLOBALS_BEGIN + 49)

// INFOBOX ------------------------------------------------------------

#define STR_ERROR_CLPBRD_READ       (RC_GLOBALS_BEGIN + 50)
#define STR_ERROR_PASSWD            (RC_GLOBALS_BEGIN + 51)

// Strings for the context menu of the content tree
#define STR_CONTEXT_FIRST            (RC_GLOBALS_BEGIN + 52)
#define STR_OUTLINE_LEVEL            (STR_CONTEXT_FIRST + 0)
#define STR_DRAGMODE                 (STR_CONTEXT_FIRST + 1)
#define STR_HYPERLINK                (STR_CONTEXT_FIRST + 2)
#define STR_LINK_REGION              (STR_CONTEXT_FIRST + 3)
#define STR_COPY_REGION              (STR_CONTEXT_FIRST + 4)
#define STR_DISPLAY                  (STR_CONTEXT_FIRST + 5)
#define STR_ACTIVE_VIEW              (STR_CONTEXT_FIRST + 6)
#define STR_STATUS_FIRST             (RC_GLOBALS_BEGIN + 59)
#define STR_HIDDEN                   (STR_STATUS_FIRST + 0)
#define STR_ACTIVE                   (STR_STATUS_FIRST + 1)
#define STR_INACTIVE                 (STR_STATUS_FIRST + 2)
#define STR_MISC                     (RC_GLOBALS_BEGIN + 62)
#define STR_EDIT_ENTRY               STR_MISC
#define STR_DELETE_ENTRY             (STR_MISC + 1)

#define STR_GLOBAL_CONTEXT_FIRST     (STR_DELETE_ENTRY + 1)
#define STR_UPDATE                   (STR_GLOBAL_CONTEXT_FIRST    )
#define STR_EDIT_CONTENT             (STR_GLOBAL_CONTEXT_FIRST + 1)
#define STR_EDIT_INSERT              (STR_GLOBAL_CONTEXT_FIRST + 2)
#define STR_INDEX                    (STR_GLOBAL_CONTEXT_FIRST + 3)
#define STR_FILE                     (STR_GLOBAL_CONTEXT_FIRST + 4)
#define STR_NEW_FILE                 (STR_GLOBAL_CONTEXT_FIRST + 5)
#define STR_INSERT_TEXT              (STR_GLOBAL_CONTEXT_FIRST + 6)
#define STR_DELETE                   (STR_GLOBAL_CONTEXT_FIRST + 7)
#define STR_UPDATE_SEL               (STR_GLOBAL_CONTEXT_FIRST + 8)
#define STR_UPDATE_INDEX             (STR_GLOBAL_CONTEXT_FIRST + 9)
#define STR_UPDATE_LINK              (STR_GLOBAL_CONTEXT_FIRST +10)
#define STR_UPDATE_ALL               (STR_GLOBAL_CONTEXT_FIRST +11)
#define STR_BROKEN_LINK              (STR_GLOBAL_CONTEXT_FIRST +12)
#define STR_EDIT_LINK                (STR_GLOBAL_CONTEXT_FIRST +13)

#define STR_REMOVE_INDEX             (STR_GLOBAL_CONTEXT_FIRST +30)
#define STR_REMOVE_TBL_PROTECTION    (STR_GLOBAL_CONTEXT_FIRST +31)
#define STR_RENAME                   (STR_GLOBAL_CONTEXT_FIRST +32)
#define STR_READONLY_IDX             (STR_GLOBAL_CONTEXT_FIRST +33)
#define STR_INVISIBLE                (STR_GLOBAL_CONTEXT_FIRST +34)

#define STR_POSTIT_SHOW              (STR_GLOBAL_CONTEXT_FIRST +35)
#define STR_POSTIT_HIDE              (STR_GLOBAL_CONTEXT_FIRST +36)
#define STR_POSTIT_DELETE            (STR_GLOBAL_CONTEXT_FIRST +37)

// ACC ---------------------------------------------------------------

#define FN_CHAR_LEFT_SEL            (RC_GLOBALS_BEGIN + 1)
#define FN_CHAR_RIGHT_SEL           (RC_GLOBALS_BEGIN + 2)
#define FN_LINE_UP_SEL              (RC_GLOBALS_BEGIN + 3)
#define FN_LINE_DOWN_SEL            (RC_GLOBALS_BEGIN + 4)
#define FN_START_OF_LINE_SEL        (RC_GLOBALS_BEGIN + 5)   // StartOfLine
#define FN_END_OF_LINE_SEL          (RC_GLOBALS_BEGIN + 6)   // EndOfLine
#define FN_START_OF_DOCUMENT_SEL    (RC_GLOBALS_BEGIN + 7)   // StartOfDocument
#define FN_END_OF_DOCUMENT_SEL      (RC_GLOBALS_BEGIN + 8)   // EndOfDocument
#define FN_START_OF_NEXT_PAGE_SEL   (RC_GLOBALS_BEGIN + 9)   // StartOfNextPage ???
#define FN_END_OF_NEXT_PAGE_SEL     (RC_GLOBALS_BEGIN + 10)   // ???
#define FN_START_OF_PREV_PAGE_SEL   (RC_GLOBALS_BEGIN + 11)   // StartOfPrevPage ???
#define FN_END_OF_PREV_PAGE_SEL     (RC_GLOBALS_BEGIN + 12)   // ???
#define FN_START_OF_PAGE_SEL        (RC_GLOBALS_BEGIN + 13)   // StartOfPage
#define FN_END_OF_PAGE_SEL          (RC_GLOBALS_BEGIN + 14)   // EndOfPage
#define FN_START_OF_PARA_SEL        (RC_GLOBALS_BEGIN + 19)   // StartOfPara
#define FN_END_OF_PARA_SEL          (RC_GLOBALS_BEGIN + 20)   // EndOfPara
#define FN_NEXT_WORD_SEL            (RC_GLOBALS_BEGIN + 21)   // NextWord
#define FN_PREV_WORD_SEL            (RC_GLOBALS_BEGIN + 22)   // PrevWord
#define FN_NEXT_SENT_SEL            (RC_GLOBALS_BEGIN + 23)   // NextSentence
#define FN_PREV_SENT_SEL            (RC_GLOBALS_BEGIN + 24)   // PrevSentence

#define FN_PAGEUP_SEL               (RC_GLOBALS_BEGIN + 29)
#define FN_PAGEDOWN_SEL             (RC_GLOBALS_BEGIN + 30)

// TABPAGES -----------------------------------------------------------

#define TP_DOC_STAT                 (RC_GLOBALS_BEGIN +  15)

// Sw-pages
#define TP_OPTPRINT_PAGE            (RC_GLOBALS_BEGIN +  26)

#define DLG_SVXTEST_NUM_BULLET      (RC_GLOBALS_BEGIN +  79)
//maximum: RC_GLOBALS_BEGIN +  120

#if STR_DOC_STAT > RC_GLOBALS_END
#error Resource-Id Ueberlauf in #file, #line
#endif

#define SID_PREVIEWFLAG_TYPE        (RC_GLOBALS_BEGIN +  114)
#define SID_FONTMODE_TYPE           (RC_GLOBALS_BEGIN +  115)
#define SID_FAX_LIST                (RC_GLOBALS_BEGIN +  116)
#define SID_WRT_SHELL               (RC_GLOBALS_BEGIN +  117)


#endif // _GLOBALS_HRC

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */