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