bump product version to 4.1.6.2
[LibreOffice.git] / svx / source / tbxctrls / grafctrl.src
blob9d7f76b7fe452f24bad4a2daef50ad734d482f4d
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "grafctrl.hrc"
21 #include <svx/dialogs.hrc>
22 #include "helpid.hrc"
23 #include <svx/svxids.hrc>
25 FloatingWindow RID_SVXTBX_GRFFILTER
27     HelpId = HID_GRFFILTER;
28     Moveable = TRUE ;
29     Closeable = TRUE ;
30     Hide = TRUE ;
31     SVLook = TRUE ;
32     Text [ en-US ] = "Filters" ;
33     ToolBox TBX_GRFFILTER
34     {
35         SVLook = TRUE ;
36         MenuStrings = TRUE ;
37         Align = BOXALIGN_TOP;
38         LineCount = 3;
39         ItemList =
40         {
41             ToolBoxItem
42             {
43                 Identifier = SID_GRFFILTER_INVERT ;
44                 HelpID = HID_GRFFILTER_INVERT ;
45             };
46             ToolBoxItem
47             {
48                 Identifier = SID_GRFFILTER_SMOOTH ;
49                 HelpID = HID_GRFFILTER_SMOOTH ;
50             };
51             ToolBoxItem
52             {
53                 Identifier = SID_GRFFILTER_SHARPEN ;
54                 HelpID = HID_GRFFILTER_SHARPEN ;
55             };
56             ToolBoxItem
57             {
58                 Identifier = SID_GRFFILTER_REMOVENOISE ;
59                 HelpID = HID_GRFFILTER_REMOVENOISE ;
60             };
61             ToolBoxItem
62             {
63                 Type = TOOLBOXITEM_BREAK ;
64             };
65             ToolBoxItem
66             {
67                 Identifier = SID_GRFFILTER_SOLARIZE ;
68                 HelpId = HID_GRFFILTER_SOLARIZE ;
69             };
70             ToolBoxItem
71             {
72                 Identifier = SID_GRFFILTER_SEPIA ;
73                 HelpId = HID_GRFFILTER_SEPIA ;
74             };
75             ToolBoxItem
76             {
77                 Identifier = SID_GRFFILTER_POSTER ;
78                 HelpId = HID_GRFFILTER_POSTER ;
79             };
80             ToolBoxItem
81             {
82                 Identifier = SID_GRFFILTER_POPART ;
83                 HelpId = HID_GRFFILTER_POPART ;
84             };
85             ToolBoxItem
86             {
87                 Type = TOOLBOXITEM_BREAK ;
88             };
89             ToolBoxItem
90             {
91                 Identifier = SID_GRFFILTER_SOBEL ;
92                 HelpId = HID_GRFFILTER_SOBEL ;
93             };
94             ToolBoxItem
95             {
96                 Identifier = SID_GRFFILTER_EMBOSS ;
97                 HelpId = HID_GRFFILTER_EMBOSS ;
98             };
99             ToolBoxItem
100             {
101                 Identifier = SID_GRFFILTER_MOSAIC ;
102                 HelpId = HID_GRFFILTER_MOSAIC ;
103             };
104         };
105     };
108 // -----------
109 // - Strings -
110 // -----------
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: */