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 28#ifndef _FRAMEWORK_HRC 29#define _FRAMEWORK_HRC 30 31#include "svl/solar.hrc" 32 33#define RID_FWK_START 260 34 35#define RID_GROUPS_OFFSET 32000 36#define RID_GROUPS_END 32767 37 38#define RID_FWK_DIALOG_START_CORRECT (RID_FWK_START + 2048) 39 40#define DLG_FILTER_SELECT (RID_FWK_DIALOG_START_CORRECT + 0) 41 42#define STR_FILTER_DOWNLOAD (RID_FWK_START+0) 43#define STR_FILTER_CHOOSER (RID_FWK_START+1) 44#define STR_FILTER_OTHERS (RID_FWK_START+2) 45#define STR_FILTER_ZIPPED (RID_FWK_START+3) 46 47// ResIds for BackingWindow 48#define DLG_BACKING (RID_FWK_DIALOG_START_CORRECT+100) 49#define STR_BACKING_WELCOME 1 50#define STR_BACKING_WELCOMEPRODUCT 2 51#define STR_BACKING_CREATE 3 52#define STR_BACKING_TEMPLATE 4 53#define STR_BACKING_FILE 5 54#define STR_BACKING_EXTHELP 6 55#define STR_BACKING_REGHELP 7 56#define STR_BACKING_INFOHELP 8 57#define STR_BACKING_TPLREP 9 58 59#define RES_BACKING_IMAGES (DLG_BACKING+1) 60#define RES_BACKING_IMAGES_HC (DLG_BACKING+2) 61 62#define BMP_BACKING_BACKGROUND_LEFT 1 63#define BMP_BACKING_BACKGROUND_MIDDLE 2 64#define BMP_BACKING_BACKGROUND_RIGHT 3 65#define BMP_BACKING_BACKGROUND_RTL_LEFT 4 66#define BMP_BACKING_BACKGROUND_RTL_RIGHT 5 67#define BMP_BACKING_EXT 6 68#define BMP_BACKING_REG 7 69#define BMP_BACKING_INFO 8 70#define BMP_BACKING_TPLREP 9 71#define BMP_BACKING_WRITER 10 72#define BMP_BACKING_CALC 11 73#define BMP_BACKING_IMPRESS 12 74#define BMP_BACKING_DRAW 13 75#define BMP_BACKING_DATABASE 14 76#define BMP_BACKING_FORMULA 15 77#define BMP_BACKING_OPENFILE 16 78#define BMP_BACKING_OPENTEMPLATE 17 79 80// Ids of TabWindow 81#define WIN_TABWINDOW (RID_FWK_DIALOG_START_CORRECT+101) 82#define TC_TABCONTROL 1 83 84#endif 85 86