1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: macrodlg.hrc,v $
12 * This file is part of OpenOffice.org.
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.
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).
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.
29 ************************************************************************/
33 #include <svtools/solar.hrc>
35 #define RID_MACROCHOOSER ( RID_BASICIDE_START + 50 )
36 #define RID_STR_BTNDEL ( RID_BASICIDE_START + 51 )
37 #define RID_STR_BTNNEW ( RID_BASICIDE_START + 52 )
38 #define RID_STR_CHOOSE ( RID_BASICIDE_START + 53 )
39 #define RID_STR_RUN ( RID_BASICIDE_START + 54 )
40 #define RID_STR_RECORD ( RID_BASICIDE_START + 56 )
42 #define RID_CTRL_MACRO 1
43 #define RID_CTRL_LIB 2
44 #define RID_TXT_MACRONAME 3
45 #define RID_TXT_MACROFROM 4
46 #define RID_ED_MACRONAME 5
47 #define RID_TXT_DESCRIPTION 6
49 #define RID_PB_CLOSE 9
50 #define RID_PB_EDIT 10
53 #define RID_PB_ASSIGN 13
54 #define RID_PB_HELP 15
55 #define RID_ML_DESCRIPTION 16
56 #define RID_TXT_MACROSIN 17
57 #define RID_TXT_SAVEMACRO 18
58 #define RID_PB_NEWLIB 19
59 #define RID_PB_NEWMOD 20
61 #endif // _MACRODLG_HRC