xref: /trunk/main/svx/source/tbxctrls/grafctrl.src (revision 09d89288a77c4c17af30e3795daa4e6c1b41f376)
1*09a1d057SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*09a1d057SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*09a1d057SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*09a1d057SAndrew Rist * distributed with this work for additional information
6*09a1d057SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*09a1d057SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*09a1d057SAndrew Rist * "License"); you may not use this file except in compliance
9*09a1d057SAndrew Rist * with the License.  You may obtain a copy of the License at
10cdf0e10cSrcweir *
11*09a1d057SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12cdf0e10cSrcweir *
13*09a1d057SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*09a1d057SAndrew Rist * software distributed under the License is distributed on an
15*09a1d057SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*09a1d057SAndrew Rist * KIND, either express or implied.  See the License for the
17*09a1d057SAndrew Rist * specific language governing permissions and limitations
18*09a1d057SAndrew Rist * under the License.
19cdf0e10cSrcweir *
20*09a1d057SAndrew Rist *************************************************************/
21*09a1d057SAndrew Rist
22cdf0e10cSrcweir#include "grafctrl.hrc"
23cdf0e10cSrcweir#include <svx/dialogs.hrc>
24cdf0e10cSrcweir#include "helpid.hrc"
25cdf0e10cSrcweir#include <svx/svxids.hrc>
26cdf0e10cSrcweir
27cdf0e10cSrcweirFloatingWindow RID_SVXTBX_GRFFILTER
28cdf0e10cSrcweir{
29cdf0e10cSrcweir    HelpId = HID_GRFFILTER ;
30cdf0e10cSrcweir    Moveable = TRUE ;
31cdf0e10cSrcweir    Closeable = TRUE ;
32cdf0e10cSrcweir    Hide = TRUE ;
33cdf0e10cSrcweir    SVLook = TRUE ;
34cdf0e10cSrcweir    Text [ en-US ] = "Filters" ;
35cdf0e10cSrcweir    ToolBox TBX_GRFFILTER
36cdf0e10cSrcweir    {
37cdf0e10cSrcweir        SVLook = TRUE ;
38cdf0e10cSrcweir        MenuStrings = TRUE ;
39cdf0e10cSrcweir        Align = BOXALIGN_TOP ;
40cdf0e10cSrcweir        LineCount = 3 ;
41cdf0e10cSrcweir        ItemList =
42cdf0e10cSrcweir        {
43cdf0e10cSrcweir            ToolBoxItem
44cdf0e10cSrcweir            {
45cdf0e10cSrcweir                Identifier = SID_GRFFILTER_INVERT ;
46cdf0e10cSrcweir                HelpID = HID_GRFFILTER_INVERT ;
47cdf0e10cSrcweir            };
48cdf0e10cSrcweir            ToolBoxItem
49cdf0e10cSrcweir            {
50cdf0e10cSrcweir                Identifier = SID_GRFFILTER_SMOOTH ;
51cdf0e10cSrcweir                HelpID = HID_GRFFILTER_SMOOTH ;
52cdf0e10cSrcweir            };
53cdf0e10cSrcweir            ToolBoxItem
54cdf0e10cSrcweir            {
55cdf0e10cSrcweir                Identifier = SID_GRFFILTER_SHARPEN ;
56cdf0e10cSrcweir                HelpID = HID_GRFFILTER_SHARPEN ;
57cdf0e10cSrcweir            };
58cdf0e10cSrcweir            ToolBoxItem
59cdf0e10cSrcweir            {
60cdf0e10cSrcweir                Identifier = SID_GRFFILTER_REMOVENOISE ;
61cdf0e10cSrcweir                HelpID = HID_GRFFILTER_REMOVENOISE ;
62cdf0e10cSrcweir            };
63cdf0e10cSrcweir            ToolBoxItem
64cdf0e10cSrcweir            {
65cdf0e10cSrcweir                Type = TOOLBOXITEM_BREAK ;
66cdf0e10cSrcweir            };
67cdf0e10cSrcweir            ToolBoxItem
68cdf0e10cSrcweir            {
69cdf0e10cSrcweir                Identifier = SID_GRFFILTER_SOLARIZE ;
70cdf0e10cSrcweir                HelpId = HID_GRFFILTER_SOLARIZE ;
71cdf0e10cSrcweir            };
72cdf0e10cSrcweir            ToolBoxItem
73cdf0e10cSrcweir            {
74cdf0e10cSrcweir                Identifier = SID_GRFFILTER_SEPIA ;
75cdf0e10cSrcweir                HelpId = HID_GRFFILTER_SEPIA ;
76cdf0e10cSrcweir            };
77cdf0e10cSrcweir            ToolBoxItem
78cdf0e10cSrcweir            {
79cdf0e10cSrcweir                Identifier = SID_GRFFILTER_POSTER ;
80cdf0e10cSrcweir                HelpId = HID_GRFFILTER_POSTER ;
81cdf0e10cSrcweir            };
82cdf0e10cSrcweir            ToolBoxItem
83cdf0e10cSrcweir            {
84cdf0e10cSrcweir                Identifier = SID_GRFFILTER_POPART ;
85cdf0e10cSrcweir                HelpId = HID_GRFFILTER_POPART ;
86cdf0e10cSrcweir            };
87cdf0e10cSrcweir            ToolBoxItem
88cdf0e10cSrcweir            {
89cdf0e10cSrcweir                Type = TOOLBOXITEM_BREAK ;
90cdf0e10cSrcweir            };
91cdf0e10cSrcweir            ToolBoxItem
92cdf0e10cSrcweir            {
93cdf0e10cSrcweir                Identifier = SID_GRFFILTER_SOBEL ;
94cdf0e10cSrcweir                HelpId = HID_GRFFILTER_SOBEL ;
95cdf0e10cSrcweir            };
96cdf0e10cSrcweir            ToolBoxItem
97cdf0e10cSrcweir            {
98cdf0e10cSrcweir                Identifier = SID_GRFFILTER_EMBOSS ;
99cdf0e10cSrcweir                HelpId = HID_GRFFILTER_EMBOSS ;
100cdf0e10cSrcweir            };
101cdf0e10cSrcweir            ToolBoxItem
102cdf0e10cSrcweir            {
103cdf0e10cSrcweir                Identifier = SID_GRFFILTER_MOSAIC ;
104cdf0e10cSrcweir                HelpId = HID_GRFFILTER_MOSAIC ;
105cdf0e10cSrcweir            };
106cdf0e10cSrcweir        };
107cdf0e10cSrcweir    };
108cdf0e10cSrcweir};
109cdf0e10cSrcweir
110cdf0e10cSrcweir// -----------
111cdf0e10cSrcweir// - Strings -
112cdf0e10cSrcweir// -----------
113cdf0e10cSrcweir
114cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFMODE
115cdf0e10cSrcweir{
116cdf0e10cSrcweir    Text [ en-US ] = "Graphics Mode" ;
117cdf0e10cSrcweir};
118cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFRED
119cdf0e10cSrcweir{
120cdf0e10cSrcweir    Text [ en-US ] = "Red" ;
121cdf0e10cSrcweir};
122cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFGREEN
123cdf0e10cSrcweir{
124cdf0e10cSrcweir    Text [ en-US ] = "Green" ;
125cdf0e10cSrcweir};
126cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFBLUE
127cdf0e10cSrcweir{
128cdf0e10cSrcweir    Text [ en-US ] = "Blue" ;
129cdf0e10cSrcweir};
130cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFLUMINANCE
131cdf0e10cSrcweir{
132cdf0e10cSrcweir    Text [ en-US ] = "Brightness" ;
133cdf0e10cSrcweir};
134cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFCONTRAST
135cdf0e10cSrcweir{
136cdf0e10cSrcweir    Text [ en-US ] = "Contrast" ;
137cdf0e10cSrcweir};
138cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFGAMMA
139cdf0e10cSrcweir{
140cdf0e10cSrcweir    Text [ en-US ] = "Gamma" ;
141cdf0e10cSrcweir};
142cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFTRANSPARENCY
143cdf0e10cSrcweir{
144cdf0e10cSrcweir    Text [ en-US ] = "Transparency" ;
145cdf0e10cSrcweir};
146cdf0e10cSrcweirString RID_SVXSTR_GRAFCROP
147cdf0e10cSrcweir{
148cdf0e10cSrcweir    Text [ en-US ] = "Crop" ;
149cdf0e10cSrcweir};
150cdf0e10cSrcweir
151cdf0e10cSrcweir// ********************************************************************** EOF
152