/************************************************************** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * KIND, either express or implied. See the License for the * specific language governing permissions and limitations * under the License. * *************************************************************/ #ifndef _SFX_APP_HRC #define _SFX_APP_HRC #include // #defines ***************************************************************** #define ACC_IBM (RID_SFX_APP_START+2) #define MSG_ERR_NO_WEBBROWSER_FOUND (RID_SFX_APP_START+7) // Note: no longer in use // #define MSG_ERR_EXTERNAL_APP_NOT_FOUND (RID_SFX_APP_START+8) #define MSG_ISPRINTING_QUERYABORT (RID_SFX_APP_START+9) #define MSG_CANT_QUIT (RID_SFX_APP_START+10) #define STR_ISMODIFIED (RID_SFX_APP_START+11) #define RID_FULLSCREENTOOLBOX (RID_SFX_APP_START+42) #define RID_RECORDINGTOOLBOX (RID_SFX_APP_START+43) #define RID_ENVTOOLBOX (RID_SFX_APP_START+44) #define STR_QUITAPP (RID_SFX_APP_START+59) #define RID_STR_HLPFILENOTEXIST (RID_SFX_APP_START+68) #define RID_STR_HELP (RID_SFX_APP_START+79) #define RID_STR_NOAUTOSTARTHELPAGENT (RID_SFX_APP_START+80) #define RID_HELPBAR (RID_SFX_APP_START+81) #define RID_SPECIALCONFIG_ERROR (RID_SFX_APP_START+82) #define CONFIG_PATH_START (RID_SFX_APP_START+98) #define WIN_HELPINDEX (RID_SFX_APP_START+99) #define TP_HELP_CONTENT (RID_SFX_APP_START+100) #define TP_HELP_INDEX (RID_SFX_APP_START+101) #define TP_HELP_SEARCH (RID_SFX_APP_START+102) #define TP_HELP_BOOKMARKS (RID_SFX_APP_START+103) #define DLG_HELP_ADDBOOKMARK (RID_SFX_APP_START+104) #define MENU_HELP_BOOKMARKS (RID_SFX_APP_START+105) #define RID_INFO_NOSEARCHRESULTS (RID_SFX_APP_START+106) #define RID_INFO_NOSEARCHTEXTFOUND (RID_SFX_APP_START+107) #define IMG_HELP_TOOLBOX_INDEX_ON (RID_SFX_APP_START+110) #define IMG_HELP_TOOLBOX_INDEX_OFF (RID_SFX_APP_START+111) #define IMG_HELP_TOOLBOX_START (RID_SFX_APP_START+112) #define IMG_HELP_TOOLBOX_PREV (RID_SFX_APP_START+113) #define IMG_HELP_TOOLBOX_NEXT (RID_SFX_APP_START+114) #define IMG_HELP_TOOLBOX_PRINT (RID_SFX_APP_START+115) #define IMG_HELP_TOOLBOX_BOOKMARKS (RID_SFX_APP_START+116) #define IMG_HELP_TOOLBOX_SEARCHDIALOG (RID_SFX_APP_START+117) #define IMG_HELP_TOOLBOX_COPY (RID_SFX_APP_START+118) #define IMG_HELP_CONTENT_BOOK_OPEN (RID_SFX_APP_START+120) #define IMG_HELP_CONTENT_BOOK_OPEN_HC (RID_SFX_APP_START+121) #define IMG_HELP_CONTENT_BOOK_CLOSED (RID_SFX_APP_START+122) #define IMG_HELP_CONTENT_BOOK_CLOSED_HC (RID_SFX_APP_START+123) #define IMG_HELP_CONTENT_DOC (RID_SFX_APP_START+124) #define IMG_HELP_CONTENT_DOC_HC (RID_SFX_APP_START+125) // image #define STR_HELP_WINDOW_TITLE (RID_SFX_APP_START+125) // string #define STR_HELP_BUTTON_INDEX_ON (RID_SFX_APP_START+126) #define STR_HELP_BUTTON_START (RID_SFX_APP_START+127) #define STR_HELP_BUTTON_PREV (RID_SFX_APP_START+128) #define STR_HELP_BUTTON_NEXT (RID_SFX_APP_START+129) #define STR_HELP_BUTTON_PRINT (RID_SFX_APP_START+130) #define STR_HELP_BUTTON_SOURCEVIEW (RID_SFX_APP_START+131) #define STR_HELP_FIRST_MESSAGE (RID_SFX_APP_START+132) #define STR_HELP_FIRST_HTML (RID_SFX_APP_START+133) #define STR_QUICKSTART_EXIT (RID_SFX_APP_START+134) #define STR_QUICKSTART_TIP (RID_SFX_APP_START+135) #define STR_QUICKSTART_FILEOPEN (RID_SFX_APP_START+136) #define STR_QUICKSTART_FROMTEMPLATE (RID_SFX_APP_START+137) #define STR_QUICKSTART_PRELAUNCH (RID_SFX_APP_START+138) #define STR_QUICKSTART_LNKNAME (RID_SFX_APP_START+139) #define STR_HELP_BUTTON_ADDBOOKMARK (RID_SFX_APP_START+140) #define STR_HELP_BUTTON_INDEX_OFF (RID_SFX_APP_START+141) #define STR_HELP_BUTTON_SEARCHDIALOG (RID_SFX_APP_START+142) #define STR_HELP_MENU_TEXT_SELECTION_MODE (RID_SFX_APP_START+143) #define STR_HELP_MENU_TEXT_COPY (RID_SFX_APP_START+144) #define STR_QUICKSTART_PRELAUNCH_UNX (RID_SFX_APP_START+146) #define STR_QUICKSTART_FILE (RID_SFX_APP_START+147) #define STR_QUICKSTART_STARTCENTER (RID_SFX_APP_START+148) #define STR_QUICKSTART_RECENTDOC (RID_SFX_APP_START+149) #define RID_HELP_ONSTARTUP_BOX (RID_SFX_APP_START+144) #define RID_HELP_ONSTARTUP_TEXT (RID_SFX_APP_START+145) #define IMG_HELP_TOOLBOX_HC_INDEX_ON (RID_SFX_APP_START+150) #define IMG_HELP_TOOLBOX_HC_INDEX_OFF (RID_SFX_APP_START+151) #define IMG_HELP_TOOLBOX_HC_START (RID_SFX_APP_START+152) #define IMG_HELP_TOOLBOX_HC_PREV (RID_SFX_APP_START+153) #define IMG_HELP_TOOLBOX_HC_NEXT (RID_SFX_APP_START+154) #define IMG_HELP_TOOLBOX_HC_PRINT (RID_SFX_APP_START+155) #define IMG_HELP_TOOLBOX_HC_BOOKMARKS (RID_SFX_APP_START+156) #define IMG_HELP_TOOLBOX_HC_SEARCHDIALOG (RID_SFX_APP_START+157) #define IMG_HELP_TOOLBOX_HC_COPY (RID_SFX_APP_START+158) #define IMG_HELP_TOOLBOX_L_INDEX_ON (RID_SFX_APP_START+160) #define IMG_HELP_TOOLBOX_L_INDEX_OFF (RID_SFX_APP_START+161) #define IMG_HELP_TOOLBOX_L_START (RID_SFX_APP_START+162) #define IMG_HELP_TOOLBOX_L_PREV (RID_SFX_APP_START+163) #define IMG_HELP_TOOLBOX_L_NEXT (RID_SFX_APP_START+164) #define IMG_HELP_TOOLBOX_L_PRINT (RID_SFX_APP_START+165) #define IMG_HELP_TOOLBOX_L_BOOKMARKS (RID_SFX_APP_START+166) #define IMG_HELP_TOOLBOX_L_SEARCHDIALOG (RID_SFX_APP_START+167) #define IMG_HELP_TOOLBOX_L_COPY (RID_SFX_APP_START+168) #define IMG_HELP_TOOLBOX_HCL_INDEX_ON (RID_SFX_APP_START+170) #define IMG_HELP_TOOLBOX_HCL_INDEX_OFF (RID_SFX_APP_START+171) #define IMG_HELP_TOOLBOX_HCL_START (RID_SFX_APP_START+172) #define IMG_HELP_TOOLBOX_HCL_PREV (RID_SFX_APP_START+173) #define IMG_HELP_TOOLBOX_HCL_NEXT (RID_SFX_APP_START+174) #define IMG_HELP_TOOLBOX_HCL_PRINT (RID_SFX_APP_START+175) #define IMG_HELP_TOOLBOX_HCL_BOOKMARKS (RID_SFX_APP_START+176) #define IMG_HELP_TOOLBOX_HCL_SEARCHDIALOG (RID_SFX_APP_START+177) #define IMG_HELP_TOOLBOX_HCL_COPY (RID_SFX_APP_START+178) #define RID_SECURITY_WARNING_HYPERLINK (RID_SFX_APP_START + 180) #define RID_SECURITY_WARNING_TITLE (RID_SFX_APP_START + 181) #define RID_DESKTOP (RID_SFX_APP_START + 184) // #define RID_XMLSEC_WARNING_BROKENSIGNATURE (RID_SFX_APP_START + 185) #define RID_XMLSEC_QUERY_LOSINGSIGNATURE (RID_SFX_APP_START + 186) #define RID_XMLSEC_QUERY_SAVEBEFORESIGN (RID_SFX_APP_START + 187) // FREE // FREE #define RID_XMLSEC_INFO_WRONGDOCFORMAT (RID_SFX_APP_START + 190) /* obsolete #define RID_WARNING_MACROSDISABLED (RID_SFX_APP_START + 191) */ #define STR_QUERY_UPDATE_LINKS (RID_SFX_APP_START + 192) #define STR_DDE_ERROR (RID_SFX_APP_START + 193) #define RID_SECURITY_WARNING_NO_HYPERLINKS (RID_SFX_APP_START + 194) #define RID_SVXSTR_FILELINK (RID_SFX_APP_START + 195) #define RID_SVXSTR_GRAFIKLINK (RID_SFX_APP_START + 196) #define RID_SVXSTR_EDITGRFLINK (RID_SFX_APP_START + 197) // strings for error messsages of OpenGraphics dialog #define RID_SVXSTR_GRFILTER_OPENERROR (RID_SFX_APP_START + 198) #define RID_SVXSTR_GRFILTER_IOERROR (RID_SFX_APP_START + 199) #define RID_SVXSTR_GRFILTER_FORMATERROR (RID_SFX_APP_START + 200) #define RID_SVXSTR_GRFILTER_VERSIONERROR (RID_SFX_APP_START + 201) #define RID_SVXSTR_GRFILTER_FILTERERROR (RID_SFX_APP_START + 202) #define RID_SVXSTR_GRFILTER_TOOBIG (RID_SFX_APP_START + 203) #define MD_DDE_LINKEDIT (RID_SFX_APP_START + 1) #endif // #ifndef _SFX_APP_HRC // ******************************************************************* EOF