1*fefe2166SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*fefe2166SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*fefe2166SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*fefe2166SAndrew Rist * distributed with this work for additional information 6*fefe2166SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*fefe2166SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*fefe2166SAndrew Rist * "License"); you may not use this file except in compliance 9*fefe2166SAndrew Rist * with the License. You may obtain a copy of the License at 10*fefe2166SAndrew Rist * 11*fefe2166SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*fefe2166SAndrew Rist * 13*fefe2166SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*fefe2166SAndrew Rist * software distributed under the License is distributed on an 15*fefe2166SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*fefe2166SAndrew Rist * KIND, either express or implied. See the License for the 17*fefe2166SAndrew Rist * specific language governing permissions and limitations 18*fefe2166SAndrew Rist * under the License. 19*fefe2166SAndrew Rist * 20*fefe2166SAndrew Rist *************************************************************/ 21*fefe2166SAndrew Rist 22*fefe2166SAndrew Rist 23cdf0e10cSrcweir 24cdf0e10cSrcweir#ifndef _MISC_HRC 25cdf0e10cSrcweir#define _MISC_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include "rcid.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweir#define DLG_QUERY_DELETE (RC_MISC_BEGIN + 2) 30cdf0e10cSrcweir 31cdf0e10cSrcweir#define DLG_MASTERDOC_PAGE (RC_MISC_BEGIN + 3) 32cdf0e10cSrcweir#define DLG_QUERY_ADD (RC_MISC_BEGIN + 4) 33cdf0e10cSrcweir 34cdf0e10cSrcweir#define STR_GLOSSARY_BIB_DLG (RC_MISC_BEGIN + 5) 35cdf0e10cSrcweir#define STR_DOCUMENT_BIB_DLG (RC_MISC_BEGIN + 6) 36cdf0e10cSrcweir 37cdf0e10cSrcweir#define WIN_GLOBAL_DOC (RC_MISC_BEGIN + 7) 38cdf0e10cSrcweir#define DLG_GLOBAL_DOC_OPTION (RC_MISC_BEGIN + 8) 39cdf0e10cSrcweir#define DLG_NUMBERING (RC_MISC_BEGIN + 9) 40cdf0e10cSrcweir#define DLG_ZOOM (RC_MISC_BEGIN + 10) 41cdf0e10cSrcweir#define DLG_GLOSSARY (RC_MISC_BEGIN + 11) 42cdf0e10cSrcweir#define DLG_INS_FOOTNOTE (RC_MISC_BEGIN + 12) 43cdf0e10cSrcweir#define DLG_DOC_FOOTNOTE (RC_MISC_BEGIN + 13) 44cdf0e10cSrcweir#define DLG_PG_FOOTNOTE (RC_MISC_BEGIN + 14) 45cdf0e10cSrcweir#define DLG_NUMBERING_OUTLINE (RC_MISC_BEGIN + 15) 46cdf0e10cSrcweir#define DLG_BIB_BASE (RC_MISC_BEGIN + 16) 47cdf0e10cSrcweir#define DLG_INSERT_BOOKMARK (RC_MISC_BEGIN + 17) 48cdf0e10cSrcweir#define DLG_NUM_NAMES (RC_MISC_BEGIN + 18) 49cdf0e10cSrcweir#define DLG_SORTING (RC_MISC_BEGIN + 19) 50cdf0e10cSrcweir#define DLG_CHARMAP (RC_MISC_BEGIN + 20) 51cdf0e10cSrcweir#define DLG_AUTOCORR (RC_MISC_BEGIN + 23) 52cdf0e10cSrcweir#define DLG_AUTOFMT_OPT (RC_MISC_BEGIN + 24) 53cdf0e10cSrcweir#define DLG_RENAME_GLOS (RC_MISC_BEGIN + 25) 54cdf0e10cSrcweir#define DLG_AUTOFMT_TAB (RC_MISC_BEGIN + 26) 55cdf0e10cSrcweir#define DLG_PRCNT_SET (RC_MISC_BEGIN + 27) 56cdf0e10cSrcweir#define DLG_INSERT_RULER (RC_MISC_BEGIN + 28) 57cdf0e10cSrcweir#define DLG_REDLINE_ACCEPT (RC_MISC_BEGIN + 29) 58cdf0e10cSrcweir 59cdf0e10cSrcweir#define DLG_TAB_OUTLINE (RC_MISC_BEGIN + 31) 60cdf0e10cSrcweir#define DLG_MOD_REDLINE_ACCEPT (RC_MISC_BEGIN + 32) 61cdf0e10cSrcweir 62cdf0e10cSrcweir 63cdf0e10cSrcweir#define MSG_DOUBLE_SHORTNAME (RC_MISC_BEGIN + 30) 64cdf0e10cSrcweir#define MSG_QUERY_DELETE (RC_MISC_BEGIN + 31) 65cdf0e10cSrcweir#define STR_QUERY_DELETE_GROUP1 (RC_MISC_BEGIN + 32) 66cdf0e10cSrcweir#define STR_QUERY_DELETE_GROUP2 (RC_MISC_BEGIN + 33) 67cdf0e10cSrcweir#define MSG_NO_GLOSSARIES (RC_MISC_BEGIN + 34) 68cdf0e10cSrcweir 69cdf0e10cSrcweir#define MSG_BLOCK_CREATE_ERR (RC_MISC_BEGIN + 40) 70cdf0e10cSrcweir#define MSG_BLOCK_DELETE_ERR (RC_MISC_BEGIN + 41) 71cdf0e10cSrcweir#define MSG_SRTERR (RC_MISC_BEGIN + 42) 72cdf0e10cSrcweir 73cdf0e10cSrcweir#define STR_GLOSSARY (RC_MISC_BEGIN + 43) 74cdf0e10cSrcweir#define STR_CHANGE_START (RC_MISC_BEGIN + 44) 75cdf0e10cSrcweir#define STR_CHANGE_END (RC_MISC_BEGIN + 45) 76cdf0e10cSrcweir#define STR_SAVE_GLOSSARY (RC_MISC_BEGIN + 46) 77cdf0e10cSrcweir 78cdf0e10cSrcweir#define STR_FULLNUMS_START (RC_MISC_BEGIN + 47) 79cdf0e10cSrcweir#define STR_FULLNUMS_1 (STR_FULLNUMS_START ) 80cdf0e10cSrcweir#define STR_FULLNUMS_2 (STR_FULLNUMS_START + 1) 81cdf0e10cSrcweir#define STR_FULLNUMS_3 (STR_FULLNUMS_START + 2) 82cdf0e10cSrcweir#define STR_FULLNUMS_4 (STR_FULLNUMS_START + 3) 83cdf0e10cSrcweir#define STR_FULLNUMS_5 (STR_FULLNUMS_START + 4) 84cdf0e10cSrcweir#define STR_FULLNUMS_6 (STR_FULLNUMS_START + 5) 85cdf0e10cSrcweir#define STR_FULLNUMS_7 (STR_FULLNUMS_START + 6) 86cdf0e10cSrcweir#define STR_FULLNUMS_8 (STR_FULLNUMS_START + 7) 87cdf0e10cSrcweir 88cdf0e10cSrcweir#define STR_BULLET_THEME (RC_MISC_BEGIN + 55) 89cdf0e10cSrcweir#define MSG_NO_BULLETS (RC_MISC_BEGIN + 56) 90cdf0e10cSrcweir 91cdf0e10cSrcweir#define STR_NUMRULE_UNKNOWN (RC_MISC_BEGIN + 60) 92cdf0e10cSrcweir#define MN_REDLINE_POPUP (RC_MISC_BEGIN + 61) 93cdf0e10cSrcweir#define STR_REMOVE_WARNING (RC_MISC_BEGIN + 62) 94cdf0e10cSrcweir#define STRRES_NUMTYPES (RC_MISC_BEGIN + 63) 95cdf0e10cSrcweir 96cdf0e10cSrcweir#define MISC_ACT_END STRRES_NUMTYPES 97cdf0e10cSrcweir 98cdf0e10cSrcweir#if MISC_ACT_END > RC_MISC_END 99cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line 100cdf0e10cSrcweir#endif 101cdf0e10cSrcweir 102cdf0e10cSrcweir#endif // _MISC_HRC 103