1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 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. 14 * 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). 20 * 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. 25 * 26 ************************************************************************/ 27#ifndef _SCRIPTDLG_HRC 28#define _SCRIPTDLG_HRC 29 30#include <svl/solar.hrc> 31 32#define SCRIPTDLG_OFFSET 400 33 34// ScriptOrgDialog 35#define SF_TXT_SCRIPTS 1 36#define SF_CTRL_SCRIPTSBOX 2 37#define SF_PB_RUN 3 38#define SF_PB_CLOSE 4 39#define SF_PB_CREATE 5 40#define SF_PB_EDIT 6 41#define SF_PB_RENAME 7 42#define SF_PB_DEL 8 43#define SF_PB_HELP 9 44 45#define IMG_HARDDISK 1 46#define IMG_HARDDISK_HC 2 47#define IMG_LIB 3 48#define IMG_LIB_HC 4 49#define IMG_MACRO 5 50#define IMG_MACRO_HC 6 51#define IMG_DOCUMENT 7 52#define IMG_DOCUMENT_HC 8 53 54#define RID_IMGLST_OBJECTS ( RID_BASICIDE_START + 7 ) 55#define RID_IMGLST_OBJECTS_HC (RID_BASICIDE_START + 13) 56 57// NewObjectDialog 58#define FT_NEWLIB 10 59#define STR_FT_NEWMACRO 11 60#define STR_NEWLIB 12 61#define STR_NEWMACRO 13 62#define ED_LIBNAME 14 63#define PB_OK 15 64#define PB_CANCEL 16 65#define DLG_NEWLIB 17 66#define STR_FT_RENAME 18 67#define STR_RENAME 19 68 69// Others 70/* 71Please be aware that these strings are global resources, don't use self-defined values! 72You have to use the RID_SVXSTART macro do avoid ID clashes with other resource files. Sfx2 delivers 73some of its own resource files to svx - where they are added to svx resource file!! 74*/ 75 76#define STR_MYMACROS 32 77#define STR_PRODMACROS 33 78 79 80#endif // _SCRIPTDLG_HRC 81