merge the formfield patch from ooo-build
[ooovba.git] / svx / source / tbxctrls / grafctrl.src
blobfca94d2cb5d07012a8cab4e01568dc3465d7f488
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: grafctrl.src,v $
10  * $Revision: 1.25 $
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 #include "grafctrl.hrc"
32 #include <svx/dialogs.hrc>
33 #include "helpid.hrc"
34 #include <svx/svxids.hrc>
36 FloatingWindow RID_SVXTBX_GRFFILTER
38     HelpId = HID_GRFFILTER;
39     Moveable = TRUE ;
40     Closeable = TRUE ;
41     Hide = TRUE ;
42     SVLook = TRUE ;
43     Text [ en-US ] = "Filters" ;
44     ToolBox TBX_GRFFILTER
45     {
46         SVLook = TRUE ;
47         MenuStrings = TRUE ;
48         Align = BOXALIGN_TOP; 
49         LineCount = 3; 
50         ItemList =
51         {
52             ToolBoxItem
53             {
54                 Identifier = SID_GRFFILTER_INVERT ;
55                 HelpID = HID_GRFFILTER_INVERT ;
56             };
57             ToolBoxItem
58             {
59                 Identifier = SID_GRFFILTER_SMOOTH ;
60                 HelpID = HID_GRFFILTER_SMOOTH ;
61             };
62             ToolBoxItem
63             {
64                 Identifier = SID_GRFFILTER_SHARPEN ;
65                 HelpID = HID_GRFFILTER_SHARPEN ;
66             };
67             ToolBoxItem
68             {
69                 Identifier = SID_GRFFILTER_REMOVENOISE ;
70                 HelpID = HID_GRFFILTER_REMOVENOISE ;
71             };
72             ToolBoxItem
73             {
74                 Type = TOOLBOXITEM_BREAK ;
75             };
76             ToolBoxItem
77             {
78                 Identifier = SID_GRFFILTER_SOLARIZE ;
79                 HelpId = HID_GRFFILTER_SOLARIZE ;
80             };
81             ToolBoxItem
82             {
83                 Identifier = SID_GRFFILTER_SEPIA ;
84                 HelpId = HID_GRFFILTER_SEPIA ;
85             };
86             ToolBoxItem
87             {
88                 Identifier = SID_GRFFILTER_POSTER ;
89                 HelpId = HID_GRFFILTER_POSTER ;
90             };
91             ToolBoxItem
92             {
93                 Identifier = SID_GRFFILTER_POPART ;
94                 HelpId = HID_GRFFILTER_POPART ;
95             };
96             ToolBoxItem
97             {
98                 Type = TOOLBOXITEM_BREAK ;
99             };
100             ToolBoxItem
101             {
102                 Identifier = SID_GRFFILTER_SOBEL ;
103                 HelpId = HID_GRFFILTER_SOBEL ;
104             };
105             ToolBoxItem
106             {
107                 Identifier = SID_GRFFILTER_EMBOSS ;
108                 HelpId = HID_GRFFILTER_EMBOSS ;
109             };
110             ToolBoxItem
111             {
112                 Identifier = SID_GRFFILTER_MOSAIC ;
113                 HelpId = HID_GRFFILTER_MOSAIC ;
114             };
115         };
116     };
119 // -----------
120 // - Strings -
121 // -----------
123 String RID_SVXSTR_UNDO_GRAFMODE
125     Text [ en-US ] = "Graphics Mode";
127 String RID_SVXSTR_UNDO_GRAFRED
129     Text [ en-US ] = "Red";
131 String RID_SVXSTR_UNDO_GRAFGREEN
133     Text [ en-US ] = "Green";
135 String RID_SVXSTR_UNDO_GRAFBLUE
137     Text [ en-US ] = "Blue";
139 String RID_SVXSTR_UNDO_GRAFLUMINANCE
141     Text [ en-US ] = "Brightness";
143 String RID_SVXSTR_UNDO_GRAFCONTRAST
145     Text [ en-US ] = "Contrast";
147 String RID_SVXSTR_UNDO_GRAFGAMMA
149     Text [ en-US ] = "Gamma";
151 String RID_SVXSTR_UNDO_GRAFTRANSPARENCY
153     Text [ en-US ] = "Transparency";
155 String RID_SVXSTR_GRAFCROP
157     Text [ en-US ] = "Crop";
160 // ********************************************************************** EOF