1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
31 // #include *****************************************************************
35 // Dialoge ******************************************************************
37 #define DLG_SAVE_REGISTRY_FILE (RC_DIALOG_BEGIN + 1)
39 #define DLG_PASSWD (RC_DIALOG_BEGIN + 3)
40 #define DLG_PASTESPECIAL (RC_DIALOG_BEGIN + 5)
41 #define DLG_LINKS (RC_DIALOG_BEGIN + 6)
42 #define DLG_LINKEDIT (RC_DIALOG_BEGIN + 7)
43 #define DLG_INSERT_ABSTRACT (RC_DIALOG_BEGIN + 8)
44 #define DLG_ASCII_FILTER (RC_DIALOG_BEGIN + 9)
45 #define DLG_WORDCOUNT (RC_DIALOG_BEGIN + 10)
46 #define RID_QB_SPELL_CONTINUE (RC_DIALOG_BEGIN + 11)
47 #define STR_SPELLING_COMPLETED (RC_DIALOG_BEGIN + 12)
49 // Strings ******************************************************************
51 #define STR_LINKEDIT_TEXT (RC_DIALOG_BEGIN + 1)
53 #define STR_CLOSELINKMSG (RC_DIALOG_BEGIN + 3)
54 #define STR_PATH_NOT_FOUND (RC_DIALOG_BEGIN + 4)
56 #define STR_FLT_SGV (RC_DIALOG_BEGIN + 8)
58 #define STR_NEWDLG_NAME (RC_DIALOG_BEGIN + 10)
60 // Controls *****************************************************************
62 #define CB_USE_PASSWD (RC_DIALOG_BEGIN )
63 #define CB_READ_ONLY (RC_DIALOG_BEGIN + 1)
65 // Bereiche *****************************************************************
68 #define RC_REGIONSW_BEGIN (RC_DIALOG_BEGIN + 60)
69 #define RC_REGIONSW_END (RC_DIALOG_BEGIN + 79)
71 #define RC_MACASSGN_BEGIN (RC_DIALOG_BEGIN + 80)
72 #define RC_MACASSGN_END (RC_DIALOG_BEGIN + 89)
74 #define RC_DLG_ADDR (RC_DIALOG_BEGIN + 90)
75 #define RC_SWDLG_BACKGROUND (RC_DIALOG_BEGIN + 91)
76 #define RC_DLG_SWNUMFMTDLG (RC_DIALOG_BEGIN + 92)
77 #define RC_DLG_SWBORDERDLG (RC_DIALOG_BEGIN + 93)
78 #define RC_DLG_SWWRAPDLG (RC_DIALOG_BEGIN + 94)
79 #define RC_DLG_SWFLDEDITDLG (RC_DIALOG_BEGIN + 95)
80 // Ueberlaufpruefung ********************************************************
82 #define DIALOG_ACT_END RC_MACASSGN_END
84 #if DIALOG_ACT_END > RC_DIALOG_END
85 #error Resource-Ueberlauf in #file, #line