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: grafctrl.src,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 #include "grafctrl.hrc"
32 #include <svx/dialogs.hrc>
34 #include <svx/svxids.hrc>
36 FloatingWindow RID_SVXTBX_GRFFILTER
38 HelpId = HID_GRFFILTER;
43 Text [ en-US ] = "Filters" ;
54 Identifier = SID_GRFFILTER_INVERT ;
55 HelpID = HID_GRFFILTER_INVERT ;
59 Identifier = SID_GRFFILTER_SMOOTH ;
60 HelpID = HID_GRFFILTER_SMOOTH ;
64 Identifier = SID_GRFFILTER_SHARPEN ;
65 HelpID = HID_GRFFILTER_SHARPEN ;
69 Identifier = SID_GRFFILTER_REMOVENOISE ;
70 HelpID = HID_GRFFILTER_REMOVENOISE ;
74 Type = TOOLBOXITEM_BREAK ;
78 Identifier = SID_GRFFILTER_SOLARIZE ;
79 HelpId = HID_GRFFILTER_SOLARIZE ;
83 Identifier = SID_GRFFILTER_SEPIA ;
84 HelpId = HID_GRFFILTER_SEPIA ;
88 Identifier = SID_GRFFILTER_POSTER ;
89 HelpId = HID_GRFFILTER_POSTER ;
93 Identifier = SID_GRFFILTER_POPART ;
94 HelpId = HID_GRFFILTER_POPART ;
98 Type = TOOLBOXITEM_BREAK ;
102 Identifier = SID_GRFFILTER_SOBEL ;
103 HelpId = HID_GRFFILTER_SOBEL ;
107 Identifier = SID_GRFFILTER_EMBOSS ;
108 HelpId = HID_GRFFILTER_EMBOSS ;
112 Identifier = SID_GRFFILTER_MOSAIC ;
113 HelpId = HID_GRFFILTER_MOSAIC ;
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