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