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 _FMTUI_HRC 25cdf0e10cSrcweir#define _FMTUI_HRC 26cdf0e10cSrcweir 27cdf0e10cSrcweir#include "rcid.hrc" 28cdf0e10cSrcweir 29cdf0e10cSrcweir 30cdf0e10cSrcweir#define DLG_FMTENTRY (RC_FMTUI_BEGIN) 31cdf0e10cSrcweir#define DLG_NEW_FILE (RC_FMTUI_BEGIN + 1) 32cdf0e10cSrcweir#define STR_PAGE_STD (RC_FMTUI_BEGIN + 2) 33cdf0e10cSrcweir#define STR_PAGE_BORDER (RC_FMTUI_BEGIN + 3) 34cdf0e10cSrcweir#define STR_PAGE_HEADER (RC_FMTUI_BEGIN + 4) 35cdf0e10cSrcweir#define STR_PAGE_FOOTER (RC_FMTUI_BEGIN + 5) 36cdf0e10cSrcweir#define STR_PAGE_COLUMN (RC_FMTUI_BEGIN + 6) 37cdf0e10cSrcweir#define STR_PAGE_FOOTNOTE (RC_FMTUI_BEGIN + 7) 38cdf0e10cSrcweir#define STR_PAGE_TEXTGRID (RC_FMTUI_BEGIN + 8) 39cdf0e10cSrcweir 40cdf0e10cSrcweir#define DLG_STD_CHAR (RC_FMTUI_BEGIN + 15) 41cdf0e10cSrcweir 42cdf0e10cSrcweir#define MN_TEXT (RC_FMTUI_BEGIN + 20) 43cdf0e10cSrcweir#define MN_GRAFIC (RC_FMTUI_BEGIN + 21) 44cdf0e10cSrcweir#define MN_TABLE (RC_FMTUI_BEGIN + 22) 45cdf0e10cSrcweir 46cdf0e10cSrcweir#define MN_REGION (RC_FMTUI_BEGIN + 24) 47cdf0e10cSrcweir#define MN_REGION_SUB (RC_FMTUI_BEGIN + 25) 48cdf0e10cSrcweir 49cdf0e10cSrcweir 50cdf0e10cSrcweir#define DLG_DOC_STYLE (RC_FMTUI_BEGIN + 26) 51cdf0e10cSrcweir#define DLG_NEW_COLL (RC_FMTUI_BEGIN + 28) 52cdf0e10cSrcweir 53cdf0e10cSrcweir#define DLG_TEMPLATE_PI (RC_FMTUI_BEGIN + 29) 54cdf0e10cSrcweir#define DLG_HELP_ID (RC_FMTUI_BEGIN + 30) 55cdf0e10cSrcweir 56cdf0e10cSrcweir#define STR_OVERWRITE (RC_FMTUI_BEGIN + 32) 57cdf0e10cSrcweir#define ST_CUSTOMIZE 1 58cdf0e10cSrcweir 59cdf0e10cSrcweir// die Abstaende zur Basis 2 nicht aendern !!!! 60cdf0e10cSrcweir#define DLG_TEMPLATE_BASE (RC_FMTUI_BEGIN + 40) 61cdf0e10cSrcweir#define DLG_TEMPLATE_1 (RC_FMTUI_BEGIN + 41) 62cdf0e10cSrcweir#define DLG_TEMPLATE_2 (RC_FMTUI_BEGIN + 42) 63cdf0e10cSrcweir#define DLG_TEMPLATE_3 (RC_FMTUI_BEGIN + 44) 64cdf0e10cSrcweir#define DLG_TEMPLATE_4 (RC_FMTUI_BEGIN + 48) 65cdf0e10cSrcweir#define DLG_TEMPLATE_5 (RC_FMTUI_BEGIN + 56) 66cdf0e10cSrcweir 67cdf0e10cSrcweir 68cdf0e10cSrcweir#if DLG_TEMPLATE_5 > RC_FMTUI_END 69cdf0e10cSrcweir#error Resource-Id Ueberlauf in #file, #line 70cdf0e10cSrcweir#endif 71cdf0e10cSrcweir 72cdf0e10cSrcweir#define TEMPLATEPI_IDX_ALL 1 73cdf0e10cSrcweir#define TEMPLATEPI_IDX_USED 2 74cdf0e10cSrcweir#define TEMPLATEPI_IDX_USER 3 75cdf0e10cSrcweir#define TEMPLATEPI_IDX_AUTOMATIC 4 76cdf0e10cSrcweir#define TEMPLATEPI_IDX_TEXT 5 77cdf0e10cSrcweir#define TEMPLATEPI_IDX_CHAPTER 6 78cdf0e10cSrcweir#define TEMPLATEPI_IDX_LIST 7 79cdf0e10cSrcweir#define TEMPLATEPI_IDX_IDX 8 80cdf0e10cSrcweir#define TEMPLATEPI_IDX_EXTRA 9 81cdf0e10cSrcweir 82cdf0e10cSrcweir 83cdf0e10cSrcweir 84cdf0e10cSrcweir#endif 85cdf0e10cSrcweir 86