update dev300-m57
[ooovba.git] / sw / inc / dialog.hrc
blobc252d18a8ed45aee0a6771beb1ad6a094a55e796
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.7.240.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  ************************************************************************/
31 #ifndef _DIALOG_HRC
32 #define _DIALOG_HRC
34 // #include *****************************************************************
36 #include "rcid.hrc"
38 // Dialoge ******************************************************************
40 #define DLG_SAVE_REGISTRY_FILE  (RC_DIALOG_BEGIN +  1)
42 #define DLG_PASSWD              (RC_DIALOG_BEGIN +  3)
43 #define DLG_PASTESPECIAL        (RC_DIALOG_BEGIN +  5)
44 #define DLG_LINKS               (RC_DIALOG_BEGIN +  6)
45 #define DLG_LINKEDIT            (RC_DIALOG_BEGIN +  7)
46 #define DLG_INSERT_ABSTRACT     (RC_DIALOG_BEGIN +  8)
47 #define DLG_ASCII_FILTER        (RC_DIALOG_BEGIN +  9)
48 #define DLG_WORDCOUNT           (RC_DIALOG_BEGIN + 10)
49 #define RID_QB_SPELL_CONTINUE   (RC_DIALOG_BEGIN + 11)
50 #define STR_SPELLING_COMPLETED  (RC_DIALOG_BEGIN + 12)
52 // Strings ******************************************************************
54 #define STR_LINKEDIT_TEXT       (RC_DIALOG_BEGIN +  1)
56 #define STR_CLOSELINKMSG        (RC_DIALOG_BEGIN +  3)
57 #define STR_PATH_NOT_FOUND      (RC_DIALOG_BEGIN +  4)
59 #define STR_FLT_SGV             (RC_DIALOG_BEGIN +  8)
61 #define STR_NEWDLG_NAME         (RC_DIALOG_BEGIN + 10)
63 // Controls *****************************************************************
65 #define CB_USE_PASSWD           (RC_DIALOG_BEGIN     )
66 #define CB_READ_ONLY            (RC_DIALOG_BEGIN +  1)
68 // Bereiche *****************************************************************
71 #define RC_REGIONSW_BEGIN               (RC_DIALOG_BEGIN + 60)
72 #define RC_REGIONSW_END                 (RC_DIALOG_BEGIN + 79)
74 #define RC_MACASSGN_BEGIN               (RC_DIALOG_BEGIN + 80)
75 #define RC_MACASSGN_END                 (RC_DIALOG_BEGIN + 89)
77 #define RC_DLG_ADDR                     (RC_DIALOG_BEGIN + 90)
78 #define RC_SWDLG_BACKGROUND             (RC_DIALOG_BEGIN + 91)
79 #define RC_DLG_SWNUMFMTDLG              (RC_DIALOG_BEGIN + 92)
80 #define RC_DLG_SWBORDERDLG              (RC_DIALOG_BEGIN + 93)
81 #define RC_DLG_SWWRAPDLG                (RC_DIALOG_BEGIN + 94)
82 #define RC_DLG_SWFLDEDITDLG             (RC_DIALOG_BEGIN + 95)
83 // Ueberlaufpruefung ********************************************************
85 #define DIALOG_ACT_END  RC_MACASSGN_END
87 #if DIALOG_ACT_END > RC_DIALOG_END
88 #error Resource-Ueberlauf in #file, #line
89 #endif
91 #endif