1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: grfflt.hrc,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef _SVX_DLGFLT_HRC
32 #define _SVX_DLGFLT_HRC
39 #define BTN_CANCEL 102
41 #define CTL_PREVIEW 105
42 #define FL_PARAMETER 106
44 // --------------------
45 // - DLG_FILTERMOSAIC -
46 // --------------------
48 #define DLG_FILTERMOSAIC_FT_WIDTH 1
49 #define DLG_FILTERMOSAIC_MTR_WIDTH 2
50 #define DLG_FILTERMOSAIC_FT_HEIGHT 3
51 #define DLG_FILTERMOSAIC_MTR_HEIGHT 4
52 #define DLG_FILTERMOSAIC_CBX_EDGES 5
54 // ----------------------
55 // - DLG_FILTERSOLARIZE -
56 // ----------------------
58 #define DLG_FILTERSOLARIZE_FT_THRESHOLD 1
59 #define DLG_FILTERSOLARIZE_MTR_THRESHOLD 2
60 #define DLG_FILTERSOLARIZE_CBX_INVERT 3
62 // -------------------
63 // - DLG_FILTERSEPIA -
64 // -------------------
66 #define DLG_FILTERSEPIA_FT_SEPIA 1
67 #define DLG_FILTERSEPIA_MTR_SEPIA 2
69 // --------------------
70 // - DLG_FILTERPOSTER -
71 // --------------------
73 #define DLG_FILTERPOSTER_FT_POSTER 1
74 #define DLG_FILTERPOSTER_NUM_POSTER 2
76 // --------------------
77 // - DLG_FILTEREMBOSS -
78 // --------------------
80 #define DLG_FILTEREMBOSS_FT_LIGHT 1
81 #define DLG_FILTEREMBOSS_CTL_LIGHT 2