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 _SVX_BACKGRND_HRC 28#define _SVX_BACKGRND_HRC 29 30// defines ------------------------------------------------------------------ 31 32#define FT_SELECTOR 1 33#define LB_SELECTOR 1 34 35#define SET_BGDCOLOR 10 36#define GB_BGDCOLOR 11 37#define SET_PATTERN 12 38#define GB_COL_PREVIEW 13 39#define SET_PATCOLOR 14 40#define GB_PATCOLOR 15 41#define CT_BORDER 16 42#define FT_PREVIEW 20 43#define WIN_PREVIEW1 21 44 45#define BTN_BROWSE 20 46#define FT_FILE 21 47#define BTN_LINK 22 48#define BTN_PREVIEW 23 49#define GB_FILE 24 50#define BTN_AREA 25 51#define BTN_TILE 26 52#define BTN_POSITION 27 53#define WND_POSITION 28 54#define GB_POSITION 29 55#define WIN_PREVIEW2 30 56#define GB_PREVIEW 31 57#define LB_TBL_BOX 32 58#define FT_TBL_DESC 33 59#define LB_PARA_BOX 34 60#define FT_COL_TRANS 35 61#define MF_COL_TRANS 36 62#define FL_GRAPH_TRANS 37 63#define MF_GRAPH_TRANS 38 64 65#define STR_BROWSE 1 66#define STR_UNLINKED 2 67 68 69#endif 70 71