update credits
[LibreOffice.git] / sw / inc / globals.hrc
blob22b5f54c19a0748f6d4927b0b24909eecf3a2156
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #ifndef _GLOBALS_HRC
21 #define _GLOBALS_HRC
23 #include <sfx2/tabpage.hrc>
25 #include "rcid.hrc"
27 // STRINGS -----------------------------------------------------------
29 #define STR_DLLNOTFOUND             (RC_GLOBALS_BEGIN + 0)
30 #define STR_FMT_STD                 (RC_GLOBALS_BEGIN + 1)
31 #define STR_LOAD_GLOBAL_DOC         (RC_GLOBALS_BEGIN + 2)
33 #define STR_DOC_STAT                (RC_GLOBALS_BEGIN + 10)
35 #define STR_PAGE                    (RC_GLOBALS_BEGIN + 14)
36 #define STR_PRINTOPTUI              (RC_GLOBALS_BEGIN + 15)
38 //EventStrings
40 #define STR_EVENT_OBJECT_SELECT      ( RC_GLOBALS_BEGIN + 17 )
41 #define STR_EVENT_START_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 18 )
42 #define STR_EVENT_END_INS_GLOSSARY   ( RC_GLOBALS_BEGIN + 19 )
43 #define STR_EVENT_MOUSEOVER_OBJECT   ( RC_GLOBALS_BEGIN + 20 )
44 #define STR_EVENT_MOUSECLICK_OBJECT  ( RC_GLOBALS_BEGIN + 21 )
45 #define STR_EVENT_MOUSEOUT_OBJECT    ( RC_GLOBALS_BEGIN + 22 )
46 #define STR_EVENT_IMAGE_LOAD         ( RC_GLOBALS_BEGIN + 23 )
47 #define STR_EVENT_IMAGE_ABORT        ( RC_GLOBALS_BEGIN + 24 )
48 #define STR_EVENT_IMAGE_ERROR        ( RC_GLOBALS_BEGIN + 25 )
49 #define STR_EVENT_FRM_KEYINPUT_A     ( RC_GLOBALS_BEGIN + 26 )
50 #define STR_EVENT_FRM_KEYINPUT_NOA   ( RC_GLOBALS_BEGIN + 27 )
51 #define STR_EVENT_FRM_RESIZE         ( RC_GLOBALS_BEGIN + 28 )
52 #define STR_EVENT_FRM_MOVE           ( RC_GLOBALS_BEGIN + 29 )
54 // Strings for frame alignment in Popup
55 #define STR_TOP_BASE                (RC_GLOBALS_BEGIN + 30)
56 #define STR_BOTTOM_BASE             (RC_GLOBALS_BEGIN + 31)
57 #define STR_CENTER_BASE             (RC_GLOBALS_BEGIN + 32)
58 #define STR_TOP                     (RC_GLOBALS_BEGIN + 33)
59 #define STR_BOTTOM                  (RC_GLOBALS_BEGIN + 34)
60 #define STR_CENTER_HORI             (RC_GLOBALS_BEGIN + 35)
61 #define STR_CENTER_VERT             (RC_GLOBALS_BEGIN + 36)
63 #define STR_LOAD_HTML_DOC           (RC_GLOBALS_BEGIN + 37)
65 #define STR_JAVA_EDIT               (RC_GLOBALS_BEGIN + 38)
69 #define STR_REMOVE_WARNING          (RC_GLOBALS_BEGIN + 40)
71 #define SW_STR_NONE                 (RC_GLOBALS_BEGIN + 41)
73 #define STR_CAPTION_BEGINNING       (RC_GLOBALS_BEGIN + 42)
74 #define STR_CAPTION_END             (RC_GLOBALS_BEGIN + 43)
75 #define STR_CAPTION_ABOVE           (RC_GLOBALS_BEGIN + 44)
76 #define STR_CAPTION_BELOW           (RC_GLOBALS_BEGIN + 45)
78 #define SW_STR_READONLY             (RC_GLOBALS_BEGIN + 46)
80 #define STR_READONLY_PATH           (RC_GLOBALS_BEGIN + 47)
81 #define IL_SECTION_BITMAPS          (RC_GLOBALS_BEGIN + 48)
83 // DIALOGS -----------------------------------------------------------
85 #define DLG_THESAURUS               (RC_GLOBALS_BEGIN + 2)
86 #define DLG_SPECIAL                 (RC_GLOBALS_BEGIN + 3)
88 // QUERYBOX ---------------------------------------------------------
90 #define DLG_WRAP                    (RC_GLOBALS_BEGIN + 4)
91 #define DLG_BODY                    (RC_GLOBALS_BEGIN + 5)
92 #define DLG_PRT_FIELDNAME           (RC_GLOBALS_BEGIN + 6)
94 // INFOBOX ------------------------------------------------------------
96 #define ERR_CLPBRD_READ             (RC_GLOBALS_BEGIN + 1)
97 #define ERR_CLPBRD_WRITE            (RC_GLOBALS_BEGIN + 2)
98 #define MSG_ERROR_PASSWD            (RC_GLOBALS_BEGIN + 3)
100 // ACC ---------------------------------------------------------------
102 #define FN_CHAR_LEFT_SEL            (RC_GLOBALS_BEGIN + 1)   //
103 #define FN_CHAR_RIGHT_SEL           (RC_GLOBALS_BEGIN + 2)   //
104 #define FN_LINE_UP_SEL              (RC_GLOBALS_BEGIN + 3)   //
105 #define FN_LINE_DOWN_SEL            (RC_GLOBALS_BEGIN + 4)   //
106 #define FN_START_OF_LINE_SEL        (RC_GLOBALS_BEGIN + 5)   // StartOfLine
107 #define FN_END_OF_LINE_SEL          (RC_GLOBALS_BEGIN + 6)   // EndOfLine
108 #define FN_START_OF_DOCUMENT_SEL    (RC_GLOBALS_BEGIN + 7)   // StartOfDocument
109 #define FN_END_OF_DOCUMENT_SEL      (RC_GLOBALS_BEGIN + 8)   // EndOfDocument
110 #define FN_START_OF_NEXT_PAGE_SEL   (RC_GLOBALS_BEGIN + 9)   // StartOfNextPage ???
111 #define FN_END_OF_NEXT_PAGE_SEL     (RC_GLOBALS_BEGIN + 10)   // ???
112 #define FN_START_OF_PREV_PAGE_SEL   (RC_GLOBALS_BEGIN + 11)   // StartOfPrevPage ???
113 #define FN_END_OF_PREV_PAGE_SEL     (RC_GLOBALS_BEGIN + 12)   // ???
114 #define FN_START_OF_PAGE_SEL        (RC_GLOBALS_BEGIN + 13)   // StartOfPage
115 #define FN_END_OF_PAGE_SEL          (RC_GLOBALS_BEGIN + 14)   // EndOfPage
116 #define FN_START_OF_PARA_SEL        (RC_GLOBALS_BEGIN + 19)   // StartOfPara
117 #define FN_END_OF_PARA_SEL          (RC_GLOBALS_BEGIN + 20)   // EndOfPara
118 #define FN_NEXT_WORD_SEL            (RC_GLOBALS_BEGIN + 21)   // NextWord
119 #define FN_PREV_WORD_SEL            (RC_GLOBALS_BEGIN + 22)   // PrevWord
120 #define FN_NEXT_SENT_SEL            (RC_GLOBALS_BEGIN + 23)   // NextSentence
121 #define FN_PREV_SENT_SEL            (RC_GLOBALS_BEGIN + 24)   // PrevSentence
123 #define FN_PAGEUP_SEL               (RC_GLOBALS_BEGIN + 29)
124 #define FN_PAGEDOWN_SEL             (RC_GLOBALS_BEGIN + 30)
126 // TABPAGES -----------------------------------------------------------
128 #define TP_PAGE_STD                 (RC_GLOBALS_BEGIN +  1)
130 #define TP_PARA_STD                 (RC_GLOBALS_BEGIN +  3)
131 #define TP_PARA_EXT                 (RC_GLOBALS_BEGIN +  4)
133 #define TP_CHAR_STD                 (RC_GLOBALS_BEGIN +  7)
134 #define TP_CHAR_EXT                 (RC_GLOBALS_BEGIN +  8)
136 #define TP_TABULATOR                (RC_GLOBALS_BEGIN +  9)
137 #define TP_DROPCAPS                 (RC_GLOBALS_BEGIN +  10)
138 #define TP_BACKGROUND               (RC_GLOBALS_BEGIN +  11)
139 #define TP_BORDER                   (RC_GLOBALS_BEGIN +  12)
140 #define TP_COLUMN                   (RC_GLOBALS_BEGIN +  13)
142 #define TP_DOC_STAT                 (RC_GLOBALS_BEGIN +  15)
144 #define TP_HEADER_PAGE              (RC_GLOBALS_BEGIN +  16)
145 #define TP_FOOTER_PAGE              (RC_GLOBALS_BEGIN +  17)
146 #define TP_FOOTNOTE_PAGE            (RC_GLOBALS_BEGIN +  18)
148 // Sw-pages
149 #define TP_OPTTEST_PAGE             (RC_GLOBALS_BEGIN +  25)
150 #define TP_OPTPRINT_PAGE            (RC_GLOBALS_BEGIN +  26)
152 #define TP_FRM_STD                  (RC_GLOBALS_BEGIN +  31)
154 #define TP_GRF_EXT                  (RC_GLOBALS_BEGIN +  35)
156 #define DLG_FRM_STD                 (RC_GLOBALS_BEGIN +  36)
157 #define DLG_FRM_GRF                 (RC_GLOBALS_BEGIN +  37)
158 #define DLG_FRM_OLE                 (RC_GLOBALS_BEGIN +  38)
160 #define TP_MACRO_ASSIGN             (RC_GLOBALS_BEGIN +  40)
161 #define TP_FRM_URL                  (RC_GLOBALS_BEGIN +  42)
163 #define TP_CONTENT_OPT              (RC_GLOBALS_BEGIN +  45)
164 #define TP_STD_FONT                 (RC_GLOBALS_BEGIN +  47)
165 #define TP_CONDCOLL                 (RC_GLOBALS_BEGIN +  48)
167 #define TP_FRM_WRAP                 (RC_GLOBALS_BEGIN +  49)
168 #define TP_FRM_ADD                  (RC_GLOBALS_BEGIN +  51)
170 #define TP_PARA_ALIGN               (RC_GLOBALS_BEGIN +  55)
171 #define TP_OPTTABLE_PAGE            (RC_GLOBALS_BEGIN +  56)
173 #define TP_NUMBER                   (RC_GLOBALS_BEGIN +  57)
175 #define TP_FLD_DB                   (RC_GLOBALS_BEGIN +  64)
176 #define TP_FLD_DOKINF               (RC_GLOBALS_BEGIN +  65)
177 #define TP_FLD_VAR                  (RC_GLOBALS_BEGIN +  66)
178 #define TP_FLD_DOK                  (RC_GLOBALS_BEGIN +  67)
179 #define TP_FLD_FUNC                 (RC_GLOBALS_BEGIN +  68)
180 #define TP_FLD_REF                  (RC_GLOBALS_BEGIN +  69)
182 #define TP_OPTSHDWCRSR              (RC_GLOBALS_BEGIN +  70)
183 #define TP_NUMPARA                  (RC_GLOBALS_BEGIN +  73)
185 #define TP_REDLINE_OPT              (RC_GLOBALS_BEGIN +  74)
187 #define TP_OPTCAPTION_PAGE          (RC_GLOBALS_BEGIN +  78)
188 #define DLG_SVXTEST_NUM_BULLET      (RC_GLOBALS_BEGIN +  79)
189 #define TP_OPTLOAD_PAGE             (RC_GLOBALS_BEGIN +  80)
190 #define TP_INSERT_SECTION           (RC_GLOBALS_BEGIN +  85)
191 #define DLG_INSERT_SECTION          (RC_GLOBALS_BEGIN +  86)
192 #define DLG_SECTION_PROPERTIES      (RC_GLOBALS_BEGIN +  87)
194 #define DLG_MULTI_TOX               (RC_GLOBALS_BEGIN +  89)
195 #define TP_TOX_SELECT               (RC_GLOBALS_BEGIN +  90)
196 #define TP_TOX_ENTRY                (RC_GLOBALS_BEGIN +  91)
197 #define TP_TOX_STYLES               (RC_GLOBALS_BEGIN +  92)
198 #define TP_VISITING_CARDS           (RC_GLOBALS_BEGIN +  93)
199 #define DLG_ADD_IDX_STYLES          (RC_GLOBALS_BEGIN +  94)
200 #define TP_PRIVATE_DATA             (RC_GLOBALS_BEGIN +  95)
201 #define TP_BUSINESS_DATA            (RC_GLOBALS_BEGIN +  96)
202 #define TP_SECTION_FTNENDNOTES      (RC_GLOBALS_BEGIN +  97)
203 #define TP_CHAR_POS                 (RC_GLOBALS_BEGIN +  98)
204 #define TP_CHAR_TWOLN               (RC_GLOBALS_BEGIN +  99)
205 #define TP_PARA_ASIAN               (RC_GLOBALS_BEGIN +  100)
206 #define TP_TEXTGRID_PAGE            (RC_GLOBALS_BEGIN +  101)
207 #define TP_SECTION_INDENTS          (RC_GLOBALS_BEGIN +  102)
208 #define TP_OPTCOMPATIBILITY_PAGE    (RC_GLOBALS_BEGIN +  103)
209 #define TP_MAILCONFIG               (RC_GLOBALS_BEGIN +  104)
210 #define TP_COMPARISON_OPT           (RC_GLOBALS_BEGIN +  106)
211 //maximum: RC_GLOBALS_BEGIN +  120
214 #if STR_DOC_STAT > RC_GLOBALS_END
215 #error Resource-Id Ueberlauf in #file, #line
216 #endif
218 #define SID_PREVIEWFLAG_TYPE        (RC_GLOBALS_BEGIN +  114)
219 #define SID_FONTMODE_TYPE           (RC_GLOBALS_BEGIN +  115)
220 #define SID_FAX_LIST                (RC_GLOBALS_BEGIN +  116)
221 #define SID_WRT_SHELL               (RC_GLOBALS_BEGIN +  117)
223 #endif // _GLOBALS_HRC
225 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */