xref: /AOO41X/main/svx/source/tbxctrls/grafctrl.src (revision 023ceadb216698bc0415edb00149c2ab44f985b4)
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
22*09a1d057SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "grafctrl.hrc"
25cdf0e10cSrcweir#include <svx/dialogs.hrc>
26cdf0e10cSrcweir#include "helpid.hrc"
27cdf0e10cSrcweir#include <svx/svxids.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweirFloatingWindow RID_SVXTBX_GRFFILTER
30cdf0e10cSrcweir{
31cdf0e10cSrcweir	HelpId = HID_GRFFILTER ;
32cdf0e10cSrcweir	Moveable = TRUE ;
33cdf0e10cSrcweir	Closeable = TRUE ;
34cdf0e10cSrcweir	Hide = TRUE ;
35cdf0e10cSrcweir	SVLook = TRUE ;
36cdf0e10cSrcweir	Text [ en-US ] = "Filters" ;
37cdf0e10cSrcweir	ToolBox TBX_GRFFILTER
38cdf0e10cSrcweir	{
39cdf0e10cSrcweir		SVLook = TRUE ;
40cdf0e10cSrcweir		MenuStrings = TRUE ;
41cdf0e10cSrcweir		Align = BOXALIGN_TOP ;
42cdf0e10cSrcweir		LineCount = 3 ;
43cdf0e10cSrcweir		ItemList =
44cdf0e10cSrcweir		{
45cdf0e10cSrcweir			ToolBoxItem
46cdf0e10cSrcweir			{
47cdf0e10cSrcweir				Identifier = SID_GRFFILTER_INVERT ;
48cdf0e10cSrcweir				HelpID = HID_GRFFILTER_INVERT ;
49cdf0e10cSrcweir			};
50cdf0e10cSrcweir			ToolBoxItem
51cdf0e10cSrcweir			{
52cdf0e10cSrcweir				Identifier = SID_GRFFILTER_SMOOTH ;
53cdf0e10cSrcweir				HelpID = HID_GRFFILTER_SMOOTH ;
54cdf0e10cSrcweir			};
55cdf0e10cSrcweir			ToolBoxItem
56cdf0e10cSrcweir			{
57cdf0e10cSrcweir				Identifier = SID_GRFFILTER_SHARPEN ;
58cdf0e10cSrcweir				HelpID = HID_GRFFILTER_SHARPEN ;
59cdf0e10cSrcweir			};
60cdf0e10cSrcweir			ToolBoxItem
61cdf0e10cSrcweir			{
62cdf0e10cSrcweir				Identifier = SID_GRFFILTER_REMOVENOISE ;
63cdf0e10cSrcweir				HelpID = HID_GRFFILTER_REMOVENOISE ;
64cdf0e10cSrcweir			};
65cdf0e10cSrcweir			ToolBoxItem
66cdf0e10cSrcweir			{
67cdf0e10cSrcweir				Type = TOOLBOXITEM_BREAK ;
68cdf0e10cSrcweir			};
69cdf0e10cSrcweir			ToolBoxItem
70cdf0e10cSrcweir			{
71cdf0e10cSrcweir				Identifier = SID_GRFFILTER_SOLARIZE ;
72cdf0e10cSrcweir				HelpId = HID_GRFFILTER_SOLARIZE ;
73cdf0e10cSrcweir			};
74cdf0e10cSrcweir			ToolBoxItem
75cdf0e10cSrcweir			{
76cdf0e10cSrcweir				Identifier = SID_GRFFILTER_SEPIA ;
77cdf0e10cSrcweir				HelpId = HID_GRFFILTER_SEPIA ;
78cdf0e10cSrcweir			};
79cdf0e10cSrcweir			ToolBoxItem
80cdf0e10cSrcweir			{
81cdf0e10cSrcweir				Identifier = SID_GRFFILTER_POSTER ;
82cdf0e10cSrcweir				HelpId = HID_GRFFILTER_POSTER ;
83cdf0e10cSrcweir			};
84cdf0e10cSrcweir			ToolBoxItem
85cdf0e10cSrcweir			{
86cdf0e10cSrcweir				Identifier = SID_GRFFILTER_POPART ;
87cdf0e10cSrcweir				HelpId = HID_GRFFILTER_POPART ;
88cdf0e10cSrcweir			};
89cdf0e10cSrcweir			ToolBoxItem
90cdf0e10cSrcweir			{
91cdf0e10cSrcweir				Type = TOOLBOXITEM_BREAK ;
92cdf0e10cSrcweir			};
93cdf0e10cSrcweir			ToolBoxItem
94cdf0e10cSrcweir			{
95cdf0e10cSrcweir				Identifier = SID_GRFFILTER_SOBEL ;
96cdf0e10cSrcweir				HelpId = HID_GRFFILTER_SOBEL ;
97cdf0e10cSrcweir			};
98cdf0e10cSrcweir			ToolBoxItem
99cdf0e10cSrcweir			{
100cdf0e10cSrcweir				Identifier = SID_GRFFILTER_EMBOSS ;
101cdf0e10cSrcweir				HelpId = HID_GRFFILTER_EMBOSS ;
102cdf0e10cSrcweir			};
103cdf0e10cSrcweir			ToolBoxItem
104cdf0e10cSrcweir			{
105cdf0e10cSrcweir				Identifier = SID_GRFFILTER_MOSAIC ;
106cdf0e10cSrcweir				HelpId = HID_GRFFILTER_MOSAIC ;
107cdf0e10cSrcweir			};
108cdf0e10cSrcweir		};
109cdf0e10cSrcweir	};
110cdf0e10cSrcweir};
111cdf0e10cSrcweir
112cdf0e10cSrcweir// -----------
113cdf0e10cSrcweir// - Strings -
114cdf0e10cSrcweir// -----------
115cdf0e10cSrcweir
116cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFMODE
117cdf0e10cSrcweir{
118cdf0e10cSrcweir	Text [ en-US ] = "Graphics Mode" ;
119cdf0e10cSrcweir};
120cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFRED
121cdf0e10cSrcweir{
122cdf0e10cSrcweir	Text [ en-US ] = "Red" ;
123cdf0e10cSrcweir};
124cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFGREEN
125cdf0e10cSrcweir{
126cdf0e10cSrcweir	Text [ en-US ] = "Green" ;
127cdf0e10cSrcweir};
128cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFBLUE
129cdf0e10cSrcweir{
130cdf0e10cSrcweir	Text [ en-US ] = "Blue" ;
131cdf0e10cSrcweir};
132cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFLUMINANCE
133cdf0e10cSrcweir{
134cdf0e10cSrcweir	Text [ en-US ] = "Brightness" ;
135cdf0e10cSrcweir};
136cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFCONTRAST
137cdf0e10cSrcweir{
138cdf0e10cSrcweir	Text [ en-US ] = "Contrast" ;
139cdf0e10cSrcweir};
140cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFGAMMA
141cdf0e10cSrcweir{
142cdf0e10cSrcweir	Text [ en-US ] = "Gamma" ;
143cdf0e10cSrcweir};
144cdf0e10cSrcweirString RID_SVXSTR_UNDO_GRAFTRANSPARENCY
145cdf0e10cSrcweir{
146cdf0e10cSrcweir	Text [ en-US ] = "Transparency" ;
147cdf0e10cSrcweir};
148cdf0e10cSrcweirString RID_SVXSTR_GRAFCROP
149cdf0e10cSrcweir{
150cdf0e10cSrcweir	Text [ en-US ] = "Crop" ;
151cdf0e10cSrcweir};
152cdf0e10cSrcweir
153cdf0e10cSrcweir// ********************************************************************** EOF
154