1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * This file is part of OpenOffice.org.
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.
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).
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.
26 ************************************************************************/
28 #include <svx/dialogs.hrc>
32 * Bitmaps f"ur SvxFrameWindow
35 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
37 Image RID_SVX_RELOAD_NORMAL
39 ImageBitmap = Bitmap { File = "reload.bmp" ; };
43 Image RID_SVX_RELOAD_SPECIAL
45 ImageBitmap = Bitmap { File = "reloads.bmp" ; };
49 ImageList RID_SVXIL_FRAME
52 IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
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 ) ;
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" ; };
119 Image RID_SVXIMG_GRAF_GREEN
121 ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
124 Image RID_SVXIMG_GRAF_BLUE
126 ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
129 Image RID_SVXIMG_GRAF_LUMINANCE
131 ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
134 Image RID_SVXIMG_GRAF_CONTRAST
136 ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
139 Image RID_SVXIMG_GRAF_GAMMA
141 ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
144 Image RID_SVXIMG_GRAF_TRANSPARENCE
146 ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
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