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 "miscdlgs.hrc"
22 ModalDialog RID_SCDLG_AUTOFORMAT
25 HelpId = CMD_SID_AUTOFORMAT ;
27 Size = MAP_APPFONT ( 312 , 121 ) ;
28 Text [ en-US ] = "AutoFormat" ;
33 HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT";
35 Pos = MAP_APPFONT ( 12 , 14 ) ;
36 Size = MAP_APPFONT ( 70 , 101 ) ;
41 Pos = MAP_APPFONT ( 6 , 3 ) ;
42 Size = MAP_APPFONT ( 244 , 8 ) ;
43 Text [ en-US ] = "F~ormat" ;
47 Pos = MAP_APPFONT ( 88 , 14 ) ;
48 Size = MAP_APPFONT ( 159 , 101 ) ;
53 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST";
55 Pos = MAP_APPFONT ( 172 , 146 ) ;
56 Size = MAP_APPFONT ( 75 , 10 ) ;
57 Text [ en-US ] = "A~utoFit width and height" ;
62 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER";
64 Pos = MAP_APPFONT ( 12 , 146 ) ;
65 Size = MAP_APPFONT ( 75 , 10 ) ;
66 Text [ en-US ] = "~Borders" ;
71 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT";
73 Pos = MAP_APPFONT ( 93 , 132 ) ;
74 Size = MAP_APPFONT ( 73 , 10 ) ;
75 Text [ en-US ] = "F~ont" ;
80 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN";
82 Pos = MAP_APPFONT ( 93 , 146 ) ;
83 Size = MAP_APPFONT ( 73 , 10 ) ;
84 Text [ en-US ] = "~Pattern" ;
87 CheckBox BTN_ALIGNMENT
89 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT";
91 Pos = MAP_APPFONT ( 172 , 132 ) ;
92 Size = MAP_APPFONT ( 75 , 10 ) ;
93 Text [ en-US ] = "Alignmen~t" ;
96 CheckBox BTN_NUMFORMAT
98 HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT";
100 Pos = MAP_APPFONT ( 12 , 132 ) ;
101 Size = MAP_APPFONT ( 75 , 10 ) ;
102 Text [ en-US ] = "~Number format" ;
105 FixedLine FL_FORMATTING
108 Pos = MAP_APPFONT ( 6 , 121 ) ;
109 Size = MAP_APPFONT ( 244 , 8 ) ;
110 Text [ en-US ] = "Formatting" ;
114 Pos = MAP_APPFONT ( 256 , 6 ) ;
115 Size = MAP_APPFONT ( 50 , 14 ) ;
119 CancelButton BTN_CANCEL
121 Pos = MAP_APPFONT ( 256 , 23 ) ;
122 Size = MAP_APPFONT ( 50 , 14 ) ;
127 HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE";
128 Pos = MAP_APPFONT ( 256 , 101 ) ;
129 Size = MAP_APPFONT ( 50 , 14 ) ;
131 MapUnit = MAP_APPFONT ;
136 HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_ADD";
137 Pos = MAP_APPFONT ( 256 , 63 ) ;
138 Size = MAP_APPFONT ( 50 , 14 ) ;
139 Text [ en-US ] = "~Add..." ;
142 PushButton BTN_REMOVE
144 HelpID = "sc:PushButton:RID_SCDLG_AUTOFORMAT:BTN_REMOVE";
145 Pos = MAP_APPFONT ( 256 , 81 ) ;
146 Size = MAP_APPFONT ( 50 , 14 ) ;
147 Text [ en-US ] = "~Delete" ;
151 PushButton BTN_RENAME
153 Pos = MAP_APPFONT ( 256 , 123 ) ;
154 Size = MAP_APPFONT ( 50 , 14 ) ;
155 HelpId=HID_SC_RENAME_AUTOFMT;
157 Text [ en-US ] = "~Rename" ;
162 Pos = MAP_APPFONT ( 256 , 43 ) ;
163 Size = MAP_APPFONT ( 50 , 14 ) ;
168 Text [ en-US ] = "Add AutoFormat" ;
171 String STR_RENAME_TITLE
173 Text [ en-US ] = "Rename AutoFormat" ;
178 Text [ en-US ] = "Name" ;
182 Text [ en-US ] = "Delete AutoFormat" ;
186 Text [ en-US ] = "Do you really want to delete the # AutoFomat?" ;
190 Text [ en-US ] = "~Close" ;
194 Text [ en-US ] = "Jan" ;
198 Text [ en-US ] = "Feb" ;
202 Text [ en-US ] = "Mar" ;
206 Text [ en-US ] = "North" ;
210 Text [ en-US ] = "Mid" ;
214 Text [ en-US ] = "South" ;
218 Text [ en-US ] = "Total" ;
222 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */