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 _GLOBALS_HRC 29*cdf0e10cSrcweir#define _GLOBALS_HRC 30*cdf0e10cSrcweir 31*cdf0e10cSrcweir 32*cdf0e10cSrcweir// Versions-Definition wie in solar.h und swtypes.hxx 33*cdf0e10cSrcweir//#define SW_FILEFORMAT_40 3580 34*cdf0e10cSrcweir 35*cdf0e10cSrcweir#include "rcid.hrc" 36*cdf0e10cSrcweir 37*cdf0e10cSrcweir// STRINGS ----------------------------------------------------------- 38*cdf0e10cSrcweir 39*cdf0e10cSrcweir#define STR_DLLNOTFOUND (RC_GLOBALS_BEGIN + 0) 40*cdf0e10cSrcweir#define STR_FMT_STD (RC_GLOBALS_BEGIN + 1) 41*cdf0e10cSrcweir#define STR_LOAD_GLOBAL_DOC (RC_GLOBALS_BEGIN + 2) 42*cdf0e10cSrcweir 43*cdf0e10cSrcweir#define STR_SEPARATOR (RC_GLOBALS_BEGIN + 4) 44*cdf0e10cSrcweir 45*cdf0e10cSrcweir 46*cdf0e10cSrcweir#define STR_BASIC_IMPORT (RC_GLOBALS_BEGIN + 5) 47*cdf0e10cSrcweir#define STR_BASIC_BEGIN (RC_GLOBALS_BEGIN + 6) 48*cdf0e10cSrcweir#define STR_BASIC_END (RC_GLOBALS_BEGIN + 7) 49*cdf0e10cSrcweir#define STR_BASIC_REC_LIB (RC_GLOBALS_BEGIN + 8) 50*cdf0e10cSrcweir#define STR_TEMPLATE_WILDCARD (RC_GLOBALS_BEGIN + 9) 51*cdf0e10cSrcweir#define STR_DOC_STAT (RC_GLOBALS_BEGIN + 10) 52*cdf0e10cSrcweir 53*cdf0e10cSrcweir#define STR_PAGE (RC_GLOBALS_BEGIN + 14) 54*cdf0e10cSrcweir#define STR_PRINTOPTUI (RC_GLOBALS_BEGIN + 15) 55*cdf0e10cSrcweir 56*cdf0e10cSrcweir//EventStrings 57*cdf0e10cSrcweir 58*cdf0e10cSrcweir#define STR_EVENT_OBJECT_SELECT ( RC_GLOBALS_BEGIN + 17 ) 59*cdf0e10cSrcweir#define STR_EVENT_START_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 18 ) 60*cdf0e10cSrcweir#define STR_EVENT_END_INS_GLOSSARY ( RC_GLOBALS_BEGIN + 19 ) 61*cdf0e10cSrcweir#define STR_EVENT_MOUSEOVER_OBJECT ( RC_GLOBALS_BEGIN + 20 ) 62*cdf0e10cSrcweir#define STR_EVENT_MOUSECLICK_OBJECT ( RC_GLOBALS_BEGIN + 21 ) 63*cdf0e10cSrcweir#define STR_EVENT_MOUSEOUT_OBJECT ( RC_GLOBALS_BEGIN + 22 ) 64*cdf0e10cSrcweir#define STR_EVENT_IMAGE_LOAD ( RC_GLOBALS_BEGIN + 23 ) 65*cdf0e10cSrcweir#define STR_EVENT_IMAGE_ABORT ( RC_GLOBALS_BEGIN + 24 ) 66*cdf0e10cSrcweir#define STR_EVENT_IMAGE_ERROR ( RC_GLOBALS_BEGIN + 25 ) 67*cdf0e10cSrcweir#define STR_EVENT_FRM_KEYINPUT_A ( RC_GLOBALS_BEGIN + 26 ) 68*cdf0e10cSrcweir#define STR_EVENT_FRM_KEYINPUT_NOA ( RC_GLOBALS_BEGIN + 27 ) 69*cdf0e10cSrcweir#define STR_EVENT_FRM_RESIZE ( RC_GLOBALS_BEGIN + 28 ) 70*cdf0e10cSrcweir#define STR_EVENT_FRM_MOVE ( RC_GLOBALS_BEGIN + 29 ) 71*cdf0e10cSrcweir 72*cdf0e10cSrcweir// Strings fuer Rahmenausrichtungen im Popup 73*cdf0e10cSrcweir#define STR_TOP_BASE (RC_GLOBALS_BEGIN + 30) 74*cdf0e10cSrcweir#define STR_BOTTOM_BASE (RC_GLOBALS_BEGIN + 31) 75*cdf0e10cSrcweir#define STR_CENTER_BASE (RC_GLOBALS_BEGIN + 32) 76*cdf0e10cSrcweir#define STR_TOP (RC_GLOBALS_BEGIN + 33) 77*cdf0e10cSrcweir#define STR_BOTTOM (RC_GLOBALS_BEGIN + 34) 78*cdf0e10cSrcweir#define STR_CENTER_HORI (RC_GLOBALS_BEGIN + 35) 79*cdf0e10cSrcweir#define STR_CENTER_VERT (RC_GLOBALS_BEGIN + 36) 80*cdf0e10cSrcweir 81*cdf0e10cSrcweir#define STR_LOAD_HTML_DOC (RC_GLOBALS_BEGIN + 37) 82*cdf0e10cSrcweir 83*cdf0e10cSrcweir#define STR_AUTH (RC_GLOBALS_BEGIN + 38) 84*cdf0e10cSrcweir#define STR_TBL (RC_GLOBALS_BEGIN + 39) 85*cdf0e10cSrcweir#define STR_TOO (RC_GLOBALS_BEGIN + 40) 86*cdf0e10cSrcweir#define STR_TOILL (RC_GLOBALS_BEGIN + 41) 87*cdf0e10cSrcweir 88*cdf0e10cSrcweir// more Strings 89*cdf0e10cSrcweir 90*cdf0e10cSrcweir// BITMAPS ----------------------------------------------------------- 91*cdf0e10cSrcweir 92*cdf0e10cSrcweir#define RES_TABL (RC_GLOBALS_BEGIN + 1) 93*cdf0e10cSrcweir#define RES_TABR (RC_GLOBALS_BEGIN + 2) 94*cdf0e10cSrcweir#define RES_TABD (RC_GLOBALS_BEGIN + 3) 95*cdf0e10cSrcweir#define RES_TABC (RC_GLOBALS_BEGIN + 4) 96*cdf0e10cSrcweir 97*cdf0e10cSrcweir// DIALOGE ----------------------------------------------------------- 98*cdf0e10cSrcweir 99*cdf0e10cSrcweir#define DLG_LISTBOX (RC_GLOBALS_BEGIN + 1) 100*cdf0e10cSrcweir#define DLG_THESAURUS (RC_GLOBALS_BEGIN + 2) 101*cdf0e10cSrcweir#define DLG_SPECIAL (RC_GLOBALS_BEGIN + 3) 102*cdf0e10cSrcweir 103*cdf0e10cSrcweir// QUERYBOX --------------------------------------------------------- 104*cdf0e10cSrcweir 105*cdf0e10cSrcweir#define DLG_WRAP (RC_GLOBALS_BEGIN + 4) 106*cdf0e10cSrcweir#define DLG_BODY (RC_GLOBALS_BEGIN + 5) 107*cdf0e10cSrcweir#define DLG_PRT_FIELDNAME (RC_GLOBALS_BEGIN + 6) 108*cdf0e10cSrcweir 109*cdf0e10cSrcweir// INFOBOX ------------------------------------------------------------ 110*cdf0e10cSrcweir 111*cdf0e10cSrcweir#define ERR_CLPBRD_READ (RC_GLOBALS_BEGIN + 1) 112*cdf0e10cSrcweir#define ERR_CLPBRD_WRITE (RC_GLOBALS_BEGIN + 2) 113*cdf0e10cSrcweir#define MSG_ERROR_PASSWD (RC_GLOBALS_BEGIN + 3) 114*cdf0e10cSrcweir 115*cdf0e10cSrcweir 116*cdf0e10cSrcweir// ACC --------------------------------------------------------------- 117*cdf0e10cSrcweir 118*cdf0e10cSrcweir#define FN_CHAR_LEFT_SEL (RC_GLOBALS_BEGIN + 1) // 119*cdf0e10cSrcweir#define FN_CHAR_RIGHT_SEL (RC_GLOBALS_BEGIN + 2) // 120*cdf0e10cSrcweir#define FN_LINE_UP_SEL (RC_GLOBALS_BEGIN + 3) // 121*cdf0e10cSrcweir#define FN_LINE_DOWN_SEL (RC_GLOBALS_BEGIN + 4) // 122*cdf0e10cSrcweir#define FN_START_OF_LINE_SEL (RC_GLOBALS_BEGIN + 5) // StartOfLine 123*cdf0e10cSrcweir#define FN_END_OF_LINE_SEL (RC_GLOBALS_BEGIN + 6) // EndOfLine 124*cdf0e10cSrcweir#define FN_START_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 7) // StartOfDocument 125*cdf0e10cSrcweir#define FN_END_OF_DOCUMENT_SEL (RC_GLOBALS_BEGIN + 8) // EndOfDocument 126*cdf0e10cSrcweir#define FN_START_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 9) // StartOfNextPage ??? 127*cdf0e10cSrcweir#define FN_END_OF_NEXT_PAGE_SEL (RC_GLOBALS_BEGIN + 10) // ??? 128*cdf0e10cSrcweir#define FN_START_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 11) // StartOfPrevPage ??? 129*cdf0e10cSrcweir#define FN_END_OF_PREV_PAGE_SEL (RC_GLOBALS_BEGIN + 12) // ??? 130*cdf0e10cSrcweir#define FN_START_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 13) // StartOfPage 131*cdf0e10cSrcweir#define FN_END_OF_PAGE_SEL (RC_GLOBALS_BEGIN + 14) // EndOfPage 132*cdf0e10cSrcweir#define FN_START_OF_WINDOW_SEL (RC_GLOBALS_BEGIN + 15) // StartOfWindow 133*cdf0e10cSrcweir#define FN_END_OF_WINDOW_SEL (RC_GLOBALS_BEGIN + 16) // EndOfWindow 134*cdf0e10cSrcweir#define FN_START_OF_COLUMN_SEL (RC_GLOBALS_BEGIN + 17) // StartOfColumn 135*cdf0e10cSrcweir#define FN_END_OF_COLUMN_SEL (RC_GLOBALS_BEGIN + 18) // EndOfColumn 136*cdf0e10cSrcweir#define FN_START_OF_PARA_SEL (RC_GLOBALS_BEGIN + 19) // StartOfPara 137*cdf0e10cSrcweir#define FN_END_OF_PARA_SEL (RC_GLOBALS_BEGIN + 20) // EndOfPara 138*cdf0e10cSrcweir#define FN_NEXT_WORD_SEL (RC_GLOBALS_BEGIN + 21) // NextWord 139*cdf0e10cSrcweir#define FN_PREV_WORD_SEL (RC_GLOBALS_BEGIN + 22) // PrevWord 140*cdf0e10cSrcweir#define FN_NEXT_SENT_SEL (RC_GLOBALS_BEGIN + 23) // NextSentence 141*cdf0e10cSrcweir#define FN_PREV_SENT_SEL (RC_GLOBALS_BEGIN + 24) // PrevSentence 142*cdf0e10cSrcweir 143*cdf0e10cSrcweir#define FN_START_OF_NEXT_COLUMN_SEL (RC_GLOBALS_BEGIN + 25) 144*cdf0e10cSrcweir#define FN_END_OF_NEXT_COLUMN_SEL (RC_GLOBALS_BEGIN + 26) 145*cdf0e10cSrcweir#define FN_START_OF_PREV_COLUMN_SEL (RC_GLOBALS_BEGIN + 27) 146*cdf0e10cSrcweir#define FN_END_OF_PREV_COLUMN_SEL (RC_GLOBALS_BEGIN + 28) 147*cdf0e10cSrcweir#define FN_PAGEUP_SEL (RC_GLOBALS_BEGIN + 29) 148*cdf0e10cSrcweir#define FN_PAGEDOWN_SEL (RC_GLOBALS_BEGIN + 30) 149*cdf0e10cSrcweir 150*cdf0e10cSrcweir// TABPAGES ----------------------------------------------------------- 151*cdf0e10cSrcweir 152*cdf0e10cSrcweir#define TP_PAGE_STD (RC_GLOBALS_BEGIN + 1) 153*cdf0e10cSrcweir#define TP_PAGE_EXT (RC_GLOBALS_BEGIN + 2) 154*cdf0e10cSrcweir 155*cdf0e10cSrcweir#define TP_PARA_STD (RC_GLOBALS_BEGIN + 3) 156*cdf0e10cSrcweir#define TP_PARA_EXT (RC_GLOBALS_BEGIN + 4) 157*cdf0e10cSrcweir 158*cdf0e10cSrcweir#define TP_FRAME_STD (RC_GLOBALS_BEGIN + 5) 159*cdf0e10cSrcweir#define TP_FRAME_EXT (RC_GLOBALS_BEGIN + 6) 160*cdf0e10cSrcweir 161*cdf0e10cSrcweir#define TP_CHAR_STD (RC_GLOBALS_BEGIN + 7) 162*cdf0e10cSrcweir#define TP_CHAR_EXT (RC_GLOBALS_BEGIN + 8) 163*cdf0e10cSrcweir 164*cdf0e10cSrcweir#define TP_TABULATOR (RC_GLOBALS_BEGIN + 9) 165*cdf0e10cSrcweir#define TP_DROPCAPS (RC_GLOBALS_BEGIN + 10) 166*cdf0e10cSrcweir#define TP_BACKGROUND (RC_GLOBALS_BEGIN + 11) 167*cdf0e10cSrcweir#define TP_BORDER (RC_GLOBALS_BEGIN + 12) 168*cdf0e10cSrcweir#define TP_COLUMN (RC_GLOBALS_BEGIN + 13) 169*cdf0e10cSrcweir 170*cdf0e10cSrcweir#define TP_DOC_STAT (RC_GLOBALS_BEGIN + 15) 171*cdf0e10cSrcweir 172*cdf0e10cSrcweir#define TP_HEADER_PAGE (RC_GLOBALS_BEGIN + 16) 173*cdf0e10cSrcweir#define TP_FOOTER_PAGE (RC_GLOBALS_BEGIN + 17) 174*cdf0e10cSrcweir#define TP_FOOTNOTE_PAGE (RC_GLOBALS_BEGIN + 18) 175*cdf0e10cSrcweir 176*cdf0e10cSrcweir#define TP_OPTGENERAL_PAGE (RC_GLOBALS_BEGIN + 19) //Sfx-Seiten 177*cdf0e10cSrcweir#define TP_OPTSAVE_PAGE (RC_GLOBALS_BEGIN + 20) 178*cdf0e10cSrcweir#define TP_OPTPATH_PAGE (RC_GLOBALS_BEGIN + 21) 179*cdf0e10cSrcweir#define TP_OPTSPELL_PAGE (RC_GLOBALS_BEGIN + 22) 180*cdf0e10cSrcweir //Sw-Seiten 181*cdf0e10cSrcweir#define SW_EDIT_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 23) 182*cdf0e10cSrcweir#define SW_BROWSER_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 24) 183*cdf0e10cSrcweir#define TP_OPTTEST_PAGE (RC_GLOBALS_BEGIN + 25) 184*cdf0e10cSrcweir#define TP_OPTPRINT_PAGE (RC_GLOBALS_BEGIN + 26) 185*cdf0e10cSrcweir#define TP_OPTCOLOR_PAGE (RC_GLOBALS_BEGIN + 27) 186*cdf0e10cSrcweir 187*cdf0e10cSrcweir#define SW_OPTIONS_TDLG (RC_GLOBALS_BEGIN + 28) 188*cdf0e10cSrcweir#define SW_OPTIONS_TDLG_ELEM (RC_GLOBALS_BEGIN + 29) 189*cdf0e10cSrcweir#define SW_OPTIONS_TDLG_PRINT (RC_GLOBALS_BEGIN + 30) 190*cdf0e10cSrcweir 191*cdf0e10cSrcweir#define TP_FRM_STD (RC_GLOBALS_BEGIN + 31) 192*cdf0e10cSrcweir 193*cdf0e10cSrcweir#define TP_OPTGRID_PAGE (RC_GLOBALS_BEGIN + 33) 194*cdf0e10cSrcweir 195*cdf0e10cSrcweir#define TP_FORMAT_TABLE (RC_GLOBALS_BEGIN + 34) 196*cdf0e10cSrcweir#define TP_GRF_EXT (RC_GLOBALS_BEGIN + 35) 197*cdf0e10cSrcweir 198*cdf0e10cSrcweir#define DLG_FRM_STD (RC_GLOBALS_BEGIN + 36) 199*cdf0e10cSrcweir#define DLG_FRM_GRF (RC_GLOBALS_BEGIN + 37) 200*cdf0e10cSrcweir#define DLG_FRM_OLE (RC_GLOBALS_BEGIN + 38) 201*cdf0e10cSrcweir 202*cdf0e10cSrcweir#define RID_INPUT_TOOLBOX (RC_GLOBALS_BEGIN + 39) 203*cdf0e10cSrcweir 204*cdf0e10cSrcweir#define TP_MACRO_ASSIGN (RC_GLOBALS_BEGIN + 40) 205*cdf0e10cSrcweir#define TP_FRM_URL (RC_GLOBALS_BEGIN + 42) 206*cdf0e10cSrcweir#define TP_CHAR_URL (RC_GLOBALS_BEGIN + 43) 207*cdf0e10cSrcweir 208*cdf0e10cSrcweir#define TP_LAYOUT_OPT (RC_GLOBALS_BEGIN + 44) 209*cdf0e10cSrcweir#define TP_CONTENT_OPT (RC_GLOBALS_BEGIN + 45) 210*cdf0e10cSrcweir#define TP_HTML_OPT (RC_GLOBALS_BEGIN + 46) 211*cdf0e10cSrcweir#define TP_STD_FONT (RC_GLOBALS_BEGIN + 47) 212*cdf0e10cSrcweir#define TP_CONDCOLL (RC_GLOBALS_BEGIN + 48) 213*cdf0e10cSrcweir 214*cdf0e10cSrcweir#define TP_FRM_WRAP (RC_GLOBALS_BEGIN + 49) 215*cdf0e10cSrcweir#define TP_FRM_ADD (RC_GLOBALS_BEGIN + 51) 216*cdf0e10cSrcweir 217*cdf0e10cSrcweir#define TP_TABLE_TEXTFLOW (RC_GLOBALS_BEGIN + 52) 218*cdf0e10cSrcweir 219*cdf0e10cSrcweir#define TP_AUTOFMT_BY_INPUT (RC_GLOBALS_BEGIN + 53) 220*cdf0e10cSrcweir#define TP_AUTOFMT_APPLY (RC_GLOBALS_BEGIN + 54) 221*cdf0e10cSrcweir 222*cdf0e10cSrcweir#define TP_PARA_ALIGN (RC_GLOBALS_BEGIN + 55) 223*cdf0e10cSrcweir#define TP_OPTTABLE_PAGE (RC_GLOBALS_BEGIN + 56) 224*cdf0e10cSrcweir 225*cdf0e10cSrcweir#define TP_NUMBER (RC_GLOBALS_BEGIN + 57) 226*cdf0e10cSrcweir 227*cdf0e10cSrcweir#define DLG_NUM_BULLET (RC_GLOBALS_BEGIN + 58) 228*cdf0e10cSrcweir#define TP_PICK_SINGLE_NUM (RC_GLOBALS_BEGIN + 59) 229*cdf0e10cSrcweir#define TP_PICK_BULLET (RC_GLOBALS_BEGIN + 60) 230*cdf0e10cSrcweir#define TP_PICK_NUM (RC_GLOBALS_BEGIN + 61) 231*cdf0e10cSrcweir#define TP_PICK_BMP (RC_GLOBALS_BEGIN + 62) 232*cdf0e10cSrcweir 233*cdf0e10cSrcweir#define TP_FLD_DB (RC_GLOBALS_BEGIN + 64) 234*cdf0e10cSrcweir#define TP_FLD_DOKINF (RC_GLOBALS_BEGIN + 65) 235*cdf0e10cSrcweir#define TP_FLD_VAR (RC_GLOBALS_BEGIN + 66) 236*cdf0e10cSrcweir#define TP_FLD_DOK (RC_GLOBALS_BEGIN + 67) 237*cdf0e10cSrcweir#define TP_FLD_FUNC (RC_GLOBALS_BEGIN + 68) 238*cdf0e10cSrcweir#define TP_FLD_REF (RC_GLOBALS_BEGIN + 69) 239*cdf0e10cSrcweir 240*cdf0e10cSrcweir#define TP_OPTSHDWCRSR (RC_GLOBALS_BEGIN + 70) 241*cdf0e10cSrcweir#define TP_NUM_OPTIONS (RC_GLOBALS_BEGIN + 71) 242*cdf0e10cSrcweir#define TP_NUM_POSITION (RC_GLOBALS_BEGIN + 72) 243*cdf0e10cSrcweir#define TP_NUMPARA (RC_GLOBALS_BEGIN + 73) 244*cdf0e10cSrcweir 245*cdf0e10cSrcweir#define TP_REDLINE_OPT (RC_GLOBALS_BEGIN + 74) 246*cdf0e10cSrcweir 247*cdf0e10cSrcweir#define TP_LINENUMBERING (RC_GLOBALS_BEGIN + 75) 248*cdf0e10cSrcweir#define TP_OUTLINE_NUM (RC_GLOBALS_BEGIN + 76) 249*cdf0e10cSrcweir 250*cdf0e10cSrcweir#define TP_OPTINSERT_PAGE (RC_GLOBALS_BEGIN + 77) 251*cdf0e10cSrcweir#define TP_OPTCAPTION_PAGE (RC_GLOBALS_BEGIN + 78) 252*cdf0e10cSrcweir#define DLG_SVXTEST_NUM_BULLET (RC_GLOBALS_BEGIN + 79) 253*cdf0e10cSrcweir#define TP_OPTLOAD_PAGE (RC_GLOBALS_BEGIN + 80) 254*cdf0e10cSrcweir#define TP_INSERT_TOX (RC_GLOBALS_BEGIN + 81) 255*cdf0e10cSrcweir#define TP_TOX_FORM_ENTRY (RC_GLOBALS_BEGIN + 82) 256*cdf0e10cSrcweir#define TP_TOX_FORM_STYLES (RC_GLOBALS_BEGIN + 83) 257*cdf0e10cSrcweir#define DLG_INSERT_TOX_TABDLG (RC_GLOBALS_BEGIN + 84) 258*cdf0e10cSrcweir#define TP_INSERT_SECTION (RC_GLOBALS_BEGIN + 85) 259*cdf0e10cSrcweir#define DLG_INSERT_SECTION (RC_GLOBALS_BEGIN + 86) 260*cdf0e10cSrcweir#define DLG_SECTION_PROPERTIES (RC_GLOBALS_BEGIN + 87) 261*cdf0e10cSrcweir#define DLG_RENAME_XNAMED (RC_GLOBALS_BEGIN + 88) 262*cdf0e10cSrcweir#define DLG_MULTI_TOX (RC_GLOBALS_BEGIN + 89) 263*cdf0e10cSrcweir#define TP_TOX_SELECT (RC_GLOBALS_BEGIN + 90) 264*cdf0e10cSrcweir#define TP_TOX_ENTRY (RC_GLOBALS_BEGIN + 91) 265*cdf0e10cSrcweir#define TP_TOX_STYLES (RC_GLOBALS_BEGIN + 92) 266*cdf0e10cSrcweir#define TP_VISITING_CARDS (RC_GLOBALS_BEGIN + 93) 267*cdf0e10cSrcweir#define DLG_ADD_IDX_STYLES (RC_GLOBALS_BEGIN + 94) 268*cdf0e10cSrcweir#define TP_PRIVATE_DATA (RC_GLOBALS_BEGIN + 95) 269*cdf0e10cSrcweir#define TP_BUSINESS_DATA (RC_GLOBALS_BEGIN + 96) 270*cdf0e10cSrcweir#define TP_SECTION_FTNENDNOTES (RC_GLOBALS_BEGIN + 97) 271*cdf0e10cSrcweir#define TP_CHAR_POS (RC_GLOBALS_BEGIN + 98) 272*cdf0e10cSrcweir#define TP_CHAR_TWOLN (RC_GLOBALS_BEGIN + 99) 273*cdf0e10cSrcweir#define TP_PARA_ASIAN (RC_GLOBALS_BEGIN + 100) 274*cdf0e10cSrcweir#define TP_TEXTGRID_PAGE (RC_GLOBALS_BEGIN + 101) 275*cdf0e10cSrcweir#define TP_SECTION_INDENTS (RC_GLOBALS_BEGIN + 102) 276*cdf0e10cSrcweir#define TP_OPTCOMPATIBILITY_PAGE (RC_GLOBALS_BEGIN + 103) 277*cdf0e10cSrcweir#define TP_MAILCONFIG (RC_GLOBALS_BEGIN + 104) 278*cdf0e10cSrcweir//maximum: RC_GLOBALS_BEGIN + 119 279*cdf0e10cSrcweir 280*cdf0e10cSrcweir#if STR_DOC_STAT > RC_GLOBALS_END 281*cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line 282*cdf0e10cSrcweir#endif 283*cdf0e10cSrcweir 284*cdf0e10cSrcweir#define SID_PREVIEWFLAG_TYPE (RC_GLOBALS_BEGIN + 114) 285*cdf0e10cSrcweir#define SID_FONTMODE_TYPE (RC_GLOBALS_BEGIN + 115) 286*cdf0e10cSrcweir#define SID_FAX_LIST (RC_GLOBALS_BEGIN + 116) 287*cdf0e10cSrcweir#define SID_WRT_SHELL (RC_GLOBALS_BEGIN + 117) 288*cdf0e10cSrcweir 289*cdf0e10cSrcweir#define DLG_LINE_NUMBERING (RC_GLOBALS_BEGIN + 118) 290*cdf0e10cSrcweir#endif // _GLOBALS_HRC 291