xref: /AOO41X/main/sw/inc/comcore.hrc (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef _COMCORE_HRC
28*cdf0e10cSrcweir#define _COMCORE_HRC
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#include "rcid.hrc"
31*cdf0e10cSrcweir
32*cdf0e10cSrcweir// ---------------
33*cdf0e10cSrcweir// die Strings
34*cdf0e10cSrcweir// ---------------
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir#define STR_COMCORE_READERROR				(RC_COMCORE_BEGIN + 0)
37*cdf0e10cSrcweir#define MSG_COMCORE_ASKSEARCH				(RC_COMCORE_BEGIN + 1)
38*cdf0e10cSrcweir#define STR_TABLE_DEFNAME					(RC_COMCORE_BEGIN + 2)
39*cdf0e10cSrcweir#define STR_GRAPHIC_DEFNAME					(RC_COMCORE_BEGIN + 3)
40*cdf0e10cSrcweir#define STR_OBJECT_DEFNAME					(RC_COMCORE_BEGIN + 4)
41*cdf0e10cSrcweir#define STR_FRAME_DEFNAME					(RC_COMCORE_BEGIN + 5)
42*cdf0e10cSrcweir#define STR_REGION_DEFNAME					(RC_COMCORE_BEGIN + 6)
43*cdf0e10cSrcweir#define STR_COMCORE_CANT_SHOW				(RC_COMCORE_BEGIN + 7)
44*cdf0e10cSrcweir#define RID_GRAPHIC_REPLACEBMP				(RC_COMCORE_BEGIN + 8)
45*cdf0e10cSrcweir#define RID_GRAPHIC_ERRORBMP				(RC_COMCORE_BEGIN + 9)
46*cdf0e10cSrcweir#define STR_NUMRULE_DEFNAME					(RC_COMCORE_BEGIN + 10)
47*cdf0e10cSrcweir#define STR_EMPTYPAGE						(RC_COMCORE_BEGIN + 11)
48*cdf0e10cSrcweir#define RID_SHELLRES_AUTOFMTSTRS			(RC_COMCORE_BEGIN + 12)
49*cdf0e10cSrcweir#define STR_MULT_INTERACT_HYPH_WARN			(RC_COMCORE_BEGIN + 13)
50*cdf0e10cSrcweir#define STR_MULT_INTERACT_SPELL_WARN		(RC_COMCORE_BEGIN + 14)
51*cdf0e10cSrcweir#define STR_SPELL_TITLE						(RC_COMCORE_BEGIN + 15)
52*cdf0e10cSrcweir#define STR_HYPH_TITLE						(RC_COMCORE_BEGIN + 16)
53*cdf0e10cSrcweir#define MSG_DISABLE_UNDO_QUESTION			(RC_COMCORE_BEGIN + 17)
54*cdf0e10cSrcweir#define MSG_DISABLE_READLINE_QUESTION		(RC_COMCORE_BEGIN + 18)
55*cdf0e10cSrcweir// -> #111827#
56*cdf0e10cSrcweir#define STR_REDLINE_INSERT		            (RC_COMCORE_BEGIN + 19)
57*cdf0e10cSrcweir#define STR_REDLINE_DELETE		            (RC_COMCORE_BEGIN + 20)
58*cdf0e10cSrcweir#define STR_REDLINE_FORMAT		            (RC_COMCORE_BEGIN + 21)
59*cdf0e10cSrcweir#define STR_REDLINE_TABLE		            (RC_COMCORE_BEGIN + 22)
60*cdf0e10cSrcweir#define STR_REDLINE_FMTCOLL		            (RC_COMCORE_BEGIN + 23)
61*cdf0e10cSrcweir#define STR_CLIPBOARD                       (RC_COMCORE_BEGIN + 24)
62*cdf0e10cSrcweir#define STR_START_QUOTE 		            (RC_COMCORE_BEGIN + 25)
63*cdf0e10cSrcweir#define STR_END_QUOTE	    	            (RC_COMCORE_BEGIN + 26)
64*cdf0e10cSrcweir#define STR_LDOTS   	    	            (RC_COMCORE_BEGIN + 27)
65*cdf0e10cSrcweir#define STR_YIELDS   	    	            (RC_COMCORE_BEGIN + 28)
66*cdf0e10cSrcweir#define STR_PARAGRAPHS                      (RC_COMCORE_BEGIN + 29)
67*cdf0e10cSrcweir#define STR_MULTISEL	                    (RC_COMCORE_BEGIN + 30)
68*cdf0e10cSrcweir#define STR_REDLINE_MULTIPLE	            (RC_COMCORE_BEGIN + 31)
69*cdf0e10cSrcweir#define STR_N_REDLINES	                    (RC_COMCORE_BEGIN + 32)
70*cdf0e10cSrcweir#define STR_FIELD                           (RC_COMCORE_BEGIN + 33)
71*cdf0e10cSrcweir// <- #111827#
72*cdf0e10cSrcweir// -> #115575#
73*cdf0e10cSrcweir#define STR_FRAME                           (RC_COMCORE_BEGIN + 34)
74*cdf0e10cSrcweir#define STR_OLE                             (RC_COMCORE_BEGIN + 35)
75*cdf0e10cSrcweir#define STR_MATH_FORMULA                    (RC_COMCORE_BEGIN + 36)
76*cdf0e10cSrcweir#define STR_CHART                           (RC_COMCORE_BEGIN + 37)
77*cdf0e10cSrcweir#define STR_NOTE                            (RC_COMCORE_BEGIN + 38)
78*cdf0e10cSrcweir#define STR_REFERENCE                       (RC_COMCORE_BEGIN + 39)
79*cdf0e10cSrcweir#define STR_SCRIPT                          (RC_COMCORE_BEGIN + 40)
80*cdf0e10cSrcweir#define STR_AUTHORITY_ENTRY                 (RC_COMCORE_BEGIN + 41)
81*cdf0e10cSrcweir#define STR_SPECIALCHAR                     (RC_COMCORE_BEGIN + 42)
82*cdf0e10cSrcweir#define STR_FOOTNOTE                        (RC_COMCORE_BEGIN + 43)
83*cdf0e10cSrcweir#define STR_GRAPHIC                         (RC_COMCORE_BEGIN + 44)
84*cdf0e10cSrcweir#define STR_DRAWING_OBJECTS                 (RC_COMCORE_BEGIN + 45)
85*cdf0e10cSrcweir#define STR_TABLE_NAME                      (RC_COMCORE_BEGIN + 46)
86*cdf0e10cSrcweir#define STR_PARAGRAPH_UNDO                  (RC_COMCORE_BEGIN + 47)
87*cdf0e10cSrcweir// <- #115575#
88*cdf0e10cSrcweir// -> PB #146850#
89*cdf0e10cSrcweir#define RID_GRAPHIC_REPLACEBMP_HC           (RC_COMCORE_BEGIN + 48)
90*cdf0e10cSrcweir#define RID_GRAPHIC_ERRORBMP_HC             (RC_COMCORE_BEGIN + 49)
91*cdf0e10cSrcweir// <- #146850#
92*cdf0e10cSrcweir
93*cdf0e10cSrcweir// defines fuer die Autoformat Redline Kommentare
94*cdf0e10cSrcweir#define STR_AUTOFMTREDL_DEL_EMPTY_PARA			0
95*cdf0e10cSrcweir#define STR_AUTOFMTREDL_USE_REPLACE             1
96*cdf0e10cSrcweir#define STR_AUTOFMTREDL_CPTL_STT_WORD           2
97*cdf0e10cSrcweir#define STR_AUTOFMTREDL_CPTL_STT_SENT           3
98*cdf0e10cSrcweir#define STR_AUTOFMTREDL_TYPO                    4
99*cdf0e10cSrcweir#define STR_AUTOFMTREDL_USER_STYLE              5
100*cdf0e10cSrcweir#define STR_AUTOFMTREDL_BULLET                  6
101*cdf0e10cSrcweir#define STR_AUTOFMTREDL_UNDER              		7
102*cdf0e10cSrcweir#define STR_AUTOFMTREDL_BOLD              		8
103*cdf0e10cSrcweir#define STR_AUTOFMTREDL_FRACTION                9
104*cdf0e10cSrcweir#define STR_AUTOFMTREDL_DETECT_URL              10
105*cdf0e10cSrcweir#define STR_AUTOFMTREDL_DASH                    11
106*cdf0e10cSrcweir#define STR_AUTOFMTREDL_ORDINAL                 12
107*cdf0e10cSrcweir#define STR_AUTOFMTREDL_RIGHT_MARGIN            13
108*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_TMPL_TEXT			14
109*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_TMPL_INDENT			15
110*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_TMPL_NEG_INDENT		16
111*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_TMPL_TEXT_INDENT	17
112*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_TMPL_HEADLINE		18
113*cdf0e10cSrcweir#define STR_AUTOFMTREDL_SET_NUMBULET			19
114*cdf0e10cSrcweir#define STR_AUTOFMTREDL_DEL_MORELINES			20
115*cdf0e10cSrcweir#define STR_AUTOFMTREDL_NON_BREAK_SPACE         21
116*cdf0e10cSrcweir// !!!!!!!!!!!!!!!!!!!!!!!!!!  das Ende immer richtig setzen !!!!!!!!!!!!
117*cdf0e10cSrcweir#define STR_AUTOFMTREDL_END						22
118*cdf0e10cSrcweir
119*cdf0e10cSrcweir
120*cdf0e10cSrcweir#endif
121*cdf0e10cSrcweir
122*cdf0e10cSrcweir
123*cdf0e10cSrcweir
124