1*e037e032SAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*e037e032SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*e037e032SAndrew Rist * or more contributor license agreements. See the NOTICE file 5*e037e032SAndrew Rist * distributed with this work for additional information 6*e037e032SAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*e037e032SAndrew Rist * to you under the Apache License, Version 2.0 (the 8*e037e032SAndrew Rist * "License"); you may not use this file except in compliance 9*e037e032SAndrew Rist * with the License. You may obtain a copy of the License at 10cdf0e10cSrcweir * 11*e037e032SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12cdf0e10cSrcweir * 13*e037e032SAndrew Rist * Unless required by applicable law or agreed to in writing, 14*e037e032SAndrew Rist * software distributed under the License is distributed on an 15*e037e032SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*e037e032SAndrew Rist * KIND, either express or implied. See the License for the 17*e037e032SAndrew Rist * specific language governing permissions and limitations 18*e037e032SAndrew Rist * under the License. 19cdf0e10cSrcweir * 20*e037e032SAndrew Rist *************************************************************/ 21*e037e032SAndrew Rist 22*e037e032SAndrew Rist 23cdf0e10cSrcweir#ifndef _SFX_DIALOG_HRC 24cdf0e10cSrcweir#define _SFX_DIALOG_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include <sfx2/sfx.hrc> 27cdf0e10cSrcweir 28cdf0e10cSrcweir// defines --------------------------------------------------------------- 29cdf0e10cSrcweir 30cdf0e10cSrcweir#define ID_NEW 1 31cdf0e10cSrcweir#define ID_EDIT 2 32cdf0e10cSrcweir#define ID_DELETE 3 33cdf0e10cSrcweir 34cdf0e10cSrcweir#define RC_DIALOG_BEGIN RID_SFX_DIALOG_START 35cdf0e10cSrcweir 36cdf0e10cSrcweir#define RID_DLG_ALIEN_WARNING ( RC_DIALOG_BEGIN + 0) 37cdf0e10cSrcweir#define STR_RESET ( RC_DIALOG_BEGIN + 0) 38cdf0e10cSrcweir 39cdf0e10cSrcweir#define DLG_PASSWD ( RC_DIALOG_BEGIN + 8) 40cdf0e10cSrcweir#define STR_TABPAGE_MANAGESTYLES ( RC_DIALOG_BEGIN + 12) 41cdf0e10cSrcweir#define MSG_TABPAGE_INVALIDNAME ( RC_DIALOG_BEGIN + 13) 42cdf0e10cSrcweir#define MSG_TABPAGE_INVALIDSTYLE ( RC_DIALOG_BEGIN + 14) 43cdf0e10cSrcweir#define DLG_NEW_STYLE_BY_EXAMPLE ( RC_DIALOG_BEGIN + 15) 44cdf0e10cSrcweir#define MSG_POOL_STYLE_NAME ( RC_DIALOG_BEGIN + 16) 45cdf0e10cSrcweir#define MSG_TABPAGE_INVALIDPARENT ( RC_DIALOG_BEGIN + 18) 46cdf0e10cSrcweir 47cdf0e10cSrcweir#define STR_DELETE_STYLE ( RC_DIALOG_BEGIN + 18) 48cdf0e10cSrcweir#define STR_DELETE_STYLE_USED ( RC_DIALOG_BEGIN + 20) 49cdf0e10cSrcweir 50cdf0e10cSrcweir#define MN_CONTEXT_TEMPLDLG ( RC_DIALOG_BEGIN + 46) 51cdf0e10cSrcweir 52cdf0e10cSrcweir#define DLG_VERSIONS ( RC_DIALOG_BEGIN + 69 ) 53cdf0e10cSrcweir#define DLG_COMMENTS ( RC_DIALOG_BEGIN + 70 ) 54cdf0e10cSrcweir 55cdf0e10cSrcweir#define MSG_ERROR_WRONG_CONFIRM ( RC_DIALOG_BEGIN + 76 ) 56cdf0e10cSrcweir 57cdf0e10cSrcweir#define STR_APPLY ( RC_DIALOG_BEGIN + 87 ) 58cdf0e10cSrcweir 59cdf0e10cSrcweir#define TP_COMMONPRINTOPTIONS ( RC_DIALOG_BEGIN + 90 ) 60cdf0e10cSrcweir#define RID_WARN_PRINTTRANSPARENCY ( RC_DIALOG_BEGIN + 91 ) 61cdf0e10cSrcweir 62cdf0e10cSrcweir#define RID_ERRBOX_MAIL_CONFIG ( RC_DIALOG_BEGIN + 92 ) 63cdf0e10cSrcweir 64cdf0e10cSrcweir#define IMG_LST_STYLE_DESIGNER_HC ( RC_DIALOG_BEGIN + 99 ) 65cdf0e10cSrcweir 66cdf0e10cSrcweir// 100-106 in tbxcust.hrc 67cdf0e10cSrcweir#define STR_MACRO_LOSS ( RC_DIALOG_BEGIN + 107 ) 68cdf0e10cSrcweir#define STR_CANCEL_RECORDING ( RC_DIALOG_BEGIN + 108 ) 69cdf0e10cSrcweir 70cdf0e10cSrcweir#define RID_DLG_SEARCH ( RC_DIALOG_BEGIN + 109 ) 71cdf0e10cSrcweir 72cdf0e10cSrcweir#define STR_PDF_EXPORT_SEND ( RC_DIALOG_BEGIN + 120 ) 73cdf0e10cSrcweir#define IMG_INFO ( RC_DIALOG_BEGIN + 122 ) 74cdf0e10cSrcweir#define RID_EDIT_DURATIONS ( RC_DIALOG_BEGIN + 123 ) 75cdf0e10cSrcweir#define SFX_PB_EDIT ( RC_DIALOG_BEGIN + 124 ) 76cdf0e10cSrcweir 7700d11a91SMathias Bauer#define STR_STYLE_ELEMTLIST ( RC_DIALOG_BEGIN + 125 ) 7800d11a91SMathias Bauer 79cdf0e10cSrcweir#endif // #ifndef _SFX_DIALOG_HRC 80cdf0e10cSrcweir 81cdf0e10cSrcweir// eof ------------------------------------------------------------------------ 82