xref: /aoo4110/main/sw/inc/comcore.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _COMCORE_HRC
24#define _COMCORE_HRC
25
26#include "rcid.hrc"
27
28// ---------------
29// die Strings
30// ---------------
31
32#define STR_COMCORE_READERROR				(RC_COMCORE_BEGIN + 0)
33#define MSG_COMCORE_ASKSEARCH				(RC_COMCORE_BEGIN + 1)
34#define STR_TABLE_DEFNAME					(RC_COMCORE_BEGIN + 2)
35#define STR_GRAPHIC_DEFNAME					(RC_COMCORE_BEGIN + 3)
36#define STR_OBJECT_DEFNAME					(RC_COMCORE_BEGIN + 4)
37#define STR_FRAME_DEFNAME					(RC_COMCORE_BEGIN + 5)
38#define STR_REGION_DEFNAME					(RC_COMCORE_BEGIN + 6)
39#define STR_COMCORE_CANT_SHOW				(RC_COMCORE_BEGIN + 7)
40#define RID_GRAPHIC_REPLACEBMP				(RC_COMCORE_BEGIN + 8)
41#define RID_GRAPHIC_ERRORBMP				(RC_COMCORE_BEGIN + 9)
42#define STR_NUMRULE_DEFNAME					(RC_COMCORE_BEGIN + 10)
43#define STR_EMPTYPAGE						(RC_COMCORE_BEGIN + 11)
44#define RID_SHELLRES_AUTOFMTSTRS			(RC_COMCORE_BEGIN + 12)
45#define STR_MULT_INTERACT_HYPH_WARN			(RC_COMCORE_BEGIN + 13)
46#define STR_MULT_INTERACT_SPELL_WARN		(RC_COMCORE_BEGIN + 14)
47#define STR_SPELL_TITLE						(RC_COMCORE_BEGIN + 15)
48#define STR_HYPH_TITLE						(RC_COMCORE_BEGIN + 16)
49#define MSG_DISABLE_UNDO_QUESTION			(RC_COMCORE_BEGIN + 17)
50#define MSG_DISABLE_READLINE_QUESTION		(RC_COMCORE_BEGIN + 18)
51// -> #111827#
52#define STR_REDLINE_INSERT		            (RC_COMCORE_BEGIN + 19)
53#define STR_REDLINE_DELETE		            (RC_COMCORE_BEGIN + 20)
54#define STR_REDLINE_FORMAT		            (RC_COMCORE_BEGIN + 21)
55#define STR_REDLINE_TABLE		            (RC_COMCORE_BEGIN + 22)
56#define STR_REDLINE_FMTCOLL		            (RC_COMCORE_BEGIN + 23)
57#define STR_CLIPBOARD                       (RC_COMCORE_BEGIN + 24)
58#define STR_START_QUOTE 		            (RC_COMCORE_BEGIN + 25)
59#define STR_END_QUOTE	    	            (RC_COMCORE_BEGIN + 26)
60#define STR_LDOTS   	    	            (RC_COMCORE_BEGIN + 27)
61#define STR_YIELDS   	    	            (RC_COMCORE_BEGIN + 28)
62#define STR_PARAGRAPHS                      (RC_COMCORE_BEGIN + 29)
63#define STR_MULTISEL	                    (RC_COMCORE_BEGIN + 30)
64#define STR_REDLINE_MULTIPLE	            (RC_COMCORE_BEGIN + 31)
65#define STR_N_REDLINES	                    (RC_COMCORE_BEGIN + 32)
66#define STR_FIELD                           (RC_COMCORE_BEGIN + 33)
67// <- #111827#
68// -> #115575#
69#define STR_FRAME                           (RC_COMCORE_BEGIN + 34)
70#define STR_OLE                             (RC_COMCORE_BEGIN + 35)
71#define STR_MATH_FORMULA                    (RC_COMCORE_BEGIN + 36)
72#define STR_CHART                           (RC_COMCORE_BEGIN + 37)
73#define STR_NOTE                            (RC_COMCORE_BEGIN + 38)
74#define STR_REFERENCE                       (RC_COMCORE_BEGIN + 39)
75#define STR_SCRIPT                          (RC_COMCORE_BEGIN + 40)
76#define STR_AUTHORITY_ENTRY                 (RC_COMCORE_BEGIN + 41)
77#define STR_SPECIALCHAR                     (RC_COMCORE_BEGIN + 42)
78#define STR_FOOTNOTE                        (RC_COMCORE_BEGIN + 43)
79#define STR_GRAPHIC                         (RC_COMCORE_BEGIN + 44)
80#define STR_DRAWING_OBJECTS                 (RC_COMCORE_BEGIN + 45)
81#define STR_TABLE_NAME                      (RC_COMCORE_BEGIN + 46)
82#define STR_PARAGRAPH_UNDO                  (RC_COMCORE_BEGIN + 47)
83// <- #115575#
84// -> PB #146850#
85#define RID_GRAPHIC_REPLACEBMP_HC           (RC_COMCORE_BEGIN + 48)
86#define RID_GRAPHIC_ERRORBMP_HC             (RC_COMCORE_BEGIN + 49)
87// <- #146850#
88
89// defines fuer die Autoformat Redline Kommentare
90#define STR_AUTOFMTREDL_DEL_EMPTY_PARA			0
91#define STR_AUTOFMTREDL_USE_REPLACE             1
92#define STR_AUTOFMTREDL_CPTL_STT_WORD           2
93#define STR_AUTOFMTREDL_CPTL_STT_SENT           3
94#define STR_AUTOFMTREDL_TYPO                    4
95#define STR_AUTOFMTREDL_USER_STYLE              5
96#define STR_AUTOFMTREDL_BULLET                  6
97#define STR_AUTOFMTREDL_UNDER              		7
98#define STR_AUTOFMTREDL_BOLD              		8
99#define STR_AUTOFMTREDL_FRACTION                9
100#define STR_AUTOFMTREDL_DETECT_URL              10
101#define STR_AUTOFMTREDL_DASH                    11
102#define STR_AUTOFMTREDL_ORDINAL                 12
103#define STR_AUTOFMTREDL_RIGHT_MARGIN            13
104#define STR_AUTOFMTREDL_SET_TMPL_TEXT			14
105#define STR_AUTOFMTREDL_SET_TMPL_INDENT			15
106#define STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT		16
107#define STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT	17
108#define STR_AUTOFMTREDL_SET_TMPL_HEADLINE		18
109#define STR_AUTOFMTREDL_SET_NUMBULET			19
110#define STR_AUTOFMTREDL_DEL_MORELINES			20
111#define STR_AUTOFMTREDL_NON_BREAK_SPACE         21
112// !!!!!!!!!!!!!!!!!!!!!!!!!!  das Ende immer richtig setzen !!!!!!!!!!!!
113#define STR_AUTOFMTREDL_END						22
114
115
116#endif
117
118
119
120