merge the formfield patch from ooo-build
[ooovba.git] / svx / source / cui / grfflt.hrc
bloba119db4330fc1d1d00fbfb1a8d9bcbbb6d546197
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: grfflt.hrc,v $
10  * $Revision: 1.4 $
11  *
12  * This file is part of OpenOffice.org.
13  *
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.
17  *
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).
23  *
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.
28  *
29  ************************************************************************/
31 #ifndef _SVX_DLGFLT_HRC
32 #define _SVX_DLGFLT_HRC
34 // ----------
35 // - Common -
36 // ----------
38 #define BTN_OK                                                          101
39 #define BTN_CANCEL                                                      102
40 #define BTN_HELP                                                        103
41 #define CTL_PREVIEW                                                     105
42 #define FL_PARAMETER                                            106
43                                             
44 // --------------------                                         
45 // - DLG_FILTERMOSAIC -                                         
46 // --------------------                                         
47                                             
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 // ----------------------                                       
57                                             
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 // -------------------
65                                             
66 #define DLG_FILTERSEPIA_FT_SEPIA                        1
67 #define DLG_FILTERSEPIA_MTR_SEPIA                       2
69 // --------------------
70 // - DLG_FILTERPOSTER -                                         
71 // --------------------
72                                             
73 #define DLG_FILTERPOSTER_FT_POSTER                      1
74 #define DLG_FILTERPOSTER_NUM_POSTER                     2
76 // --------------------
77 // - DLG_FILTEREMBOSS -                                         
78 // --------------------
79                                             
80 #define DLG_FILTEREMBOSS_FT_LIGHT                       1
81 #define DLG_FILTEREMBOSS_CTL_LIGHT                      2
83 #endif