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: scriptdlg.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 ************************************************************************/
30 #ifndef _SCRIPTDLG_HRC
31 #define _SCRIPTDLG_HRC
33 #include <svtools/solar.hrc>
35 #define SCRIPTDLG_OFFSET 400
38 #define SF_TXT_SCRIPTS 1
39 #define SF_CTRL_SCRIPTSBOX 2
42 #define SF_PB_CREATE 5
44 #define SF_PB_RENAME 7
48 #define IMG_HARDDISK 1
49 #define IMG_HARDDISK_HC 2
53 #define IMG_MACRO_HC 6
54 #define IMG_DOCUMENT 7
55 #define IMG_DOCUMENT_HC 8
57 #define RID_IMGLST_OBJECTS ( RID_BASICIDE_START + 7 )
58 #define RID_IMGLST_OBJECTS_HC (RID_BASICIDE_START + 13)
62 #define STR_FT_NEWMACRO 11
64 #define STR_NEWMACRO 13
69 #define STR_FT_RENAME 18
74 Please be aware that these strings are global resources, don't use self-defined values!
75 You have to use the RID_SVXSTART macro do avoid ID clashes with other resource files. Sfx2 delivers
76 some of its own resource files to svx - where they are added to svx resource file!!
79 #define STR_MYMACROS 32
80 #define STR_PRODMACROS 33
83 #endif // _SCRIPTDLG_HRC