1*8414840eSAndrew Rist/************************************************************** 2cdf0e10cSrcweir * 3*8414840eSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 4*8414840eSAndrew Rist * or more contributor license agreements. See the NOTICE file 5*8414840eSAndrew Rist * distributed with this work for additional information 6*8414840eSAndrew Rist * regarding copyright ownership. The ASF licenses this file 7*8414840eSAndrew Rist * to you under the Apache License, Version 2.0 (the 8*8414840eSAndrew Rist * "License"); you may not use this file except in compliance 9*8414840eSAndrew Rist * with the License. You may obtain a copy of the License at 10*8414840eSAndrew Rist * 11*8414840eSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 12*8414840eSAndrew Rist * 13*8414840eSAndrew Rist * Unless required by applicable law or agreed to in writing, 14*8414840eSAndrew Rist * software distributed under the License is distributed on an 15*8414840eSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8414840eSAndrew Rist * KIND, either express or implied. See the License for the 17*8414840eSAndrew Rist * specific language governing permissions and limitations 18*8414840eSAndrew Rist * under the License. 19*8414840eSAndrew Rist * 20*8414840eSAndrew Rist *************************************************************/ 21*8414840eSAndrew Rist 22*8414840eSAndrew Rist 23cdf0e10cSrcweir#ifndef _SCRIPTDLG_HRC 24cdf0e10cSrcweir#define _SCRIPTDLG_HRC 25cdf0e10cSrcweir 26cdf0e10cSrcweir#include <svl/solar.hrc> 27cdf0e10cSrcweir 28cdf0e10cSrcweir#define SCRIPTDLG_OFFSET 400 29cdf0e10cSrcweir 30cdf0e10cSrcweir// ScriptOrgDialog 31cdf0e10cSrcweir#define SF_TXT_SCRIPTS 1 32cdf0e10cSrcweir#define SF_CTRL_SCRIPTSBOX 2 33cdf0e10cSrcweir#define SF_PB_RUN 3 34cdf0e10cSrcweir#define SF_PB_CLOSE 4 35cdf0e10cSrcweir#define SF_PB_CREATE 5 36cdf0e10cSrcweir#define SF_PB_EDIT 6 37cdf0e10cSrcweir#define SF_PB_RENAME 7 38cdf0e10cSrcweir#define SF_PB_DEL 8 39cdf0e10cSrcweir#define SF_PB_HELP 9 40cdf0e10cSrcweir 41cdf0e10cSrcweir#define IMG_HARDDISK 1 42cdf0e10cSrcweir#define IMG_HARDDISK_HC 2 43cdf0e10cSrcweir#define IMG_LIB 3 44cdf0e10cSrcweir#define IMG_LIB_HC 4 45cdf0e10cSrcweir#define IMG_MACRO 5 46cdf0e10cSrcweir#define IMG_MACRO_HC 6 47cdf0e10cSrcweir#define IMG_DOCUMENT 7 48cdf0e10cSrcweir#define IMG_DOCUMENT_HC 8 49cdf0e10cSrcweir 50cdf0e10cSrcweir#define RID_IMGLST_OBJECTS ( RID_BASICIDE_START + 7 ) 51cdf0e10cSrcweir#define RID_IMGLST_OBJECTS_HC (RID_BASICIDE_START + 13) 52cdf0e10cSrcweir 53cdf0e10cSrcweir// NewObjectDialog 54cdf0e10cSrcweir#define FT_NEWLIB 10 55cdf0e10cSrcweir#define STR_FT_NEWMACRO 11 56cdf0e10cSrcweir#define STR_NEWLIB 12 57cdf0e10cSrcweir#define STR_NEWMACRO 13 58cdf0e10cSrcweir#define ED_LIBNAME 14 59cdf0e10cSrcweir#define PB_OK 15 60cdf0e10cSrcweir#define PB_CANCEL 16 61cdf0e10cSrcweir#define DLG_NEWLIB 17 62cdf0e10cSrcweir#define STR_FT_RENAME 18 63cdf0e10cSrcweir#define STR_RENAME 19 64cdf0e10cSrcweir 65cdf0e10cSrcweir// Others 66cdf0e10cSrcweir/* 67cdf0e10cSrcweirPlease be aware that these strings are global resources, don't use self-defined values! 68cdf0e10cSrcweirYou have to use the RID_SVXSTART macro do avoid ID clashes with other resource files. Sfx2 delivers 69cdf0e10cSrcweirsome of its own resource files to svx - where they are added to svx resource file!! 70cdf0e10cSrcweir*/ 71cdf0e10cSrcweir 72cdf0e10cSrcweir#define STR_MYMACROS 32 73cdf0e10cSrcweir#define STR_PRODMACROS 33 74cdf0e10cSrcweir 75cdf0e10cSrcweir 76cdf0e10cSrcweir#endif // _SCRIPTDLG_HRC 77