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