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 ************************************************************************/
30 #include <sfx2/sfx.hrc>
32 // #defines *****************************************************************
34 #define ACC_IBM (RID_SFX_APP_START+2)
35 #define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7)
36 #define MSG_ERR_NO_ABS_URI_REF (RID_SFX_APP_START+8)
37 #define MSG_ISPRINTING_QUERYABORT (RID_SFX_APP_START+9)
38 #define MSG_CANT_QUIT (RID_SFX_APP_START+10)
39 #define STR_ISMODIFIED (RID_SFX_APP_START+11)
41 #define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42)
42 #define RID_RECORDINGTOOLBOX (RID_SFX_APP_START+43)
43 #define RID_ENVTOOLBOX (RID_SFX_APP_START+44)
45 #define STR_QUITAPP (RID_SFX_APP_START+59)
47 #define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68)
49 #define RID_STR_HELP (RID_SFX_APP_START+79)
50 #define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80)
51 #define RID_HELPBAR (RID_SFX_APP_START+81)
52 #define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82)
54 #define CONFIG_PATH_START (RID_SFX_APP_START+98)
56 #define WIN_HELPINDEX (RID_SFX_APP_START+99)
57 #define TP_HELP_CONTENT (RID_SFX_APP_START+100)
58 #define TP_HELP_INDEX (RID_SFX_APP_START+101)
59 #define TP_HELP_SEARCH (RID_SFX_APP_START+102)
60 #define TP_HELP_BOOKMARKS (RID_SFX_APP_START+103)
61 #define DLG_HELP_ADDBOOKMARK (RID_SFX_APP_START+104)
62 #define MENU_HELP_BOOKMARKS (RID_SFX_APP_START+105)
63 #define RID_INFO_NOSEARCHRESULTS (RID_SFX_APP_START+106)
64 #define RID_INFO_NOSEARCHTEXTFOUND (RID_SFX_APP_START+107)
66 #define IMG_HELP_TOOLBOX_INDEX_ON (RID_SFX_APP_START+110)
67 #define IMG_HELP_TOOLBOX_INDEX_OFF (RID_SFX_APP_START+111)
68 #define IMG_HELP_TOOLBOX_START (RID_SFX_APP_START+112)
69 #define IMG_HELP_TOOLBOX_PREV (RID_SFX_APP_START+113)
70 #define IMG_HELP_TOOLBOX_NEXT (RID_SFX_APP_START+114)
71 #define IMG_HELP_TOOLBOX_PRINT (RID_SFX_APP_START+115)
72 #define IMG_HELP_TOOLBOX_BOOKMARKS (RID_SFX_APP_START+116)
73 #define IMG_HELP_TOOLBOX_SEARCHDIALOG (RID_SFX_APP_START+117)
74 #define IMG_HELP_TOOLBOX_COPY (RID_SFX_APP_START+118)
76 #define IMG_HELP_CONTENT_BOOK_OPEN (RID_SFX_APP_START+120)
77 #define IMG_HELP_CONTENT_BOOK_CLOSED (RID_SFX_APP_START+122)
78 #define IMG_HELP_CONTENT_DOC (RID_SFX_APP_START+124)
80 #define STR_HELP_WINDOW_TITLE (RID_SFX_APP_START+125) // string
82 #define STR_HELP_BUTTON_INDEX_ON (RID_SFX_APP_START+126)
83 #define STR_HELP_BUTTON_START (RID_SFX_APP_START+127)
84 #define STR_HELP_BUTTON_PREV (RID_SFX_APP_START+128)
85 #define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129)
86 #define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130)
87 #define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131)
88 #define STR_HELP_FIRST_MESSAGE (RID_SFX_APP_START+132)
89 #define STR_HELP_FIRST_HTML (RID_SFX_APP_START+133)
91 #define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134)
92 #define STR_QUICKSTART_TIP (RID_SFX_APP_START+135)
93 #define STR_QUICKSTART_FILEOPEN (RID_SFX_APP_START+136)
94 #define STR_QUICKSTART_FROMTEMPLATE (RID_SFX_APP_START+137)
95 #define STR_QUICKSTART_PRELAUNCH (RID_SFX_APP_START+138)
96 #define STR_QUICKSTART_LNKNAME (RID_SFX_APP_START+139)
97 #define STR_HELP_BUTTON_ADDBOOKMARK (RID_SFX_APP_START+140)
98 #define STR_HELP_BUTTON_INDEX_OFF (RID_SFX_APP_START+141)
99 #define STR_HELP_BUTTON_SEARCHDIALOG (RID_SFX_APP_START+142)
100 #define STR_HELP_MENU_TEXT_SELECTION_MODE (RID_SFX_APP_START+143)
101 #define STR_HELP_MENU_TEXT_COPY (RID_SFX_APP_START+144)
102 #define STR_QUICKSTART_PRELAUNCH_UNX (RID_SFX_APP_START+146)
103 #define STR_QUICKSTART_FILE (RID_SFX_APP_START+147)
104 #define STR_QUICKSTART_STARTCENTER (RID_SFX_APP_START+148)
105 #define STR_QUICKSTART_RECENTDOC (RID_SFX_APP_START+149)
107 #define RID_HELP_ONSTARTUP_BOX (RID_SFX_APP_START+144)
108 #define RID_HELP_ONSTARTUP_TEXT (RID_SFX_APP_START+145)
110 #define IMG_HELP_TOOLBOX_L_INDEX_ON (RID_SFX_APP_START+160)
111 #define IMG_HELP_TOOLBOX_L_INDEX_OFF (RID_SFX_APP_START+161)
112 #define IMG_HELP_TOOLBOX_L_START (RID_SFX_APP_START+162)
113 #define IMG_HELP_TOOLBOX_L_PREV (RID_SFX_APP_START+163)
114 #define IMG_HELP_TOOLBOX_L_NEXT (RID_SFX_APP_START+164)
115 #define IMG_HELP_TOOLBOX_L_PRINT (RID_SFX_APP_START+165)
116 #define IMG_HELP_TOOLBOX_L_BOOKMARKS (RID_SFX_APP_START+166)
117 #define IMG_HELP_TOOLBOX_L_SEARCHDIALOG (RID_SFX_APP_START+167)
118 #define IMG_HELP_TOOLBOX_L_COPY (RID_SFX_APP_START+168)
120 #define RID_SECURITY_WARNING_HYPERLINK (RID_SFX_APP_START + 180)
121 #define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181)
123 #define RID_DESKTOP (RID_SFX_APP_START + 184)
125 #define RID_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186)
126 #define RID_XMLSEC_QUERY_SAVEBEFORESIGN (RID_SFX_APP_START + 187)
128 #define RID_XMLSEC_INFO_WRONGDOCFORMAT (RID_SFX_APP_START + 190)
130 #define STR_QUERY_UPDATE_LINKS (RID_SFX_APP_START + 192)
131 #define STR_DDE_ERROR (RID_SFX_APP_START + 193)
132 #define RID_SECURITY_WARNING_NO_HYPERLINKS (RID_SFX_APP_START + 194)
134 #define RID_SVXSTR_FILELINK (RID_SFX_APP_START + 195)
135 #define RID_SVXSTR_GRAFIKLINK (RID_SFX_APP_START + 196)
136 #define RID_SVXSTR_EDITGRFLINK (RID_SFX_APP_START + 197)
138 // strings for error messsages of OpenGraphics dialog
139 #define RID_SVXSTR_GRFILTER_OPENERROR (RID_SFX_APP_START + 198)
140 #define RID_SVXSTR_GRFILTER_IOERROR (RID_SFX_APP_START + 199)
141 #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200)
142 #define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201)
143 #define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202)
144 #define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203)
146 // For the License Information dialog box
147 #define DLG_HELP_LICENSING (RID_SFX_APP_START + 204)
148 #define STR_LICENSING_INFORMATION_1 (RID_SFX_APP_START + 205)
149 #define STR_LICENSING_INFORMATION_2 (RID_SFX_APP_START + 206)
150 #define STR_LICENSING_INFORMATION_3 (RID_SFX_APP_START + 207)
151 #define STR_LICENSING_INFORMATION_4 (RID_SFX_APP_START + 208)
152 #define STR_LICENSING_INFORMATION_5 (RID_SFX_APP_START + 209)
153 #define PB_LICENSING_SHOW (RID_SFX_APP_START + 210)
154 #define PB_LICENSING_CLOSE (RID_SFX_APP_START + 211)
156 #define MD_DDE_LINKEDIT (RID_SFX_APP_START + 1)
158 #endif // #ifndef _SFX_APP_HRC
160 // ******************************************************************* EOF