xref: /aoo41x/main/sw/source/ui/inc/app.hrc (revision cdf0e10c)
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
28*cdf0e10cSrcweir#ifndef _APP_HRC
29*cdf0e10cSrcweir#define _APP_HRC
30*cdf0e10cSrcweir
31*cdf0e10cSrcweir#include "rcid.hrc"
32*cdf0e10cSrcweir
33*cdf0e10cSrcweir// Default Bitmap fuer ToolBox
34*cdf0e10cSrcweir#define BMP_FEHLT					(RC_APP_BEGIN + 1)
35*cdf0e10cSrcweir
36*cdf0e10cSrcweir// Document-Icon
37*cdf0e10cSrcweir#define RC_DOC_ICON 				(RC_APP_BEGIN + 2)
38*cdf0e10cSrcweir
39*cdf0e10cSrcweir//Soll das Clipboard fuer andere Applikationen...
40*cdf0e10cSrcweir#define MSG_CLPBRD_CLEAR			(RC_APP_BEGIN + 3)
41*cdf0e10cSrcweir
42*cdf0e10cSrcweir#define STR_CANTCREATE				(RC_APP_BEGIN + 4)
43*cdf0e10cSrcweir#define STR_CANTOPEN				(RC_APP_BEGIN + 5)
44*cdf0e10cSrcweir
45*cdf0e10cSrcweir// Messages
46*cdf0e10cSrcweir#define MSG_ERROR_SEND_MAIL 		( RC_APP_BEGIN + 6)
47*cdf0e10cSrcweir#define MSG_SAVE_HTML_QUERY         ( RC_APP_BEGIN + 7)
48*cdf0e10cSrcweir
49*cdf0e10cSrcweir//Fuer das Interface, weil der RID_APP_BEGIN jetzt Desktop ist.
50*cdf0e10cSrcweir#define RID_SW_NAME					( RC_APP_BEGIN + 8)
51*cdf0e10cSrcweir#define MSG_SAVEAS_HTML_QUERY       ( RC_APP_BEGIN + 9)
52*cdf0e10cSrcweir
53*cdf0e10cSrcweir
54*cdf0e10cSrcweir#define STR_UNBENANNT				(RC_APP_BEGIN + 13)
55*cdf0e10cSrcweir#define STR_VERSION 				(RC_APP_BEGIN + 14)
56*cdf0e10cSrcweir#define STR_PRINT_MERGE_MACRO		(RC_APP_BEGIN + 15)
57*cdf0e10cSrcweir#define STR_PAGE_COUNT_MACRO		(RC_APP_BEGIN + 16)
58*cdf0e10cSrcweir
59*cdf0e10cSrcweir// Bitmap fuer die NumerierungsVorlagen im Organizer
60*cdf0e10cSrcweir#define BMP_STYLES_FAMILY_NUM		(RC_APP_BEGIN + 17)
61*cdf0e10cSrcweir#define BMP_STYLES_FAMILY_NUM_HC	(RC_APP_BEGIN + 18)
62*cdf0e10cSrcweir
63*cdf0e10cSrcweir// Strings fuer Bereiche in der Konfiguration
64*cdf0e10cSrcweir#define STR_GRP_FILE				(RC_APP_BEGIN + 56)
65*cdf0e10cSrcweir#define STR_GRP_EDIT				(RC_APP_BEGIN + 57)
66*cdf0e10cSrcweir#define STR_GRP_TRAVELLING			(RC_APP_BEGIN + 58)
67*cdf0e10cSrcweir#define STR_GRP_VIEW				(RC_APP_BEGIN + 59)
68*cdf0e10cSrcweir#define STR_GRP_INSERT				(RC_APP_BEGIN + 60)
69*cdf0e10cSrcweir#define STR_GRP_FORMAT				(RC_APP_BEGIN + 61)
70*cdf0e10cSrcweir#define STR_GRP_STYLE				(RC_APP_BEGIN + 62)
71*cdf0e10cSrcweir#define STR_GRP_TEXT				(RC_APP_BEGIN + 63)
72*cdf0e10cSrcweir#define STR_GRP_FRAME				(RC_APP_BEGIN + 64)
73*cdf0e10cSrcweir#define STR_GRP_GRAPHIC 			(RC_APP_BEGIN + 65)
74*cdf0e10cSrcweir#define STR_GRP_TABLE				(RC_APP_BEGIN + 66)
75*cdf0e10cSrcweir#define STR_GRP_TOOLS				(RC_APP_BEGIN + 67)
76*cdf0e10cSrcweir#define STR_GRP_NUMBERING			(RC_APP_BEGIN + 68)
77*cdf0e10cSrcweir#define STR_GRP_WINDOW				(RC_APP_BEGIN + 69)
78*cdf0e10cSrcweir#define STR_GRP_MISC				(RC_APP_BEGIN + 70)
79*cdf0e10cSrcweir#define STR_GRP_MACRO				(RC_APP_BEGIN + 71)
80*cdf0e10cSrcweir#define RES_EXT_HELP_STRING 		(RC_APP_BEGIN + 72)
81*cdf0e10cSrcweir#define RES_STD_HELP_STRING 		(RC_APP_BEGIN + 73)
82*cdf0e10cSrcweir#define STR_PAGEOFFSET				(RC_APP_BEGIN + 74)
83*cdf0e10cSrcweir#define STR_PAGEBREAK				(RC_APP_BEGIN + 75)
84*cdf0e10cSrcweir#define STR_REDLINE_UNKNOWN_AUTHOR	(RC_APP_BEGIN + 76)
85*cdf0e10cSrcweir#define STR_WESTERN_FONT            (RC_APP_BEGIN + 77)
86*cdf0e10cSrcweir#define STR_CJK_FONT                (RC_APP_BEGIN + 78)
87*cdf0e10cSrcweir//#define MSG_INS_MERGE_FIELDS        (RC_APP_BEGIN + 79)
88*cdf0e10cSrcweir#define MSG_PRINT_AS_MERGE          (RC_APP_BEGIN + 80)
89*cdf0e10cSrcweir#define MSG_DATA_SOURCES_UNAVAILABLE (RC_APP_BEGIN + 82)
90*cdf0e10cSrcweir#define DLG_MERGE_SOURCE_UNAVAILABLE (RC_APP_BEGIN + 83)
91*cdf0e10cSrcweir#define ST_MERGE_SOURCE_UNAVAILABLE 1
92*cdf0e10cSrcweir#define PB_MERGE_OK                 2
93*cdf0e10cSrcweir#define PB_MERGE_CANCEL             3
94*cdf0e10cSrcweir#define IMG_MERGE                   4
95*cdf0e10cSrcweir#define SID_TOGGLETOOLBOX			(RC_APP_BEGIN + 89)
96*cdf0e10cSrcweir
97*cdf0e10cSrcweir#define STR_ENV_TITLE				(RC_APP_BEGIN + 91)
98*cdf0e10cSrcweir#define STR_LAB_TITLE				(RC_APP_BEGIN + 92)
99*cdf0e10cSrcweir
100*cdf0e10cSrcweir#define STR_HUMAN_SWDOC_NAME 		(RC_APP_BEGIN + 93)
101*cdf0e10cSrcweir
102*cdf0e10cSrcweir#define RID_SW_ERRHDL               (RC_APP_BEGIN + 95)
103*cdf0e10cSrcweir
104*cdf0e10cSrcweir#define STR_FDLG_TEMPLATE_BUTTON    (RC_APP_BEGIN + 1)
105*cdf0e10cSrcweir#define STR_FDLG_TEMPLATE_NAME		(RC_APP_BEGIN + 2)
106*cdf0e10cSrcweir
107*cdf0e10cSrcweir
108*cdf0e10cSrcweir// Ids fuer die einzelnen PopUpMenues
109*cdf0e10cSrcweir//#define MN_WIZARD                 (RC_APP_BEGIN + 9)
110*cdf0e10cSrcweir//#define MN_INDEX                  (RC_APP_BEGIN + 10)
111*cdf0e10cSrcweir//#define MN_FILE                   (RC_APP_BEGIN + 11)
112*cdf0e10cSrcweir//#define MN_EDIT                   (RC_APP_BEGIN + 12)
113*cdf0e10cSrcweir//#define MN_VIEW                   (RC_APP_BEGIN + 13)
114*cdf0e10cSrcweir//#define MN_INS                        (RC_APP_BEGIN + 14)
115*cdf0e10cSrcweir//#define MN_TEXT                   (RC_APP_BEGIN + 15)
116*cdf0e10cSrcweir//#define MN_FORMAT                 (RC_APP_BEGIN + 16)
117*cdf0e10cSrcweir#define MN_FORMAT_STYLE           (RC_APP_BEGIN + 17)
118*cdf0e10cSrcweir#define MN_FORMAT_ALGN                (RC_APP_BEGIN + 18)
119*cdf0e10cSrcweir#define MN_FORMAT_LINESPACE       (RC_APP_BEGIN + 19)
120*cdf0e10cSrcweir//#define MN_EXTRA                  (RC_APP_BEGIN + 20)
121*cdf0e10cSrcweir//#define MN_WIN                        (RC_APP_BEGIN + 21)
122*cdf0e10cSrcweir//#define MN_HELP                   (RC_APP_BEGIN + 22)
123*cdf0e10cSrcweir#define MN_FORMAT_FRM_HORZ            (RC_APP_BEGIN + 23)
124*cdf0e10cSrcweir//#define MN_FORMAT_FRM_VERT            (RC_APP_BEGIN + 24)
125*cdf0e10cSrcweir//#define MN_PICKLIST               (RC_APP_BEGIN + 25)
126*cdf0e10cSrcweir//#define MN_WINLIST                    (RC_APP_BEGIN + 26)
127*cdf0e10cSrcweir//#define MN_MACRO                  (RC_APP_BEGIN + 27)
128*cdf0e10cSrcweir//#define MN_FORMAT_HIERARCHY       (RC_APP_BEGIN + 28)
129*cdf0e10cSrcweir#define MN_CELL                   (RC_APP_BEGIN + 29)
130*cdf0e10cSrcweir//#define MN_HELP_TIP               (RC_APP_BEGIN + 30)
131*cdf0e10cSrcweir//#define MN_HELP_SEARCH                (RC_APP_BEGIN + 31)
132*cdf0e10cSrcweir//#define MN_HELP_ACTIVE                (RC_APP_BEGIN + 32)
133*cdf0e10cSrcweir//#define MN_HELP_INDEX             (RC_APP_BEGIN + 33)
134*cdf0e10cSrcweir//#define MN_OBJECT                 (RC_APP_BEGIN + 34)
135*cdf0e10cSrcweir//#define MN_DATABASE                   (RC_APP_BEGIN + 35)
136*cdf0e10cSrcweir//#define MN_DIRSUBMENU               (RC_APP_BEGIN + 36)
137*cdf0e10cSrcweir//#define MN_MAIL                       (RC_APP_BEGIN + 37)
138*cdf0e10cSrcweir#define MN_WRAP                       (RC_APP_BEGIN + 38)
139*cdf0e10cSrcweir#define MN_SUB_TBLROW               (RC_APP_BEGIN + 39)
140*cdf0e10cSrcweir#define MN_SUB_TBLCOL               (RC_APP_BEGIN + 40)
141*cdf0e10cSrcweir//#define MN_SUB_AUTOFORMAT           (RC_APP_BEGIN + 41)
142*cdf0e10cSrcweir//#define MN_SUB_TOOLBAR              (RC_APP_BEGIN + 42)
143*cdf0e10cSrcweir//#define MN_SUB_FIELD                (RC_APP_BEGIN + 43)
144*cdf0e10cSrcweir//#define MN_SUB_GRAPHIC              (RC_APP_BEGIN + 44)
145*cdf0e10cSrcweir//#define MN_SUB_TEMPLATES            (RC_APP_BEGIN + 45)
146*cdf0e10cSrcweir#define MN_SUB_ARRANGE              (RC_APP_BEGIN + 46)
147*cdf0e10cSrcweir
148*cdf0e10cSrcweir//#define MN_SUB_UPDATE               (RC_APP_BEGIN + 48)
149*cdf0e10cSrcweir//#define MN_SUB_MIRROR             (RC_APP_BEGIN + 49)
150*cdf0e10cSrcweir#define MN_SUB_ALIGN                (RC_APP_BEGIN + 50)
151*cdf0e10cSrcweir//#define MN_SUB_OPTIONS              (RC_APP_BEGIN + 51)
152*cdf0e10cSrcweir//#define MN_SUB_SENDTO             (RC_APP_BEGIN + 52)
153*cdf0e10cSrcweir//#define MN_SUB_REVISE             (RC_APP_BEGIN + 53)
154*cdf0e10cSrcweir//#define MN_TEMPLATES              (RC_APP_BEGIN + 54)
155*cdf0e10cSrcweir//#define MN_FILE_PORT                  (RC_APP_BEGIN + 55)
156*cdf0e10cSrcweir//#define MN_EDIT_PORT                  (RC_APP_BEGIN + 56)
157*cdf0e10cSrcweir//#define MN_VIEW_PORT                  (RC_APP_BEGIN + 57)
158*cdf0e10cSrcweir//#define MN_INS_PORT                   (RC_APP_BEGIN + 58)
159*cdf0e10cSrcweir//#define MN_FORMAT_PORT                (RC_APP_BEGIN + 59)
160*cdf0e10cSrcweir//#define MN_EXTRA_PORT             (RC_APP_BEGIN + 60)
161*cdf0e10cSrcweir//#define MN_WIN_PORT               (RC_APP_BEGIN + 61)
162*cdf0e10cSrcweir//#define MN_HELP_PORT              (RC_APP_BEGIN + 62)
163*cdf0e10cSrcweir//#define MN_SUB_TRANSLITERATE        (RC_APP_BEGIN + 63)
164*cdf0e10cSrcweir//#define MN_SUB_MACRO                (RC_APP_BEGIN + 64)
165*cdf0e10cSrcweir
166*cdf0e10cSrcweir#define STR_WRITER_DOCUMENT_FULLTYPE    (RC_APP_BEGIN + 100)
167*cdf0e10cSrcweir#define STR_ABSTRACT_TITLE              (RC_APP_BEGIN + 102)
168*cdf0e10cSrcweir#define STR_DONT_ASK_AGAIN              (RC_APP_BEGIN + 103)
169*cdf0e10cSrcweir// --> OD 2008-04-14 #outlinelevel#
170*cdf0e10cSrcweir#define STR_OUTLINE_NUMBERING           (RC_APP_BEGIN + 104)
171*cdf0e10cSrcweir// <--
172*cdf0e10cSrcweir//#outline level,zhaojianwei
173*cdf0e10cSrcweir#define STR_FDLG_OUTLINE_LEVEL		(RC_APP_BEGIN + 105)
174*cdf0e10cSrcweir#define STR_FDLG_STYLE				(RC_APP_BEGIN + 106)
175*cdf0e10cSrcweir//<-end,zhaojianwei
176*cdf0e10cSrcweir
177*cdf0e10cSrcweir#define APP_ACT_END                     STR_FDLG_STYLE
178*cdf0e10cSrcweir
179*cdf0e10cSrcweir#if APP_ACT_END > RC_APP_END
180*cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line
181*cdf0e10cSrcweir#endif
182*cdf0e10cSrcweir
183*cdf0e10cSrcweir#endif
184