Version 3.6.0.2, tag libreoffice-3.6.0.2
[LibreOffice.git] / svx / source / tbxctrls / tbcontrl.src
blobb75f35cee5733c8c6e9b19d73f930a282f376a24
1 /*************************************************************************
2  *
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  *
5  * Copyright 2000, 2010 Oracle and/or its affiliates.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * This file is part of OpenOffice.org.
10  *
11  * OpenOffice.org is free software: you can redistribute it and/or modify
12  * it under the terms of the GNU Lesser General Public License version 3
13  * only, as published by the Free Software Foundation.
14  *
15  * OpenOffice.org is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  * GNU Lesser General Public License version 3 for more details
19  * (a copy is included in the LICENSE file that accompanied this code).
20  *
21  * You should have received a copy of the GNU Lesser General Public License
22  * version 3 along with OpenOffice.org.  If not, see
23  * <http://www.openoffice.org/license.html>
24  * for a copy of the LGPLv3 License.
25  *
26  ************************************************************************/
28 #include <svx/dialogs.hrc>
29 #include <helpid.hrc>
32  * Bitmaps f"ur SvxFrameWindow
33  */
35 #define MASKCOLOR   MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
37 Image RID_SVX_RELOAD_NORMAL
39     ImageBitmap = Bitmap { File = "reload.bmp" ; };
40     MASKCOLOR
43 Image RID_SVX_RELOAD_SPECIAL
45     ImageBitmap = Bitmap { File = "reloads.bmp" ; };
46     MASKCOLOR
49 ImageList RID_SVXIL_FRAME
51     Prefix = "fr";
52     IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
53     IdCount = { 12 ; };
54     MASKCOLOR
57 String RID_SVXSTR_TRANSPARENT
59     Text [ en-US ] = "No Fill" ;
61 String RID_SVXSTR_FILLPATTERN
64     Text [ en-US ] = "Pattern" ;
67 String RID_SVXSTR_FRAME
69     Text [ en-US ] = "Borders" ;
72 String RID_SVXSTR_FRAME_STYLE
74     Text [ en-US ] = "Border Style" ;
77 String RID_SVXSTR_FRAME_COLOR
79     Text [ en-US ] = "Border Color" ;
82 ComboBox RID_SVXTBX_STYLE
84     HelpId = HID_STYLE_LISTBOX ;
85     Size = MAP_APPFONT ( 67 , 86 ) ;
86     DropDown = TRUE ;
87     Sort = TRUE ;
88     AutoHScroll = TRUE ;
89     DDExtraWidth = TRUE ;
90     Border = TRUE ;
91     Hide = TRUE ;
94 String RID_SVXSTR_EXTRAS_CHARBACKGROUND
96     Text [ en-US ] = "Highlighting" ;
99 String RID_SVXSTR_BACKGROUND
101     Text [ en-US ] = "Background";
104 String RID_SVXSTR_AUTOMATIC
106     Text [ en-US ] = "Automatic";
109 String RID_SVXSTR_PAGES
111     Text [ en-US ] = "Pages";
114 Image RID_SVXIMG_GRAF_RED
116     ImageBitmap = Bitmap { File = "sc10865.bmp" ; };
117     MASKCOLOR
119 Image RID_SVXIMG_GRAF_GREEN
121     ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
122     MASKCOLOR
124 Image RID_SVXIMG_GRAF_BLUE
126     ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
127     MASKCOLOR
129 Image RID_SVXIMG_GRAF_LUMINANCE
131     ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
132     MASKCOLOR
134 Image RID_SVXIMG_GRAF_CONTRAST
136     ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
137     MASKCOLOR
139 Image RID_SVXIMG_GRAF_GAMMA
141     ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
142     MASKCOLOR
144 Image RID_SVXIMG_GRAF_TRANSPARENCE
146     ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
147     MASKCOLOR
150 String RID_SVXSTR_CLEARFORM
152     Text [ en-US ] = "Clear formatting";
155 String RID_SVXSTR_MORE
157     Text [ en-US ] = "More...";
160 //IAccessibility2 Implementation 2009-----
161 String RID_SVXSTR_TEXTCOLOR
163     Text [ en-US ] = "Font color";
165 //-----IAccessibility2 Implementation 2009
166 // ********************************************************************** EOF