1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #include "grafctrl.hrc"
29 #include <svx/dialogs.hrc>
31 #include <svx/svxids.hrc>
33 FloatingWindow RID_SVXTBX_GRFFILTER
35 HelpId = HID_GRFFILTER;
40 Text [ en-US ] = "Filters" ;
51 Identifier = SID_GRFFILTER_INVERT ;
52 HelpID = HID_GRFFILTER_INVERT ;
56 Identifier = SID_GRFFILTER_SMOOTH ;
57 HelpID = HID_GRFFILTER_SMOOTH ;
61 Identifier = SID_GRFFILTER_SHARPEN ;
62 HelpID = HID_GRFFILTER_SHARPEN ;
66 Identifier = SID_GRFFILTER_REMOVENOISE ;
67 HelpID = HID_GRFFILTER_REMOVENOISE ;
71 Type = TOOLBOXITEM_BREAK ;
75 Identifier = SID_GRFFILTER_SOLARIZE ;
76 HelpId = HID_GRFFILTER_SOLARIZE ;
80 Identifier = SID_GRFFILTER_SEPIA ;
81 HelpId = HID_GRFFILTER_SEPIA ;
85 Identifier = SID_GRFFILTER_POSTER ;
86 HelpId = HID_GRFFILTER_POSTER ;
90 Identifier = SID_GRFFILTER_POPART ;
91 HelpId = HID_GRFFILTER_POPART ;
95 Type = TOOLBOXITEM_BREAK ;
99 Identifier = SID_GRFFILTER_SOBEL ;
100 HelpId = HID_GRFFILTER_SOBEL ;
104 Identifier = SID_GRFFILTER_EMBOSS ;
105 HelpId = HID_GRFFILTER_EMBOSS ;
109 Identifier = SID_GRFFILTER_MOSAIC ;
110 HelpId = HID_GRFFILTER_MOSAIC ;
120 String RID_SVXSTR_UNDO_GRAFMODE
122 Text [ en-US ] = "Graphics Mode";
124 String RID_SVXSTR_UNDO_GRAFRED
126 Text [ en-US ] = "Red";
128 String RID_SVXSTR_UNDO_GRAFGREEN
130 Text [ en-US ] = "Green";
132 String RID_SVXSTR_UNDO_GRAFBLUE
134 Text [ en-US ] = "Blue";
136 String RID_SVXSTR_UNDO_GRAFLUMINANCE
138 Text [ en-US ] = "Brightness";
140 String RID_SVXSTR_UNDO_GRAFCONTRAST
142 Text [ en-US ] = "Contrast";
144 String RID_SVXSTR_UNDO_GRAFGAMMA
146 Text [ en-US ] = "Gamma";
148 String RID_SVXSTR_UNDO_GRAFTRANSPARENCY
150 Text [ en-US ] = "Transparency";
152 String RID_SVXSTR_GRAFCROP
154 Text [ en-US ] = "Crop";
157 // ********************************************************************** EOF