1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
24 * Bitmaps f"ur SvxFrameWindow
27 #define MASKCOLOR MaskColor = Color { Red = 0xFFFF ; Green = 0x0000 ; Blue = 0xFFFF ; };
29 Image RID_SVX_RELOAD_NORMAL
31 ImageBitmap = Bitmap { File = "reload.bmp" ; };
35 Image RID_SVX_RELOAD_SPECIAL
37 ImageBitmap = Bitmap { File = "reloads.bmp" ; };
41 ImageList RID_SVXIL_FRAME
44 IdList = { 1 ; 2 ; 3 ; 4 ; 5 ; 6 ; 7 ; 8 ; 9 ; 10 ; 11 ; 12 ; };
49 String RID_SVXSTR_TRANSPARENT
51 Text [ en-US ] = "No Fill" ;
54 String RID_SVXSTR_FILLPATTERN
56 Text [ en-US ] = "Pattern" ;
59 String RID_SVXSTR_FRAME
61 Text [ en-US ] = "Borders" ;
64 String RID_SVXSTR_FRAME_STYLE
66 Text [ en-US ] = "Border Style" ;
69 String RID_SVXSTR_FRAME_COLOR
71 Text [ en-US ] = "Border Color" ;
74 ComboBox RID_SVXTBX_STYLE
76 HelpId = HID_STYLE_LISTBOX ;
77 Size = MAP_APPFONT ( 67 , 86 ) ;
86 String RID_SVXSTR_EXTRAS_CHARBACKGROUND
88 Text [ en-US ] = "Highlighting" ;
91 String RID_SVXSTR_BACKGROUND
93 Text [ en-US ] = "Background";
96 String RID_SVXSTR_AUTOMATIC
98 Text [ en-US ] = "Automatic";
101 String RID_SVXSTR_PAGES
103 Text [ en-US ] = "Pages";
106 Image RID_SVXIMG_GRAF_RED
108 ImageBitmap = Bitmap { File = "sc10865.bmp" ; };
111 Image RID_SVXIMG_GRAF_GREEN
113 ImageBitmap = Bitmap { File = "sc10866.bmp" ; };
116 Image RID_SVXIMG_GRAF_BLUE
118 ImageBitmap = Bitmap { File = "sc10867.bmp" ; };
121 Image RID_SVXIMG_GRAF_LUMINANCE
123 ImageBitmap = Bitmap { File = "sc10863.bmp" ; };
126 Image RID_SVXIMG_GRAF_CONTRAST
128 ImageBitmap = Bitmap { File = "sc10864.bmp" ; };
131 Image RID_SVXIMG_GRAF_GAMMA
133 ImageBitmap = Bitmap { File = "sc10868.bmp" ; };
136 Image RID_SVXIMG_GRAF_TRANSPARENCE
138 ImageBitmap = Bitmap { File = "sc10869.bmp" ; };
142 String RID_SVXSTR_CLEARFORM
144 Text [ en-US ] = "Clear formatting";
147 String RID_SVXSTR_MORE
149 Text [ en-US ] = "More...";
152 String RID_SVXSTR_TEXTCOLOR
154 Text [ en-US ] = "Font color";
157 // This is duplicated in GenericCommands.xcu in officecfg.
158 String RID_SVXSTR_CHARFONTNAME
160 Text [ en-US ] = "Font Name";
163 String RID_SVXSTR_CHARFONTNAME_NOTAVAILABLE
165 Text [ en-US ] = "Font Name. The current font is not available and will be substituted.";
168 // ********************************************************************** EOF
170 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */