1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #ifndef _SVX_DLGFLT_HRC
21 #define _SVX_DLGFLT_HRC
28 #define BTN_CANCEL 102
30 #define CTL_PREVIEW 105
31 #define FL_PARAMETER 106
33 // --------------------
34 // - DLG_FILTERMOSAIC -
35 // --------------------
37 #define DLG_FILTERMOSAIC_FT_WIDTH 1
38 #define DLG_FILTERMOSAIC_MTR_WIDTH 2
39 #define DLG_FILTERMOSAIC_FT_HEIGHT 3
40 #define DLG_FILTERMOSAIC_MTR_HEIGHT 4
41 #define DLG_FILTERMOSAIC_CBX_EDGES 5
43 // ----------------------
44 // - DLG_FILTERSMOOTH -
45 // ----------------------
47 #define DLG_FILTERSMOOTH_FT_RADIUS 1
48 #define DLG_FILTERSMOOTH_MTR_RADIUS 2
50 // ----------------------
51 // - DLG_FILTERSOLARIZE -
52 // ----------------------
54 #define DLG_FILTERSOLARIZE_FT_THRESHOLD 1
55 #define DLG_FILTERSOLARIZE_MTR_THRESHOLD 2
56 #define DLG_FILTERSOLARIZE_CBX_INVERT 3
58 // -------------------
59 // - DLG_FILTERSEPIA -
60 // -------------------
62 #define DLG_FILTERSEPIA_FT_SEPIA 1
63 #define DLG_FILTERSEPIA_MTR_SEPIA 2
65 // --------------------
66 // - DLG_FILTERPOSTER -
67 // --------------------
69 #define DLG_FILTERPOSTER_FT_POSTER 1
70 #define DLG_FILTERPOSTER_NUM_POSTER 2
72 // --------------------
73 // - DLG_FILTEREMBOSS -
74 // --------------------
76 #define DLG_FILTEREMBOSS_FT_LIGHT 1
77 #define DLG_FILTEREMBOSS_CTL_LIGHT 2
81 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */