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 "globals.hrc"
24 // TabDialog ****************************************************************
25 TabDialog DLG_DROPCAPS
29 Text [ en-US ] = "Drop Caps" ;
38 Identifier = TP_DROPCAPS ;
39 Text [ en-US ] = "Drop Caps" ;
40 PageResID = TP_DROPCAPS ;
45 // TabPage ******************************************************************
48 HelpID = HID_DROPCAPS ;
49 Size = MAP_APPFONT ( TP_WIDTH , TP_HEIGHT ) ;
53 HelpID = "sw:CheckBox:TP_DROPCAPS:CB_SWITCH";
54 Pos = MAP_APPFONT ( 12 , 14 ) ;
55 Size = MAP_APPFONT ( 90 , 10 ) ;
56 Text [ en-US ] = "Display drop caps" ;
60 HelpID = "sw:CheckBox:TP_DROPCAPS:CB_WORD";
61 Pos = MAP_APPFONT ( 12 , 28 ) ;
62 Size = MAP_APPFONT ( 90 , 10 ) ;
63 Text [ en-US ] = "~Whole word" ;
67 Pos = MAP_APPFONT ( 12 , 44 ) ;
68 Size = MAP_APPFONT ( 70 , 8 ) ;
69 Text [ en-US ] = "Number of ~characters:" ;
71 NumericField FLD_DROPCAPS
73 HelpID = "sw:NumericField:TP_DROPCAPS:FLD_DROPCAPS";
80 Pos = MAP_APPFONT ( 89 , 42 ) ;
82 Size = MAP_APPFONT ( 36 , 12 ) ;
89 Pos = MAP_APPFONT ( 12 , 60 ) ;
90 Size = MAP_APPFONT ( 70 , 8 ) ;
91 Text [ en-US ] = "~Lines" ;
93 NumericField FLD_LINES
95 HelpID = "sw:NumericField:TP_DROPCAPS:FLD_LINES";
102 Pos = MAP_APPFONT ( 89 , 58 ) ;
104 Size = MAP_APPFONT ( 36 , 12 ) ;
108 FixedText TXT_DISTANCE
111 Pos = MAP_APPFONT ( 12 , 76 ) ;
112 Size = MAP_APPFONT ( 70 , 8 ) ;
113 Text [ en-US ] = "Space to text" ;
115 MetricField FLD_DISTANCE
117 HelpID = "sw:MetricField:TP_DROPCAPS:FLD_DISTANCE";
125 Pos = MAP_APPFONT ( 89 , 74 ) ;
127 Size = MAP_APPFONT ( 36 , 12 ) ;
133 FixedLine FL_SETTINGS
135 Pos = MAP_APPFONT ( 6 , 3 ) ;
136 Size = MAP_APPFONT ( 125 , 8 ) ;
137 Text [ en-US ] = "Settings" ;
142 Pos = MAP_APPFONT ( 143 , 7 ) ;
143 Size = MAP_APPFONT ( 105 , 80 ) ;
148 Pos = MAP_APPFONT ( 12 , 102 ) ;
149 Size = MAP_APPFONT ( 125 , 8 ) ;
150 Text [ en-US ] = "~Text" ;
154 HelpID = "sw:Edit:TP_DROPCAPS:EDT_TEXT";
157 Pos = MAP_APPFONT ( 143 , 100 ) ;
158 Size = MAP_APPFONT ( 105 , 12 ) ;
162 FixedText TXT_TEMPLATE
165 Pos = MAP_APPFONT ( 12 , 118 ) ;
166 Size = MAP_APPFONT ( 125 , 8 ) ;
167 Text [ en-US ] = "Character St~yle" ;
171 HelpID = "sw:ListBox:TP_DROPCAPS:BOX_TEMPLATE";
174 Pos = MAP_APPFONT ( 143 , 116 ) ;
175 Size = MAP_APPFONT ( 105 , 61 ) ;
180 Pos = MAP_APPFONT ( 6 , 89 ) ;
181 Size = MAP_APPFONT ( 248 , 8 ) ;
182 Text [ en-US ] = "Contents" ;
185 // ********************************************************************** EOF
187 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */