Stop leaking all ScPostIt instances.
[LibreOffice.git] / sc / source / ui / src / filter.src
blob9b23647d87a8862d637ab48066432f03f815c328
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  */
19 #include "filter.hrc"
21 ModalDialog RID_SCDLG_PIVOTFILTER
23     OutputSize = TRUE ;
24     HelpId = HID_SC_PIVOTFILTER ;
25     Hide = TRUE ;
26     SVLook = TRUE ;
27     Size = MAP_APPFONT ( 298 , 83 ) ;
28     Text [ en-US ] = "Filter" ;
29     Moveable = TRUE ;
30     Closeable = FALSE ;
31     FixedText FT_OP
32     {
33         Pos = MAP_APPFONT ( 12 , 14 ) ;
34         Size = MAP_APPFONT ( 40 , 8 ) ;
35         Text [ en-US ] = "Operator" ;
36     };
37     FixedText FT_FIELD
38     {
39         Pos = MAP_APPFONT ( 58 , 14 ) ;
40         Size = MAP_APPFONT ( 60 , 8 ) ;
41         Text [ en-US ] = "Field name" ;
42     };
43     FixedText FT_COND
44     {
45         Pos = MAP_APPFONT ( 122 , 14 ) ;
46         Size = MAP_APPFONT ( 47 , 8 ) ;
47         Text [ en-US ] = "Condition" ;
48     };
49     FixedText FT_VAL
50     {
51         Pos = MAP_APPFONT ( 173 , 14 ) ;
52         Size = MAP_APPFONT ( 60 , 8 ) ;
53         Text [ en-US ] = "Value" ;
54     };
55     ListBox LB_OP1
56     {
57         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP1";
58         Border = TRUE ;
59         Pos = MAP_APPFONT ( 12 , 41 ) ;
60         Size = MAP_APPFONT ( 40 , 46 ) ;
61         TabStop = TRUE ;
62         DropDown = TRUE ;
63         StringList [ en-US ] =
64         {
65             < "AND" ; Default ; > ;
66             < "OR" ; Default ; > ;
67         };
68     };
69     ListBox LB_OP2
70     {
71         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_OP2";
72         Border = TRUE ;
73         Pos = MAP_APPFONT ( 12 , 57 ) ;
74         Size = MAP_APPFONT ( 40 , 46 ) ;
75         TabStop = TRUE ;
76         DropDown = TRUE ;
77         StringList [ en-US ] =
78         {
79             < "AND" ; Default ; > ;
80             < "OR" ; Default ; > ;
81         };
82     };
83     ListBox LB_FIELD1
84     {
85         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD1";
86         Border = TRUE ;
87         Pos = MAP_APPFONT ( 58 , 25 ) ;
88         Size = MAP_APPFONT ( 60 , 90 ) ;
89         TabStop = TRUE ;
90         DropDown = TRUE ;
91     };
92     ListBox LB_FIELD2
93     {
94         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD2";
95         Border = TRUE ;
96         Pos = MAP_APPFONT ( 58 , 41 ) ;
97         Size = MAP_APPFONT ( 60 , 90 ) ;
98         TabStop = TRUE ;
99         DropDown = TRUE ;
100     };
101     ListBox LB_FIELD3
102     {
103         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_FIELD3";
104         Border = TRUE ;
105         Pos = MAP_APPFONT ( 58 , 57 ) ;
106         Size = MAP_APPFONT ( 60 , 90 ) ;
107         TabStop = TRUE ;
108         DropDown = TRUE ;
109     };
110     ListBox LB_COND1
111     {
112         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND1";
113         Border = TRUE ;
114         Pos = MAP_APPFONT ( 122 , 25 ) ;
115         Size = MAP_APPFONT ( 47 , 65 ) ;
116         TabStop = TRUE ;
117         DropDown = TRUE ;
118         StringList [ en-US ] =
119         {
120             < "=" ; Default ; > ;
121             < "<" ; Default ; > ;
122             < ">" ; Default ; > ;
123             < "<=" ; Default ; > ;
124             < ">=" ; Default ; > ;
125             < "<>" ; Default ; > ;
126         };
127     };
128     ListBox LB_COND2
129     {
130         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND2";
131         Border = TRUE ;
132         Pos = MAP_APPFONT ( 122 , 41 ) ;
133         Size = MAP_APPFONT ( 47 , 65 ) ;
134         TabStop = TRUE ;
135         DropDown = TRUE ;
136         StringList [ en-US ] =
137         {
138             < "=" ; Default ; > ;
139             < "<" ; Default ; > ;
140             < ">" ; Default ; > ;
141             < "<=" ; Default ; > ;
142             < ">=" ; Default ; > ;
143             < "<>" ; Default ; > ;
144         };
145     };
146     ListBox LB_COND3
147     {
148         HelpID = "sc:ListBox:RID_SCDLG_PIVOTFILTER:LB_COND3";
149         Border = TRUE ;
150         Pos = MAP_APPFONT ( 122 , 57 ) ;
151         Size = MAP_APPFONT ( 47 , 65 ) ;
152         TabStop = TRUE ;
153         DropDown = TRUE ;
154         StringList [ en-US ] =
155         {
156             < "=" ; Default ; > ;
157             < "<" ; Default ; > ;
158             < ">" ; Default ; > ;
159             < "<=" ; Default ; > ;
160             < ">=" ; Default ; > ;
161             < "<>" ; Default ; > ;
162         };
163     };
164     ComboBox ED_VAL1
165     {
166         HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL1";
167         Pos = MAP_APPFONT ( 173 , 25 ) ;
168         Size = MAP_APPFONT ( 60 , 90 ) ;
169         TabStop = TRUE ;
170         DropDown = TRUE ;
171     };
172     ComboBox ED_VAL2
173     {
174         HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL2";
175         Pos = MAP_APPFONT ( 173 , 41 ) ;
176         Size = MAP_APPFONT ( 60 , 90 ) ;
177         TabStop = TRUE ;
178         DropDown = TRUE ;
179     };
180     ComboBox ED_VAL3
181     {
182         HelpID = "sc:ComboBox:RID_SCDLG_PIVOTFILTER:ED_VAL3";
183         Pos = MAP_APPFONT ( 173 , 57 ) ;
184         Size = MAP_APPFONT ( 60 , 90 ) ;
185         TabStop = TRUE ;
186         DropDown = TRUE ;
187     };
188     FixedLine FL_CRITERIA
189     {
190         Pos = MAP_APPFONT ( 6 , 3 ) ;
191         Size = MAP_APPFONT ( 230 , 8 ) ;
192         Text [ en-US ] = "Filter criteria";
193     };
194     CheckBox BTN_CASE
195     {
196         HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_CASE";
197         Hide = TRUE ;
198         Pos = MAP_APPFONT ( 12 , 86 ) ;
199         Size = MAP_APPFONT ( 221 , 10 ) ;
200         TabStop = TRUE ;
201         Text [ en-US ] = "~Case sensitive" ;
202     };
203     CheckBox BTN_REGEXP
204     {
205         HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_REGEXP";
206         Hide = TRUE ;
207         Pos = MAP_APPFONT ( 12 , 100 ) ;
208         Size = MAP_APPFONT ( 221 , 10 ) ;
209         TabStop = TRUE ;
210         Text [ en-US ] = "~Regular expression" ;
211     };
212     CheckBox BTN_UNIQUE
213     {
214         HelpID = "sc:CheckBox:RID_SCDLG_PIVOTFILTER:BTN_UNIQUE";
215         Hide = TRUE ;
216         Pos = MAP_APPFONT ( 12 , 114 ) ;
217         Size = MAP_APPFONT ( 221 , 10 ) ;
218         TabStop = TRUE ;
219         Text [ en-US ] = "~No duplication" ;
220     };
221     FixedLine FL_OPTIONS
222     {
223         Hide = TRUE ;
224         Pos = MAP_APPFONT ( 6 , 75 ) ;
225         Size = MAP_APPFONT ( 230 , 8 ) ;
226         Text [ en-US ] = "Options" ;
227     };
228     FixedText FT_DBAREA
229     {
230         Hide = TRUE ;
231         Pos = MAP_APPFONT ( 70 , 130 ) ;
232         Size = MAP_APPFONT ( 166 , 8 ) ;
233         Left = TRUE ;
234         Text [ en-US ] = "dummy" ;
235     };
236     FixedText FT_DBAREA_LABEL
237     {
238         Hide = TRUE ;
239         Pos = MAP_APPFONT ( 6 , 130 ) ;
240         Size = MAP_APPFONT ( 58 , 8 ) ;
241         Text [ en-US ] = "Data range:" ;
242     };
243     OKButton BTN_OK
244     {
245         Pos = MAP_APPFONT ( 242 , 6 ) ;
246         Size = MAP_APPFONT ( 50 , 14 ) ;
247         TabStop = TRUE ;
248         DefButton = TRUE ;
249     };
250     CancelButton BTN_CANCEL
251     {
252         Pos = MAP_APPFONT ( 242 , 23 ) ;
253         Size = MAP_APPFONT ( 50 , 14 ) ;
254         TabStop = TRUE ;
255     };
256     HelpButton BTN_HELP
257     {
258         Pos = MAP_APPFONT ( 242 , 43 ) ;
259         Size = MAP_APPFONT ( 50 , 14 ) ;
260         TabStop = TRUE ;
261     };
262     MoreButton BTN_MORE
263     {
264         HelpID = "sc:MoreButton:RID_SCDLG_PIVOTFILTER:BTN_MORE";
265         Pos = MAP_APPFONT ( 242 , 63 ) ;
266         Size = MAP_APPFONT ( 50 , 14 ) ;
267         TabStop = TRUE ;
268         MapUnit = MAP_APPFONT ;
269         Delta = 61 ;
270     };
273 String STR_COPY_AREA_TO
275     Text [ en-US ] = "Copy results to" ;
277 String RID_FILTER_OPERATOR
279     Text [ en-US ] = "Operator" ;
281 String RID_FILTER_FIELDNAME
283     Text [ en-US ] = "Field Name" ;
285 String RID_FILTER_CONDITION
287     Text [ en-US ] = "Condition" ;
289 String RID_FILTER_VALUE
291     Text [ en-US ] = "Value" ;
294 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */