Update ooo320-m1
[ooovba.git] / sfx2 / source / dialog / dialog.hrc
blobe41fbc07463d9c39b015ccf9957a00cbe491b2c8
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: dialog.hrc,v $
10  * $Revision: 1.32.70.1 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29  ************************************************************************/
30 #ifndef _SFX_DIALOG_HRC
31 #define _SFX_DIALOG_HRC
33 #include <sfx2/sfx.hrc>
35 // defines ---------------------------------------------------------------
37 #define ID_NEW                          1
38 #define ID_EDIT                         2
39 #define ID_DELETE                       3
41 #define RC_DIALOG_BEGIN                 RID_SFX_DIALOG_START
43 #define RID_DLG_ALIEN_WARNING           ( RC_DIALOG_BEGIN + 0)
44 #define STR_RESET                       ( RC_DIALOG_BEGIN + 0)
45 #define STR_BASEFMT                     ( RC_DIALOG_BEGIN + 1)
47 #define CB_USE_PASSWD                   ( RC_DIALOG_BEGIN + 2)
48 #define CB_READ_ONLY                    ( RC_DIALOG_BEGIN + 3)
49 #define BTN_MANAGER                     ( RC_DIALOG_BEGIN + 4)
50 #define BTN_STANDARD                    ( RC_DIALOG_BEGIN + 5)
51 #define DLG_PASSWD                                              ( RC_DIALOG_BEGIN + 8)
52 #define STR_FILEDLG_INSERT              ( RC_DIALOG_BEGIN + 10)
53 #define STR_TABPAGE_MANAGESTYLES        ( RC_DIALOG_BEGIN + 12)
54 #define MSG_TABPAGE_INVALIDNAME         ( RC_DIALOG_BEGIN + 13)
55 #define MSG_TABPAGE_INVALIDSTYLE        ( RC_DIALOG_BEGIN + 14)
56 #define DLG_NEW_STYLE_BY_EXAMPLE        ( RC_DIALOG_BEGIN + 15)
57 #define MSG_POOL_STYLE_NAME             ( RC_DIALOG_BEGIN + 16)
58 #define MSG_OVERWRITE_STYLE             ( RC_DIALOG_BEGIN + 17)
59 #define MSG_TABPAGE_INVALIDPARENT       ( RC_DIALOG_BEGIN + 18)
61 #define STR_DELETE_STYLE                ( RC_DIALOG_BEGIN + 18)
62 #define STR_DELETE_STYLE_USED                   ( RC_DIALOG_BEGIN + 20)
64 #define LOGO_IMAGELIST                  ( RC_DIALOG_BEGIN + 45)
65 #define MN_CONTEXT_TEMPLDLG             ( RC_DIALOG_BEGIN + 46)
67 #define MSG_LAYOUT_NOT_LOADING          ( RC_DIALOG_BEGIN + 49)
68 #define ACC_LAYOUT_NOT_LOADING          ( RC_DIALOG_BEGIN + 50)
70 #define MSG_ERR_CANT_EDIT_OLD_FORMAT    ( RC_DIALOG_BEGIN + 60 )
71 #define MSG_ERR_CANT_EDIT_OPEN_DOCS             ( RC_DIALOG_BEGIN + 61 )
73 #define RID_URLOPEN                                             ( RC_DIALOG_BEGIN + 62 )
74 #define RID_URLOPEN_OK                                  1
75 #define RID_URLOPEN_CANCEL                              2
76 #define RID_URLOPEN_URL                                 3
78 #define CB_FILE                         ( RC_DIALOG_BEGIN + 63 )
79 #define CB_URL                          ( RC_DIALOG_BEGIN + 64 )
81 #define STR_INTERNET                    ( RC_DIALOG_BEGIN + 65 )
82 #define RID_AUTOHIDE                                    ( RC_DIALOG_BEGIN + 66 )
84 #define DLG_ONLINE_REGISTER                             ( RC_DIALOG_BEGIN + 68 )
85 #define DLG_VERSIONS                                    ( RC_DIALOG_BEGIN + 69 )
86 #define DLG_COMMENTS                                    ( RC_DIALOG_BEGIN + 70 )
88 #define RID_REGISTER_DLG                                ( RC_DIALOG_BEGIN + 73 )
89 #define DLG_PHONE_CONFIGURATION                 ( RC_DIALOG_BEGIN + 74 )
90 #define DLG_RECOGNIZER_ENGINEMODE               ( RC_DIALOG_BEGIN + 75 )
91 #define MSG_ERROR_WRONG_CONFIRM                 ( RC_DIALOG_BEGIN + 76 )
92 #define DLG_RECOGNIZER_SPEAKER                  ( RC_DIALOG_BEGIN + 77 )
94 #define STR_APPLY                                               ( RC_DIALOG_BEGIN + 87 )
96 #define TP_COMMONPRINTOPTIONS                   ( RC_DIALOG_BEGIN + 90 )
97 #define RID_WARN_PRINTTRANSPARENCY              ( RC_DIALOG_BEGIN + 91 )
99 #define RID_ERRBOX_MAIL_CONFIG                  ( RC_DIALOG_BEGIN + 92 )
101 #define IMG_LST_STYLE_DESIGNER_HC               ( RC_DIALOG_BEGIN + 99 )
103 // 100-106 in tbxcust.hrc
104 #define STR_MACRO_LOSS                  ( RC_DIALOG_BEGIN + 107 )
105 #define STR_CANCEL_RECORDING            ( RC_DIALOG_BEGIN + 108 )
107 #define RID_DLG_SEARCH                                  ( RC_DIALOG_BEGIN + 109 )
109 #define STR_PDF_EXPORT_SEND             ( RC_DIALOG_BEGIN + 120 )
110 #define STR_RECHECK_DOCUMENT            ( RC_DIALOG_BEGIN + 121 )
111 #define IMG_INFO                        ( RC_DIALOG_BEGIN + 122 )
113 #endif // #ifndef _SFX_DIALOG_HRC
115 // eof ------------------------------------------------------------------------