Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / autofmt.src
blob02a9743792fc77655cb424416df0af36a89a324a
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*
3  * This file is part of the LibreOffice project.
4  *
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/.
8  *
9  * This file incorporates work covered by the following license notice:
10  *
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 .
18  */
20 #include "miscdlgs.hrc"
22 ModalDialog RID_SCDLG_AUTOFORMAT
24     OutputSize = TRUE ;
25     HelpId = CMD_SID_AUTOFORMAT ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 312 , 121 ) ;
28     Text [ en-US ] = "AutoFormat" ;
29     Moveable = TRUE ;
30     Closeable = FALSE ;
31     ListBox LB_FORMAT
32     {
33         HelpID = "sc:ListBox:RID_SCDLG_AUTOFORMAT:LB_FORMAT";
34         Border = TRUE ;
35         Pos = MAP_APPFONT ( 12 , 14 ) ;
36         Size = MAP_APPFONT ( 70 , 101 ) ;
37         TabStop = TRUE ;
38     };
39     FixedLine FL_FORMAT
40     {
41         Pos = MAP_APPFONT ( 6 , 3 ) ;
42         Size = MAP_APPFONT ( 244 , 8 ) ;
43         Text [ en-US ] = "F~ormat" ;
44     };
45     Window WND_PREVIEW
46     {
47         Pos = MAP_APPFONT ( 88 , 14 ) ;
48         Size = MAP_APPFONT ( 159 , 101 ) ;
49         Border = TRUE ;
50     };
51     CheckBox BTN_ADJUST
52     {
53         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ADJUST";
54         Hide = TRUE ;
55         Pos = MAP_APPFONT ( 172 , 146 ) ;
56         Size = MAP_APPFONT ( 75 , 10 ) ;
57         Text [ en-US ] = "A~utoFit width and height" ;
58         TabStop = TRUE ;
59     };
60     CheckBox BTN_BORDER
61     {
62         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_BORDER";
63         Hide = TRUE ;
64         Pos = MAP_APPFONT ( 12 , 146 ) ;
65         Size = MAP_APPFONT ( 75 , 10 ) ;
66         Text [ en-US ] = "~Borders" ;
67         TabStop = TRUE ;
68     };
69     CheckBox BTN_FONT
70     {
71         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_FONT";
72         Hide = TRUE ;
73         Pos = MAP_APPFONT ( 93 , 132 ) ;
74         Size = MAP_APPFONT ( 73 , 10 ) ;
75         Text [ en-US ] = "F~ont" ;
76         TabStop = TRUE ;
77     };
78     CheckBox BTN_PATTERN
79     {
80         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_PATTERN";
81         Hide = TRUE ;
82         Pos = MAP_APPFONT ( 93 , 146 ) ;
83         Size = MAP_APPFONT ( 73 , 10 ) ;
84         Text [ en-US ] = "~Pattern" ;
85         TabStop = TRUE ;
86     };
87     CheckBox BTN_ALIGNMENT
88     {
89         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT";
90         Hide = TRUE ;
91         Pos = MAP_APPFONT ( 172 , 132 ) ;
92         Size = MAP_APPFONT ( 75 , 10 ) ;
93         Text [ en-US ] = "Alignmen~t" ;
94         TabStop = TRUE ;
95     };
96     CheckBox BTN_NUMFORMAT
97     {
98         HelpID = "sc:CheckBox:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT";
99         Hide = TRUE ;
100         Pos = MAP_APPFONT ( 12 , 132 ) ;
101         Size = MAP_APPFONT ( 75 , 10 ) ;
102         Text [ en-US ] = "~Number format" ;
103         TabStop = TRUE ;
104     };
105     FixedLine FL_FORMATTING
106     {
107         Hide = TRUE ;
108         Pos = MAP_APPFONT ( 6 , 121 ) ;
109         Size = MAP_APPFONT ( 244 , 8 ) ;
110         Text [ en-US ] = "Formatting" ;
111     };
112     OKButton BTN_OK
113     {
114         Pos = MAP_APPFONT ( 256 , 6 ) ;
115         Size = MAP_APPFONT ( 50 , 14 ) ;
116         TabStop = TRUE ;
117         DefButton = TRUE ;
118     };
119     CancelButton BTN_CANCEL
120     {
121         Pos = MAP_APPFONT ( 256 , 23 ) ;
122         Size = MAP_APPFONT ( 50 , 14 ) ;
123         TabStop = TRUE ;
124     };
125     MoreButton BTN_MORE
126     {
127         HelpID = "sc:MoreButton:RID_SCDLG_AUTOFORMAT:BTN_MORE";
128         Pos = MAP_APPFONT ( 256 , 101 ) ;
129         Size = MAP_APPFONT ( 50 , 14 ) ;
130         TabStop = TRUE ;
131         MapUnit = MAP_APPFONT ;
132         Delta = 48 ;
133     };
134     PushButton BTN_ADD
135     {
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..." ;
140         TabStop = TRUE ;
141     };
142     PushButton BTN_REMOVE
143     {
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" ;
148         TabStop = TRUE ;
149     };
151     PushButton BTN_RENAME
152     {
153         Pos = MAP_APPFONT ( 256 , 123 ) ;
154         Size = MAP_APPFONT ( 50 , 14 ) ;
155         HelpId=HID_SC_RENAME_AUTOFMT;
156         TabStop = TRUE ;
157         Text [ en-US ] = "~Rename" ;
158     };
160     HelpButton BTN_HELP
161     {
162         Pos = MAP_APPFONT ( 256 , 43 ) ;
163         Size = MAP_APPFONT ( 50 , 14 ) ;
164         TabStop = TRUE ;
165     };
166     String STR_ADD_TITLE
167     {
168         Text [ en-US ] = "Add AutoFormat" ;
169     };
171     String STR_RENAME_TITLE
172     {
173         Text [ en-US ] = "Rename AutoFormat" ;
174     };
176     String STR_ADD_LABEL
177     {
178         Text [ en-US ] = "Name" ;
179     };
180     String STR_DEL_TITLE
181     {
182         Text [ en-US ] = "Delete AutoFormat" ;
183     };
184     String STR_DEL_MSG
185     {
186         Text [ en-US ] = "Do you really want to delete the # AutoFomat?" ;
187     };
188     String STR_BTN_CLOSE
189     {
190         Text [ en-US ] = "~Close" ;
191     };
192     String STR_JAN
193     {
194         Text [ en-US ] = "Jan" ;
195     };
196     String STR_FEB
197     {
198         Text [ en-US ] = "Feb" ;
199     };
200     String STR_MAR
201     {
202         Text [ en-US ] = "Mar" ;
203     };
204     String STR_NORTH
205     {
206         Text [ en-US ] = "North" ;
207     };
208     String STR_MID
209     {
210         Text [ en-US ] = "Mid" ;
211     };
212     String STR_SOUTH
213     {
214         Text [ en-US ] = "South" ;
215     };
216     String STR_SUM
217     {
218         Text [ en-US ] = "Total" ;
219     };
222 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */