xref: /aoo41x/main/sfx2/source/appl/app.hrc (revision e037e032)
1*e037e032SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*e037e032SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*e037e032SAndrew Rist * distributed with this work for additional information
6*e037e032SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance
9*e037e032SAndrew Rist * with the License.  You may obtain a copy of the License at
10*e037e032SAndrew Rist *
11*e037e032SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*e037e032SAndrew Rist *
13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*e037e032SAndrew Rist * software distributed under the License is distributed on an
15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*e037e032SAndrew Rist * KIND, either express or implied.  See the License for the
17*e037e032SAndrew Rist * specific language governing permissions and limitations
18*e037e032SAndrew Rist * under the License.
19*e037e032SAndrew Rist *
20*e037e032SAndrew Rist *************************************************************/
21*e037e032SAndrew Rist
22*e037e032SAndrew Rist
23cdf0e10cSrcweir#ifndef _SFX_APP_HRC
24cdf0e10cSrcweir#define _SFX_APP_HRC
25cdf0e10cSrcweir
26cdf0e10cSrcweir#include <sfx2/sfx.hrc>
27cdf0e10cSrcweir
28cdf0e10cSrcweir// #defines *****************************************************************
29cdf0e10cSrcweir
30cdf0e10cSrcweir#define ACC_IBM									(RID_SFX_APP_START+2)
31cdf0e10cSrcweir#define MSG_ERR_NO_WEBBROWSER_FOUND			        (RID_SFX_APP_START+7)
32cdf0e10cSrcweir
33cdf0e10cSrcweir// Note: no longer in use
34cdf0e10cSrcweir// #define MSG_ERR_EXTERNAL_APP_NOT_FOUND			(RID_SFX_APP_START+8)
35cdf0e10cSrcweir
36cdf0e10cSrcweir#define MSG_ISPRINTING_QUERYABORT				(RID_SFX_APP_START+9)
37cdf0e10cSrcweir#define MSG_CANT_QUIT							(RID_SFX_APP_START+10)
38cdf0e10cSrcweir#define STR_ISMODIFIED							(RID_SFX_APP_START+11)
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define RID_FULLSCREENTOOLBOX					(RID_SFX_APP_START+42)
41cdf0e10cSrcweir#define RID_RECORDINGTOOLBOX					(RID_SFX_APP_START+43)
42cdf0e10cSrcweir#define RID_ENVTOOLBOX          				(RID_SFX_APP_START+44)
43cdf0e10cSrcweir
44cdf0e10cSrcweir#define STR_QUITAPP 							(RID_SFX_APP_START+59)
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define RID_STR_HLPFILENOTEXIST					(RID_SFX_APP_START+68)
47cdf0e10cSrcweir
48cdf0e10cSrcweir#define RID_STR_HELP							(RID_SFX_APP_START+79)
49cdf0e10cSrcweir#define RID_STR_NOAUTOSTARTHELPAGENT			(RID_SFX_APP_START+80)
50cdf0e10cSrcweir#define RID_HELPBAR								(RID_SFX_APP_START+81)
51cdf0e10cSrcweir#define RID_SPECIALCONFIG_ERROR					(RID_SFX_APP_START+82)
52cdf0e10cSrcweir
53cdf0e10cSrcweir#define CONFIG_PATH_START               (RID_SFX_APP_START+98)
54cdf0e10cSrcweir
55cdf0e10cSrcweir#define WIN_HELPINDEX							(RID_SFX_APP_START+99)
56cdf0e10cSrcweir#define TP_HELP_CONTENT							(RID_SFX_APP_START+100)
57cdf0e10cSrcweir#define TP_HELP_INDEX							(RID_SFX_APP_START+101)
58cdf0e10cSrcweir#define TP_HELP_SEARCH							(RID_SFX_APP_START+102)
59cdf0e10cSrcweir#define TP_HELP_BOOKMARKS						(RID_SFX_APP_START+103)
60cdf0e10cSrcweir#define DLG_HELP_ADDBOOKMARK					(RID_SFX_APP_START+104)
61cdf0e10cSrcweir#define MENU_HELP_BOOKMARKS						(RID_SFX_APP_START+105)
62cdf0e10cSrcweir#define RID_INFO_NOSEARCHRESULTS				(RID_SFX_APP_START+106)
63cdf0e10cSrcweir#define RID_INFO_NOSEARCHTEXTFOUND				(RID_SFX_APP_START+107)
64cdf0e10cSrcweir
65cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_INDEX_ON				(RID_SFX_APP_START+110)
66cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_INDEX_OFF				(RID_SFX_APP_START+111)
67cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_START					(RID_SFX_APP_START+112)
68cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_PREV					(RID_SFX_APP_START+113)
69cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_NEXT					(RID_SFX_APP_START+114)
70cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_PRINT					(RID_SFX_APP_START+115)
71cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_BOOKMARKS				(RID_SFX_APP_START+116)
72cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_SEARCHDIALOG			(RID_SFX_APP_START+117)
73cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_COPY					(RID_SFX_APP_START+118)
74cdf0e10cSrcweir
75cdf0e10cSrcweir#define IMG_HELP_CONTENT_BOOK_OPEN              (RID_SFX_APP_START+120)
76cdf0e10cSrcweir#define IMG_HELP_CONTENT_BOOK_OPEN_HC           (RID_SFX_APP_START+121)
77cdf0e10cSrcweir#define IMG_HELP_CONTENT_BOOK_CLOSED            (RID_SFX_APP_START+122)
78cdf0e10cSrcweir#define IMG_HELP_CONTENT_BOOK_CLOSED_HC         (RID_SFX_APP_START+123)
79cdf0e10cSrcweir#define IMG_HELP_CONTENT_DOC                    (RID_SFX_APP_START+124)
80cdf0e10cSrcweir
81cdf0e10cSrcweir#define IMG_HELP_CONTENT_DOC_HC                 (RID_SFX_APP_START+125) // image
82cdf0e10cSrcweir
83cdf0e10cSrcweir#define STR_HELP_WINDOW_TITLE                   (RID_SFX_APP_START+125) // string
84cdf0e10cSrcweir
85cdf0e10cSrcweir#define STR_HELP_BUTTON_INDEX_ON                (RID_SFX_APP_START+126)
86cdf0e10cSrcweir#define STR_HELP_BUTTON_START					(RID_SFX_APP_START+127)
87cdf0e10cSrcweir#define STR_HELP_BUTTON_PREV					(RID_SFX_APP_START+128)
88cdf0e10cSrcweir#define STR_HELP_BUTTON_NEXT					(RID_SFX_APP_START+129)
89cdf0e10cSrcweir#define STR_HELP_BUTTON_PRINT					(RID_SFX_APP_START+130)
90cdf0e10cSrcweir#define STR_HELP_BUTTON_SOURCEVIEW				(RID_SFX_APP_START+131)
91cdf0e10cSrcweir#define STR_HELP_FIRST_MESSAGE					(RID_SFX_APP_START+132)
92cdf0e10cSrcweir#define STR_HELP_FIRST_HTML						(RID_SFX_APP_START+133)
93cdf0e10cSrcweir
94cdf0e10cSrcweir#define STR_QUICKSTART_EXIT						(RID_SFX_APP_START+134)
95cdf0e10cSrcweir#define STR_QUICKSTART_TIP						(RID_SFX_APP_START+135)
96cdf0e10cSrcweir#define STR_QUICKSTART_FILEOPEN					(RID_SFX_APP_START+136)
97cdf0e10cSrcweir#define STR_QUICKSTART_FROMTEMPLATE				(RID_SFX_APP_START+137)
98cdf0e10cSrcweir#define STR_QUICKSTART_PRELAUNCH				(RID_SFX_APP_START+138)
99cdf0e10cSrcweir#define STR_QUICKSTART_LNKNAME					(RID_SFX_APP_START+139)
100cdf0e10cSrcweir#define STR_HELP_BUTTON_ADDBOOKMARK				(RID_SFX_APP_START+140)
101cdf0e10cSrcweir#define STR_HELP_BUTTON_INDEX_OFF				(RID_SFX_APP_START+141)
102cdf0e10cSrcweir#define STR_HELP_BUTTON_SEARCHDIALOG			(RID_SFX_APP_START+142)
103cdf0e10cSrcweir#define STR_HELP_MENU_TEXT_SELECTION_MODE       (RID_SFX_APP_START+143)
104cdf0e10cSrcweir#define STR_HELP_MENU_TEXT_COPY                 (RID_SFX_APP_START+144)
105cdf0e10cSrcweir#define STR_QUICKSTART_PRELAUNCH_UNX			(RID_SFX_APP_START+146)
106cdf0e10cSrcweir#define STR_QUICKSTART_FILE                     (RID_SFX_APP_START+147)
107cdf0e10cSrcweir#define STR_QUICKSTART_STARTCENTER              (RID_SFX_APP_START+148)
108cdf0e10cSrcweir#define STR_QUICKSTART_RECENTDOC                (RID_SFX_APP_START+149)
109cdf0e10cSrcweir
110cdf0e10cSrcweir#define RID_HELP_ONSTARTUP_BOX                  (RID_SFX_APP_START+144)
111cdf0e10cSrcweir#define RID_HELP_ONSTARTUP_TEXT                 (RID_SFX_APP_START+145)
112cdf0e10cSrcweir
113cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_INDEX_ON            (RID_SFX_APP_START+150)
114cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_INDEX_OFF			(RID_SFX_APP_START+151)
115cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_START				(RID_SFX_APP_START+152)
116cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_PREV				(RID_SFX_APP_START+153)
117cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_NEXT				(RID_SFX_APP_START+154)
118cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_PRINT				(RID_SFX_APP_START+155)
119cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_BOOKMARKS			(RID_SFX_APP_START+156)
120cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_SEARCHDIALOG		(RID_SFX_APP_START+157)
121cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HC_COPY				(RID_SFX_APP_START+158)
122cdf0e10cSrcweir
123cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_INDEX_ON				(RID_SFX_APP_START+160)
124cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_INDEX_OFF			(RID_SFX_APP_START+161)
125cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_START				(RID_SFX_APP_START+162)
126cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_PREV					(RID_SFX_APP_START+163)
127cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_NEXT					(RID_SFX_APP_START+164)
128cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_PRINT				(RID_SFX_APP_START+165)
129cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_BOOKMARKS			(RID_SFX_APP_START+166)
130cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_SEARCHDIALOG			(RID_SFX_APP_START+167)
131cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_L_COPY					(RID_SFX_APP_START+168)
132cdf0e10cSrcweir
133cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_INDEX_ON			(RID_SFX_APP_START+170)
134cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_INDEX_OFF			(RID_SFX_APP_START+171)
135cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_START				(RID_SFX_APP_START+172)
136cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_PREV				(RID_SFX_APP_START+173)
137cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_NEXT				(RID_SFX_APP_START+174)
138cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_PRINT				(RID_SFX_APP_START+175)
139cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_BOOKMARKS			(RID_SFX_APP_START+176)
140cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_SEARCHDIALOG		(RID_SFX_APP_START+177)
141cdf0e10cSrcweir#define IMG_HELP_TOOLBOX_HCL_COPY				(RID_SFX_APP_START+178)
142cdf0e10cSrcweir
143cdf0e10cSrcweir#define RID_SECURITY_WARNING_HYPERLINK			(RID_SFX_APP_START + 180)
144cdf0e10cSrcweir#define RID_SECURITY_WARNING_TITLE				(RID_SFX_APP_START + 181)
145cdf0e10cSrcweir
146cdf0e10cSrcweir#define RID_DESKTOP                             (RID_SFX_APP_START + 184)
147cdf0e10cSrcweir
148cdf0e10cSrcweir// #define RID_XMLSEC_WARNING_BROKENSIGNATURE		(RID_SFX_APP_START + 185)
149cdf0e10cSrcweir#define RID_XMLSEC_QUERY_LOSINGSIGNATURE		(RID_SFX_APP_START + 186)
150cdf0e10cSrcweir#define RID_XMLSEC_QUERY_SAVEBEFORESIGN         (RID_SFX_APP_START + 187)
151cdf0e10cSrcweir    // FREE
152cdf0e10cSrcweir    // FREE
153cdf0e10cSrcweir#define RID_XMLSEC_INFO_WRONGDOCFORMAT          (RID_SFX_APP_START + 190)
154cdf0e10cSrcweir
155cdf0e10cSrcweir/* obsolete
156cdf0e10cSrcweir#define RID_WARNING_MACROSDISABLED              (RID_SFX_APP_START + 191)
157cdf0e10cSrcweir*/
158cdf0e10cSrcweir
159cdf0e10cSrcweir#define STR_QUERY_UPDATE_LINKS                  (RID_SFX_APP_START + 192)
160cdf0e10cSrcweir#define STR_DDE_ERROR                           (RID_SFX_APP_START + 193)
161cdf0e10cSrcweir#define RID_SECURITY_WARNING_NO_HYPERLINKS      (RID_SFX_APP_START + 194)
162cdf0e10cSrcweir
163cdf0e10cSrcweir#define RID_SVXSTR_FILELINK                     (RID_SFX_APP_START + 195)
164cdf0e10cSrcweir#define RID_SVXSTR_GRAFIKLINK                   (RID_SFX_APP_START + 196)
165cdf0e10cSrcweir#define RID_SVXSTR_EDITGRFLINK                  (RID_SFX_APP_START + 197)
166cdf0e10cSrcweir
167cdf0e10cSrcweir// strings for error messsages of OpenGraphics dialog
168cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_OPENERROR		    (RID_SFX_APP_START + 198)
169cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_IOERROR			    (RID_SFX_APP_START + 199)
170cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_FORMATERROR		    (RID_SFX_APP_START + 200)
171cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_VERSIONERROR	    (RID_SFX_APP_START + 201)
172cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_FILTERERROR		    (RID_SFX_APP_START + 202)
173cdf0e10cSrcweir#define RID_SVXSTR_GRFILTER_TOOBIG			    (RID_SFX_APP_START + 203)
174cdf0e10cSrcweir
175cdf0e10cSrcweir#define MD_DDE_LINKEDIT                         (RID_SFX_APP_START + 1)
176cdf0e10cSrcweir
177cdf0e10cSrcweir#endif // #ifndef _SFX_APP_HRC
178cdf0e10cSrcweir
179cdf0e10cSrcweir// ******************************************************************* EOF
180