Version 3.6.0.4, tag libreoffice-3.6.0.4
[LibreOffice.git] / sfx2 / source / dialog / dialog.hrc
blobbc8332ca5014db708c4f995b63939d8e0d9860c3
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
27 #ifndef _SFX_DIALOG_HRC
28 #define _SFX_DIALOG_HRC
30 #include <sfx2/sfx.hrc>
32 // defines ---------------------------------------------------------------
34 #define ID_NEW                          1
35 #define ID_EDIT                         2
36 #define ID_DELETE                       3
38 #define RC_DIALOG_BEGIN                 RID_SFX_DIALOG_START
40 #define RID_DLG_ALIEN_WARNING           ( RC_DIALOG_BEGIN + 0)
41 #define STR_RESET                       ( RC_DIALOG_BEGIN + 0)
43 #define DLG_PASSWD                      ( RC_DIALOG_BEGIN + 8)
44 #define STR_TABPAGE_MANAGESTYLES        ( RC_DIALOG_BEGIN + 12)
45 #define MSG_TABPAGE_INVALIDNAME         ( RC_DIALOG_BEGIN + 13)
46 #define MSG_TABPAGE_INVALIDSTYLE        ( RC_DIALOG_BEGIN + 14)
47 #define DLG_NEW_STYLE_BY_EXAMPLE        ( RC_DIALOG_BEGIN + 15)
48 #define MSG_POOL_STYLE_NAME             ( RC_DIALOG_BEGIN + 16)
49 #define MSG_TABPAGE_INVALIDPARENT       ( RC_DIALOG_BEGIN + 18)
51 #define STR_DELETE_STYLE                ( RC_DIALOG_BEGIN + 18)
52 #define STR_DELETE_STYLE_USED           ( RC_DIALOG_BEGIN + 20)
54 #define MN_CONTEXT_TEMPLDLG             ( RC_DIALOG_BEGIN + 46)
56 #define DLG_VERSIONS                    ( RC_DIALOG_BEGIN + 69 )
57 #define DLG_COMMENTS                    ( RC_DIALOG_BEGIN + 70 )
59 #define MSG_ERROR_WRONG_CONFIRM         ( RC_DIALOG_BEGIN + 76 )
61 #define STR_APPLY                       ( RC_DIALOG_BEGIN + 87 )
63 #define TP_COMMONPRINTOPTIONS           ( RC_DIALOG_BEGIN + 90 )
65 #define RID_ERRBOX_MAIL_CONFIG          ( RC_DIALOG_BEGIN + 92 )
67 // 100-106 in tbxcust.hrc
68 #define STR_MACRO_LOSS                  ( RC_DIALOG_BEGIN + 107 )
69 #define STR_CANCEL_RECORDING            ( RC_DIALOG_BEGIN + 108 )
71 #define RID_DLG_SEARCH                  ( RC_DIALOG_BEGIN + 109 )
73 #define STR_PDF_EXPORT_SEND             ( RC_DIALOG_BEGIN + 120 )
74 #define IMG_INFO                        ( RC_DIALOG_BEGIN + 122 )
75 #define RID_EDIT_DURATIONS              ( RC_DIALOG_BEGIN + 123 )
76 #define SFX_PB_EDIT                     ( RC_DIALOG_BEGIN + 124 )
78 #endif // #ifndef _SFX_DIALOG_HRC
80 // eof ------------------------------------------------------------------------