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 _SVX_DLGFLT_HRC 29#define _SVX_DLGFLT_HRC 30 31// ---------- 32// - Common - 33// ---------- 34 35#define BTN_OK 101 36#define BTN_CANCEL 102 37#define BTN_HELP 103 38#define CTL_PREVIEW 105 39#define FL_PARAMETER 106 40 41// -------------------- 42// - DLG_FILTERMOSAIC - 43// -------------------- 44 45#define DLG_FILTERMOSAIC_FT_WIDTH 1 46#define DLG_FILTERMOSAIC_MTR_WIDTH 2 47#define DLG_FILTERMOSAIC_FT_HEIGHT 3 48#define DLG_FILTERMOSAIC_MTR_HEIGHT 4 49#define DLG_FILTERMOSAIC_CBX_EDGES 5 50 51// ---------------------- 52// - DLG_FILTERSOLARIZE - 53// ---------------------- 54 55#define DLG_FILTERSOLARIZE_FT_THRESHOLD 1 56#define DLG_FILTERSOLARIZE_MTR_THRESHOLD 2 57#define DLG_FILTERSOLARIZE_CBX_INVERT 3 58 59// ------------------- 60// - DLG_FILTERSEPIA - 61// ------------------- 62 63#define DLG_FILTERSEPIA_FT_SEPIA 1 64#define DLG_FILTERSEPIA_MTR_SEPIA 2 65 66// -------------------- 67// - DLG_FILTERPOSTER - 68// -------------------- 69 70#define DLG_FILTERPOSTER_FT_POSTER 1 71#define DLG_FILTERPOSTER_NUM_POSTER 2 72 73// -------------------- 74// - DLG_FILTEREMBOSS - 75// -------------------- 76 77#define DLG_FILTEREMBOSS_FT_LIGHT 1 78#define DLG_FILTEREMBOSS_CTL_LIGHT 2 79 80#endif 81