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 #include "grafctrl.hrc"
21 #include <svx/dialogs.hrc>
23 #include <svx/svxids.hrc>
25 FloatingWindow RID_SVXTBX_GRFFILTER
27 HelpId = HID_GRFFILTER;
32 Text [ en-US ] = "Filters" ;
43 Identifier = SID_GRFFILTER_INVERT ;
44 HelpID = HID_GRFFILTER_INVERT ;
48 Identifier = SID_GRFFILTER_SMOOTH ;
49 HelpID = HID_GRFFILTER_SMOOTH ;
53 Identifier = SID_GRFFILTER_SHARPEN ;
54 HelpID = HID_GRFFILTER_SHARPEN ;
58 Identifier = SID_GRFFILTER_REMOVENOISE ;
59 HelpID = HID_GRFFILTER_REMOVENOISE ;
63 Type = TOOLBOXITEM_BREAK ;
67 Identifier = SID_GRFFILTER_SOLARIZE ;
68 HelpId = HID_GRFFILTER_SOLARIZE ;
72 Identifier = SID_GRFFILTER_SEPIA ;
73 HelpId = HID_GRFFILTER_SEPIA ;
77 Identifier = SID_GRFFILTER_POSTER ;
78 HelpId = HID_GRFFILTER_POSTER ;
82 Identifier = SID_GRFFILTER_POPART ;
83 HelpId = HID_GRFFILTER_POPART ;
87 Type = TOOLBOXITEM_BREAK ;
91 Identifier = SID_GRFFILTER_SOBEL ;
92 HelpId = HID_GRFFILTER_SOBEL ;
96 Identifier = SID_GRFFILTER_EMBOSS ;
97 HelpId = HID_GRFFILTER_EMBOSS ;
101 Identifier = SID_GRFFILTER_MOSAIC ;
102 HelpId = HID_GRFFILTER_MOSAIC ;
112 String RID_SVXSTR_UNDO_GRAFMODE
114 Text [ en-US ] = "Graphics Mode";
116 String RID_SVXSTR_UNDO_GRAFRED
118 Text [ en-US ] = "Red";
120 String RID_SVXSTR_UNDO_GRAFGREEN
122 Text [ en-US ] = "Green";
124 String RID_SVXSTR_UNDO_GRAFBLUE
126 Text [ en-US ] = "Blue";
128 String RID_SVXSTR_UNDO_GRAFLUMINANCE
130 Text [ en-US ] = "Brightness";
132 String RID_SVXSTR_UNDO_GRAFCONTRAST
134 Text [ en-US ] = "Contrast";
136 String RID_SVXSTR_UNDO_GRAFGAMMA
138 Text [ en-US ] = "Gamma";
140 String RID_SVXSTR_UNDO_GRAFTRANSPARENCY
142 Text [ en-US ] = "Transparency";
144 String RID_SVXSTR_GRAFCROP
146 Text [ en-US ] = "Crop";
149 // ********************************************************************** EOF
151 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */