1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 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. 14 * 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). 20 * 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. 25 * 26 ************************************************************************/ 27 28// Resource-Id's for OFA 29 30#ifndef _OFF_APP_HRC 31#define _OFF_APP_HRC 32 33// include --------------------------------------------------------------- 34 35#include <svl/solar.hrc> 36#include <sfx2/sfxsids.hrc> 37 38// Ranges ---------------------------------------------------------------- 39 40// PB: Vorsicht diesen Bereich hier im app.hrc nicht mehr benutzen! 41#define RID_OFA_LDAP_START (RID_OFA_START + 300) 42#define RID_OFA_LDAP_END (RID_OFA_START + 349) 43 44// defines --------------------------------------------------------------- 45 46#define RID_QRY_SELECTMAILADDR (RID_OFA_START + 0) 47#define RID_QRY_NEWMAILADDR (RID_OFA_START + 1) 48#define RID_QRY_SELECTBRWADDR (RID_OFA_START + 2) 49#define RID_QRY_NEWBRWADDR (RID_OFA_START + 3) 50#define RID_QRY_NO_URL (RID_OFA_START + 4) 51#define RID_QRY_NO_MAILADDR (RID_OFA_START + 5) 52#define RID_QRY_NO_NAME (RID_OFA_START + 6) 53#define RID_QRY_INVALID_URL (RID_OFA_START + 7) 54#define RID_QRY_DEL_MAIL (RID_OFA_START + 8) 55#define RID_QRY_ADDRESSBOOK (RID_OFA_START + 9) 56#define RID_QRY_NO_ADDR (RID_OFA_START + 10) 57 58 // String und ToolBox 59#define RID_MAILTOOLBOX (RID_OFA_START + 112) 60#define RID_QRY_SELECTADDR (RID_OFA_START + 13) 61 62#define RID_ICO_MSGVIEW (RID_OFA_START + 20) 63#define RID_WIN_MAILHEADER (RID_OFA_START + 21) 64#define RID_WIN_MAILATTACH (RID_OFA_START + 22) 65#define RID_IMG_MAILTEXT (RID_OFA_START + 23) 66#define RID_MSGDOC_MENU (RID_OFA_START + 24) 67#define RID_ATTACH_MENU (RID_OFA_START + 25) 68#define RID_HEADER_MENU (RID_OFA_START + 26) 69#define RID_CALENDAR_WIN (RID_OFA_START + 27) 70#define RID_STA_NEWSWIN_TITEL (RID_OFA_START + 28) 71#define RID_SEND_MENU (RID_OFA_START + 29) 72 73 74// Icons and Images ------------------------------------------------------ 75 76#define RID_ICO_TABLES (RID_OFA_START + 30) 77#define RID_ICO_QUERIES (RID_OFA_START + 31) 78#define RID_ICO_FORMS (RID_OFA_START + 32) 79#define RID_ICO_REPORTS (RID_OFA_START + 33) 80#define RID_ICO_DATABASE (RID_OFA_START + 34) 81#define RID_IMG_ALTFOLDER_CLOSE (RID_OFA_START + 35) 82#define RID_IMG_ALTFOLDER_OPEN (RID_OFA_START + 36) 83#define RID_IMG_ALTFOLDER_PLUS (RID_OFA_START + 37) 84#define RID_IMG_ALTFOLDER_MINUS (RID_OFA_START + 38) 85#define RID_IMGLIST_PGP (RID_OFA_START + 39) 86#define RID_IMGLIST_LARGE_PGP (RID_OFA_START + 40) 87 88// Errors ---------------------------------------------------------------- 89 90#define RID_ERR_OUTBOX (RID_OFA_START + 50) 91#define RID_ERR_DB_OPENPROPERTIES (RID_OFA_START + 51) 92#define RID_ERR_NO_EMAILADDRESS (RID_OFA_START + 52) 93#define RID_QBOX_NOSUBJECT (RID_OFA_START + 53) 94#define RID_ERRBOX_NORECIPIENTS (RID_OFA_START + 54) 95#define RID_ERRBOX_NOSETTINGS (RID_OFA_START + 55) 96#define RID_QBOX_ADDADDRESS (RID_OFA_START + 56) 97#define RID_ERR_NO_DD_FOR_ADDRESSBOOK (RID_OFA_START + 57) 98#define RID_QBOX_NORCPTS (RID_OFA_START + 58) 99#define RID_QBOX_FORMATS (RID_OFA_START + 59) 100#define RID_ERRBOX_NOVALIDRCPTS (RID_OFA_START + 60) 101#define RID_QBOX_SAVEMAIL (RID_OFA_START + 61) 102#define RID_WARNBOX_LOCKEDFILE (RID_OFA_START + 62) 103#define RID_QBOX_COMPRESS (RID_OFA_START + 63) 104#define RID_ERRBOX_APPENDADDRESS (RID_OFA_START + 64) 105#define RID_QBOX_DELETEATTACHMENT (RID_OFA_START + 65) 106#define RID_ERRBOX_NO_OUTBOX (RID_OFA_START + 66) 107#define RID_WARNDLG_ONLY_ASCII (RID_OFA_START + 67) 108#define RID_ERR_TABLE_LOCKED (RID_OFA_START + 68) 109#define RID_ERR_OBJECT_LOCKED (RID_OFA_START + 69) 110#define RID_ERR_NAME_INVALID (RID_OFA_START + 70) 111#define RID_INFO_TABLE_NO_SELECT (RID_OFA_START + 71) 112#define RID_ERRBOX_MODULENOTINSTALLED (RID_OFA_START + 72) 113 114// Dialoge --------------------------------------------------------------- 115 116#define RID_OFAPAGE_HTMLOPT (RID_OFA_START + 100) 117#define RID_OFA_AUTOCORR_DLG (RID_OFA_START + 101) 118#define RID_OFAPAGE_AUTOCORR_OPTIONS (RID_OFA_START + 102) 119#define RID_OFAPAGE_AUTOCORR_REPLACE (RID_OFA_START + 103) 120#define RID_OFAPAGE_AUTOCORR_EXCEPT (RID_OFA_START + 104) 121#define RID_OFA_GENERAL_OPTIONS_DLG (RID_OFA_START + 105) 122#define RID_OFADLG_INTERNET (RID_OFA_START + 106) 123#define RID_OFA_TABNEW_DLG (RID_OFA_START + 107) 124#define RID_OFADLG_BROWSER (RID_OFA_START + 108) 125#define RID_OFAPAGE_AUTOCORR_QUOTE (RID_OFA_START + 109) 126#define RID_OFAPAGE_AUTOFMT_APPLY (RID_OFA_START + 110) 127#define RID_OFADLG_PRCNT_SET (RID_OFA_START + 111) 128#define RID_OFA_FORMNEW_DLG (RID_OFA_START + 112) 129#define RID_OFA_TABPROPERTIES (RID_OFA_START + 113) 130#define RID_OFADLG_REGISTRATION (RID_OFA_START + 114) 131#define RID_OFADLG_OPTIONS_TREE (RID_OFA_START + 115) 132#define RID_OFADLG_OPTIONS_TREE_PAGES (RID_OFA_START + 116) 133#define RID_OFADLG_AWCP_VALUES (RID_OFA_START + 117) 134#define RID_OFAPAGE_AUTOCOMPLETE_OPTIONS (RID_OFA_START + 119) 135#define RID_OFAPAGE_MSFILTEROPT (RID_OFA_START + 120) 136#define RID_OFAPAGE_MSFILTEROPT2 (RID_OFA_START + 121) 137#define RID_OFAPAGE_CONNPOOLOPTIONS (RID_OFA_START + 122) 138 139// TabPages -------------------------------------------------------------- 140 141#define OFA_TP_MISC (RID_OFA_START + 200) 142 143#define OFA_TP_VIEW (RID_OFA_START + 202) 144#define OFA_TP_APPEARANCE (RID_OFA_START + 203) 145#define OFA_TP_TABPROPERTIES_GENERAL (RID_OFA_START + 204) 146#define OFA_TP_LANGUAGES (RID_OFA_START + 205) 147 148//die RID_??_TP_* stehen nochmal im offids.hrc 149#define RID_SW_TP_CONTENT_OPT (RID_OFA_START + 206) 150#define RID_SW_TP_LAYOUT_OPT (RID_OFA_START + 207) 151#define RID_SW_TP_STD_FONT (RID_OFA_START + 208) 152#define RID_SW_TP_OPTPRINT_PAGE (RID_OFA_START + 209) 153#define RID_SW_TP_OPTTABLE_PAGE (RID_OFA_START + 210) 154#define RID_SW_TP_OPTSHDWCRSR (RID_OFA_START + 211) 155#define RID_SW_TP_REDLINE_OPT (RID_OFA_START + 212) 156#define RID_SW_TP_OPTINSERT_PAGE (RID_OFA_START + 213) 157#define RID_SW_TP_OPTLOAD_PAGE (RID_OFA_START + 214) 158#define RID_SW_TP_OPTTEST_PAGE (RID_OFA_START + 215) 159#define RID_SW_TP_OPTSRCVIEW (RID_OFA_START + 216) 160#define RID_SW_TP_BACKGROUND (RID_OFA_START + 217) 161#define SID_SC_TP_LAYOUT (RID_OFA_START + 218) 162#define SID_SC_TP_CONTENT (RID_OFA_START + 219) 163#define SID_SC_TP_INPUT (RID_OFA_START + 220) 164#define SID_SC_TP_GRID (RID_OFA_START + 221) 165#define SID_SC_TP_USERLISTS (RID_OFA_START + 222) 166#define SID_SC_TP_CALC (RID_OFA_START + 223) 167#define SID_SC_TP_CHANGES (RID_OFA_START + 224) 168#define SID_SD_TP_CONTENTS (RID_OFA_START + 225) 169#define SID_SD_TP_LAYOUT (RID_OFA_START + 226) 170#define SID_SD_TP_SNAP (RID_OFA_START + 227) 171#define SID_SD_TP_SCALE (RID_OFA_START + 228) 172#define SID_SD_TP_GRID (RID_OFA_START + 229) 173#define SID_SD_TP_PRINT (RID_OFA_START + 220) 174#define SID_SD_TP_MISC (RID_OFA_START + 231) 175#define SID_SI_TP_CONTENTS (RID_OFA_START + 232) 176#define SID_SI_TP_LAYOUT (RID_OFA_START + 233) 177#define SID_SI_TP_SNAP (RID_OFA_START + 234) 178#define SID_SI_TP_GRID (RID_OFA_START + 235) 179#define SID_SI_TP_PRINT (RID_OFA_START + 236) 180#define SID_SI_TP_MISC (RID_OFA_START + 237) 181#define RID_SW_TP_OPTINSERT_HTML_PAGE (RID_OFA_START + 238) 182#define SID_SC_TP_MISC (RID_OFA_START + 239) 183#define RID_SW_TP_HTML_CONTENT_OPT (RID_OFA_START + 240) 184#define RID_SW_TP_HTML_LAYOUT_OPT (RID_OFA_START + 241) 185#define RID_SW_TP_HTML_OPTPRINT_PAGE (RID_OFA_START + 242) 186#define RID_SW_TP_HTML_OPTTABLE_PAGE (RID_OFA_START + 243) 187#define RID_SW_TP_HTML_OPTGRID_PAGE (RID_OFA_START + 244) 188#define OFA_TP_TABPROPERTIES_TEXT (RID_OFA_START + 245) 189#define RID_SW_TP_HTML_OPTSHDWCRSR (RID_OFA_START + 246) 190#define RID_SW_TP_STD_FONT_CJK (RID_OFA_START + 247) 191#define RID_SC_TP_PRINT (RID_OFA_START + 248) 192#define OFA_TP_HELPERPROG (RID_OFA_START + 249) 193#define OFA_TP_MEMORY (RID_OFA_START + 250) 194#define RID_SW_TP_STD_FONT_CTL (RID_OFA_START + 251) 195#define RID_OFA_TP_INTERNATIONAL (RID_OFA_START + 252) // 4 SC & ID 4 resource 196#define RID_OFA_TP_INTERNATIONAL_SD (RID_OFA_START + 253) // 4 SD 197#define RID_OFA_TP_INTERNATIONAL_IMPR (RID_OFA_START + 254) // 4 impress 198#define RID_SW_TP_OPTCOMPATIBILITY_PAGE (RID_OFA_START + 255) 199#define RID_SW_TP_OPTCAPTION_PAGE (RID_OFA_START + 256) 200 201// Strings ------------------------------------------ 202 203#define RID_STR_ROLE_TO (RID_OFA_START + 0) 204#define RID_STR_ROLE_CC (RID_OFA_START + 1) 205#define RID_STR_ROLE_BCC (RID_OFA_START + 2) 206#define RID_STR_NEWMAIL (RID_OFA_START + 3) 207#define RID_STR_MAIL (RID_OFA_START + 4) 208#define RID_STR_DETACH (RID_OFA_START + 5) 209#define RID_STR_SUBJECT (RID_OFA_START + 6) 210#define RID_STR_AUTHOR (RID_OFA_START + 7) 211#define RID_STR_DATE (RID_OFA_START + 108) 212#define RID_DESKTOP (RID_OFA_START + 109) 213#define RID_STR_ROLE_VIM (RID_OFA_START + 110) 214 215#define RID_RIDER_SLL_SITE (RID_OFA_START + 100) 216#define RID_RIDER_SLL_PERSONAL (RID_OFA_START + 101) 217 218// Bitmaps --------------------------------------------------------------- 219 220#define RID_BMP_DB_DATABASE_S (RID_OFA_START + 150) 221#define RID_BMP_DB_DATABASE_L (RID_OFA_START + 151) 222#define RID_BMP_DB_TABLEFOLDER_S (RID_OFA_START + 152) 223#define RID_BMP_DB_TABLEFOLDER_L (RID_OFA_START + 153) 224#define RID_BMP_DB_TABLE_S (RID_OFA_START + 154) 225#define RID_BMP_DB_TABLE_L (RID_OFA_START + 155) 226#define RID_BMP_DB_QUERYFOLDER_S (RID_OFA_START + 156) 227#define RID_BMP_DB_QUERYFOLDER_L (RID_OFA_START + 157) 228#define RID_BMP_DB_QUERY_S (RID_OFA_START + 158) 229#define RID_BMP_DB_QUERY_L (RID_OFA_START + 159) 230#define RID_BMP_DB_FORMFOLDER_S (RID_OFA_START + 160) 231#define RID_BMP_DB_FORMFOLDER_L (RID_OFA_START + 161) 232#define RID_BMP_DB_FORM_S (RID_OFA_START + 162) 233#define RID_BMP_DB_FORM_L (RID_OFA_START + 163) 234#define RID_BMP_DB_REPORTFOLDER_S (RID_OFA_START + 164) 235#define RID_BMP_DB_REPORTFOLDER_L (RID_OFA_START + 165) 236#define RID_BMP_DB_REPORT_S (RID_OFA_START + 166) 237#define RID_BMP_DB_REPORT_L (RID_OFA_START + 167) 238#define RID_BMP_DB_STATEMENT_S (RID_OFA_START + 168) 239#define RID_BMP_DB_STATEMENT_L (RID_OFA_START + 169) 240#define RID_BMP_DB_VIEW_S (RID_OFA_START + 170) 241#define RID_BMP_DB_VIEW_L (RID_OFA_START + 171) 242#define RID_BMP_DB_RELATIONS_S (RID_OFA_START + 172) 243#define RID_BMP_DB_RELATIONS_L (RID_OFA_START + 173) 244#define RID_IMGLIST_TREEOPT (RID_OFA_START + 174) 245#define RID_IMGLIST_TREEOPT_HC (RID_OFA_START + 175) 246 247 // 12 und 13 nicht benutzen!!! 248// ..._BEGIN kann nochmal benutzt werden, nur zum Iterieren 249#define RID_STR_PRIO_BEGIN (RID_OFA_START + 17) 250#define RID_STR_PRIO_HIGHEST (RID_OFA_START + 18) 251#define RID_STR_PRIO_HIGH (RID_OFA_START + 19) 252#define RID_STR_PRIO_NORMAL (RID_OFA_START + 20) 253#define RID_STR_PRIO_LOW (RID_OFA_START + 21) 254#define RID_STR_PRIO_LOWEST (RID_OFA_START + 22) 255 256// Datenbank / Explorer 257 258#define RID_STR_NAME_DATABASE (RID_OFA_START + 23) 259#define RID_STR_NAME_TABLES (RID_OFA_START + 24) 260#define RID_STR_NAME_TABLE (RID_OFA_START + 25) 261#define RID_STR_NAME_QUERIES (RID_OFA_START + 26) 262#define RID_STR_NAME_QUERIE (RID_OFA_START + 27) 263#define RID_STR_NAME_ADDRESSBOOK (RID_OFA_START + 28) 264#define RID_STR_QRY_DESIGNVIEW (RID_OFA_START + 29) 265#define RID_STR_QRY_SQLVIEW (RID_OFA_START + 30) 266#define RID_STR_NAME_DATABASECONTENT (RID_OFA_START + 31) 267#define RID_STR_TBL_DESIGNVIEW (RID_OFA_START + 32) 268#define RID_STR_NAME_FORMS (RID_OFA_START + 33) 269#define RID_STR_NAME_FORM (RID_OFA_START + 34) 270#define RID_STR_NAME_REPORTS (RID_OFA_START + 35) 271#define RID_STR_NAME_REPORT (RID_OFA_START + 36) 272#define RID_STR_RPT_DESIGNVIEW (RID_OFA_START + 37) 273#define RID_STR_FRM_DESIGNVIEW (RID_OFA_START + 38) 274#define RID_STR_TBL_COMPRESS (RID_OFA_START + 39) 275#define RID_STR_NAME_VIEW (RID_OFA_START + 40) 276#define RID_STR_NAME_RELATIONS (RID_OFA_START + 41) 277#define RID_STR_NAME_MANUAL_SQL (RID_OFA_START + 42) 278#define RID_STR_ACTUALIZE (RID_OFA_START + 43) 279#define RID_STR_NEW (RID_OFA_START + 44) 280#define RID_STR_WIZARD (RID_OFA_START + 45) 281#define RID_STR_IMPORTVCARD (RID_OFA_START + 46) 282#define RID_STR_EXPORTVCARD (RID_OFA_START + 47) 283#define RID_STR_ASK_COPY_REMAINING (RID_OFA_START + 48) 284#define RID_STR_ASK_MOVE_REMAINING (RID_OFA_START + 49) 285#define RID_STR_FRM_NEW_TEXTDOC (RID_OFA_START + 50) 286#define RID_STR_FRM_NEW_CALCDOC (RID_OFA_START + 51) 287#define RID_STR_FRM_NEW_IMPRESSDOC (RID_OFA_START + 52) 288#define RID_STR_FRM_NEW_AUTODOC (RID_OFA_START + 53) 289#define RID_STR_DB_REORGANIZE (RID_OFA_START + 54) 290#define RID_STR_FRM_NEW_TEMPLATE (RID_OFA_START + 55) 291 292#define RID_STR_NEWSGROUP (RID_OFA_START + 61) 293 294 295#define RID_STR_MESSAGE (RID_OFA_START + 64) 296#define RID_STR_PRINTMSG_DOC (RID_OFA_START + 66) 297#define RID_STR_PRINTMSG_SUBJECT (RID_OFA_START + 67) 298#define RID_STR_PRINTMSG_DATE (RID_OFA_START + 68) 299#define RID_STR_PRINTMSG_FROM (RID_OFA_START + 69) 300#define RID_STR_PRINTMSG_TO (RID_OFA_START + 70) 301#define RID_ERR_OPENNEWSSERVER (RID_OFA_START + 71) 302#define RID_ERR_SENDNEWS (RID_OFA_START + 72) 303#define RID_ERR_SENDMAIL (RID_OFA_START + 73) 304#define RID_ERR_NOPRINTDOC (RID_OFA_START + 74) 305#define RID_STR_ROLE_REPLY_TO (RID_OFA_START + 75) 306#define RID_STR_ROLE_FOLLOWUP_TO (RID_OFA_START + 76) 307#define RID_STR_BUTTON_SEND (RID_OFA_START + 77) 308#define RID_STR_BUTTON_SAVE (RID_OFA_START + 78) 309#define RID_STR_BUTTON_REJECT (RID_OFA_START + 79) 310#define RID_STR_CLOSE_MESSAGE (RID_OFA_START + 80) 311#define RID_STR_BUTTON_BACKTOMSG (RID_OFA_START + 81) 312#define RID_STR_CLOSE_TITLE (RID_OFA_START + 82) 313#define RID_STR_ASCII_FORMAT (RID_OFA_START + 83) 314 315// The following eight RIDs replace the message in RID_ERRBOX_NOSETTINGS: 316#define RID_ERRSTR_SMTP_NO_SERVER (RID_OFA_START + 84) 317#define RID_ERRSTR_NNTP_NO_SERVER (RID_OFA_START + 85) 318#define RID_ERRSTR_VIM_PRIV_NO_USER (RID_OFA_START + 86) 319#define RID_ERRSTR_VIM_PRIV_NO_USER_PWD (RID_OFA_START + 87) 320#define RID_ERRSTR_VIM_PUB_NO_USER (RID_OFA_START + 88) 321#define RID_ERRSTR_VIM_PUB_NO_USER_PWD (RID_OFA_START + 89) 322#define RID_ERRSTR_CREATE_OUTBOX (RID_OFA_START + 90) 323#define RID_ERRSTR_EDIT_OUTBOX (RID_OFA_START + 91) 324#define RID_ERRSTR_EDIT_ACCOUNT_PRIV (RID_OFA_START + 92) 325#define RID_ERRSTR_EDIT_ACCOUNT_PUB (RID_OFA_START + 93) 326 327#define RID_STR_NAME_USER_SETTINGS (RID_OFA_START + 94) 328#define RID_STR_FRMORREP_NAMETOLONG (RID_OFA_START + 95) 329#define RID_STR_TBL_CREATE_BACKUP (RID_OFA_START + 96) 330#define RID_STR_DB_SWITCH_FAVORITE (RID_OFA_START + 97) 331#define RID_STR_DB_FAVORITE_TTILE (RID_OFA_START + 98) 332 333 334// unnamed resources ---------------------------------------------------- 335#define OFA_RES_UNNAMED_START (RID_OFA_START + 200) 336 337#define RID_RES_SBACHAOS_ERR_CONTEXTS (OFA_RES_UNNAMED_START + 1) 338 339// HelpIds --------------------------------------------------------------- 340/* 341#define HID_AUTOCORR_DLG (HID_OFA_START + 0) 342#define HID_OFAPAGE_AUTOCORR_OPTIONS (HID_OFA_START + 1) 343#define HID_OFAPAGE_AUTOCORR_REPLACE (HID_OFA_START + 2) 344#define HID_OFAPAGE_AUTOCORR_EXCEPT (HID_OFA_START + 3) 345#define HID_OFACTL_AUTOCORR_REPLACE (HID_OFA_START + 4) 346#define HID_OFAWIN_MAIL_HEADER (HID_OFA_START + 5) 347#define HID_OFAWIN_MAIL_ATTACH (HID_OFA_START + 6) 348#define HID_OFACTL_MAIL_ATTACH (HID_OFA_START + 7) 349#define HID_OFA_TP_MISC (HID_OFA_START + 8) 350#define HID_OFA_HYPERLINK (HID_OFA_START + 10) 351#define HID_OFA_DLGTABNEW (HID_OFA_START + 11) 352#define HID_OFA_HYPERLINK_DLG (HID_OFA_START + 12) 353#define HID_OFA_MAILHEAD_ROLE_LB (HID_OFA_START + 13) 354#define HID_OFA_MAILHEAD_RCPT_ED (HID_OFA_START + 14) 355#define HID_OFA_MAILHEAD_RCPT_LB (HID_OFA_START + 15) 356#define HID_OFA_MAILHEAD_SUBJECT_ED (HID_OFA_START + 16) 357#define HID_OFA_MAILHEAD_RECEIPT_CB (HID_OFA_START + 17) 358#define HID_OFA_MAILHEAD_PRIORITY_LB (HID_OFA_START + 18) 359#define HID_OFA_MAILHEAD_HEAD_WIN (HID_OFA_START + 19) 360#define HID_OFA_MAILATTACH_ATTACH_LB (HID_OFA_START + 20) 361#define HID_OFA_MAILATTACH_ASCII_CB (HID_OFA_START + 21) 362#define HID_OFA_MAILATTACH_HTML_CB (HID_OFA_START + 22) 363#define HID_OFA_MAILATTACH_RTF_CB (HID_OFA_START + 23) 364#define HID_OFA_MAILATTACH_OFFICE_CB (HID_OFA_START + 24) 365#define HID_OFA_HYPERLINK_TARGET (HID_OFA_START + 25) 366#define HID_OFA_HYPERLINK_SEARCH (HID_OFA_START + 26) 367#define HID_OFA_MAILTOOLBOX (HID_OFA_START + 27) 368#define HID_OFAPAGE_AUTOCORR_QUOTE (HID_OFA_START + 28) 369#define HID_OFA_TP_VIEW (HID_OFA_START + 29) 370#define HID_OFA_MAILMENU_OPEN (HID_OFA_START + 30) 371#define HID_OFA_MAILMENU_DELETE (HID_OFA_START + 31) 372#define HID_OFA_MAILMENU_RENAME (HID_OFA_START + 32) 373#define HID_OFA_MAILMENU_SAVEAS (HID_OFA_START + 33) 374#define HID_OFA_MAILMENU_ADDADDRESS (HID_OFA_START + 34) 375#define HID_OFA_MAILMENU_COPYLINK (HID_OFA_START + 35) 376#define HID_OFA_MAILMENU_SIG1 (HID_OFA_START + 36) 377#define HID_OFA_MAILMENU_SIG2 (HID_OFA_START + 37) 378#define HID_OFA_MAILMENU_SIG3 (HID_OFA_START + 38) 379#define HID_OFA_MAILMENU_SIG4 (HID_OFA_START + 39) 380#define HID_OFA_MAILHEAD_PROTOCOL_LB (HID_OFA_START + 42) 381#define HID_OFA_MAILATTACH_RECEIPT_CB (HID_OFA_START + 43) 382#define HID_OFA_MAILATTACH_PRIORITY_LB (HID_OFA_START + 44) 383#define HID_OFA_MAILATTACH_TABBAR (HID_OFA_START + 45) 384#define HID_OFAPAGE_AUTOCORR_CLB (HID_OFA_START + 46) 385#define HID_OFAPAGE_AUTOFORMAT_CLB (HID_OFA_START + 47) 386#define HID_OFAPAGE_AUTOFMT_OPTIONS (HID_OFA_START + 48) 387#define HID_OFA_DLGFORMNEW (HID_OFA_START + 49) 388#define HID_OFA_TP_APPEARANCE (HID_OFA_START + 50) 389#define HID_OFA_HYPERLINK_NAME (HID_OFA_START + 51) 390#define HID_OFA_HYPERLINK_URL_TXT (HID_OFA_START + 52) 391#define HID_OFA_HYPERLINK_URL (HID_OFA_START + 53) 392#define HID_OFA_MAILMENU_FILE (HID_OFA_START + 54) 393#define HID_OFA_FONT_SUBSTITUTION (HID_OFA_START + 55) 394#define HID_OFA_FONT_SUBST_CLB (HID_OFA_START + 56) 395#define HID_OFA_SUBST_APPLY (HID_OFA_START + 57) 396#define HID_OFA_SUBST_DELETE (HID_OFA_START + 58) 397#define HID_OFADLG_REGISTRATION (HID_OFA_START + 59) 398#define HID_OFA_TP_DESKTOP (HID_OFA_START + 60) 399#define HID_REGISTRATION_REGISTER (HID_OFA_START + 61) 400#define HID_REGISTRATION_ENABLE_KEY (HID_OFA_START + 62) 401#define HID_AUTOCORR_LANGUAGE (HID_OFA_START + 63) 402#define HID_OFA_MAILHEAD_RCPT_CB (HID_OFA_START + 64) 403#define HID_OFA_SENDMENU_PLAIN (HID_OFA_START + 65) 404#define HID_OFA_SENDMENU_ENCRYPT (HID_OFA_START + 66) 405#define HID_OFA_SENDMENU_SIGN (HID_OFA_START + 67) 406#define HID_OFA_SENDMENU_SIGNANDENCRYPT (HID_OFA_START + 68) 407#define HID_OFADLG_OPTIONS_TREE (HID_OFA_START + 69) 408#define HID_OFADLG_TREELISTBOX (HID_OFA_START + 70) 409#define HID_OFADLG_TREE_GENERAL (HID_OFA_START + 71) 410#define HID_OFADLG_TREE_INTERNET (HID_OFA_START + 72) 411#define HID_OFADLG_TREE_BROWSER (HID_OFA_START + 73) 412#define HID_OFADLG_TREE_TEXT (HID_OFA_START + 74) 413#define HID_OFADLG_TREE_HTML (HID_OFA_START + 75) 414#define HID_OFADLG_TREE_CALC (HID_OFA_START + 76) 415#define HID_OFADLG_TREE_PRESENTATION (HID_OFA_START + 77) 416#define HID_OFADLG_TREE_DRAWING (HID_OFA_START + 78) 417#define HID_OFADLG_TREE_IMAGE (HID_OFA_START + 79) 418#define HID_OFADLG_TREE_FORMULA (HID_OFA_START + 80) 419#define HID_OFAPAGE_AUTOCOMPLETE_OPTIONS (HID_OFA_START + 113) 420#define HID_OFADLG_TREE_CHART (HID_OFA_START + 115) 421#define HID_OFADLG_TREE_BASE (HID_OFA_START + 116) 422#define HID_OFADLG_TREE_FILTER (HID_OFA_START + 117) 423#define HID_OFAPAGE_MSFLTR2_CLB (HID_OFA_START + 118) 424#define HID_OFA_TP_LANGUAGES (HID_OFA_START + 119) 425#define HID_OFADLG_TREE_LANGUAGE (HID_OFA_START + 120) 426#define HID_OFA_CONNPOOL_DRIVERLIST (HID_OFA_START + 121) 427#define UID_OFA_CONNPOOL_DRIVERLIST_BACK (HID_OFA_START + 122) 428#define HID_OFA_TP_HELPERPROG (HID_OFA_START + 123) 429#define HID_OFA_TP_MEMORY (HID_OFA_START + 124) 430*/ 431// "Uberlaufkontrolle der HID's 432#define ACT_HID_END HID_OFA_TP_MEMORY 433#if ACT_HID_END > HID_OFA_END 434#error Resource-Ueberlauf bei den HIDs der OFA 435#endif 436 437#define STR_SD_STAROFFICE_XML_DRAW (RID_OFA_START + 245) 438#define STR_SD_STAROFFICE_XML_IMPRESS (RID_OFA_START + 246) 439 440#endif 441 442