1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: queryfilter.src,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef DBAUI_QUERYFILTER_HRC
32 #include "queryfilter.hrc"
34 #include "dbaccess_helpid.hrc"
37 #define STRLST_AND_OR \
38 StringList [ en-US ] = \
40 < "AND" ; Default ; > ; \
41 < "OR" ; Default ; > ; \
45 ModalDialog DLG_FILTERCRIT
50 Size = MAP_APPFONT ( 303 , 76 ) ;
51 /* These strings are equal to the toolbox bubble helptext from MID_SBA_QRY_FILTERCRIT in toolbox.hrc */
52 Text [ en-US ] ="Standard Filter";
56 HelpId = HID_DLG_FILTERCRIT ;
57 ListBox LB_WHEREFIELD1
60 Pos = MAP_APPFONT ( 60 , 25 ) ;
61 Size = MAP_APPFONT ( 60 , 90 ) ;
68 Pos = MAP_APPFONT ( 124 , 25 ) ;
69 Size = MAP_APPFONT ( 49 , 72 ) ;
78 Pos = MAP_APPFONT ( 177 , 25 ) ;
79 Size = MAP_APPFONT ( 60 , 12 ) ;
85 Pos = MAP_APPFONT ( 15 , 41 ) ;
86 Size = MAP_APPFONT ( 41 , 36 ) ;
91 StringList [ en-US ] =
93 < "AND" ; Default ; > ;
94 < "OR" ; Default ; > ;
97 ListBox LB_WHEREFIELD2
100 Pos = MAP_APPFONT ( 60 , 41 ) ;
101 Size = MAP_APPFONT ( 60 , 90 ) ;
105 ListBox LB_WHERECOMP2
108 Pos = MAP_APPFONT ( 124 , 41 ) ;
109 Size = MAP_APPFONT ( 49 , 72 ) ;
112 DDExtraWidth = TRUE ;
118 Pos = MAP_APPFONT ( 177 , 41 ) ;
119 Size = MAP_APPFONT ( 60 , 12 ) ;
122 ListBox LB_WHERECOND3
125 Pos = MAP_APPFONT ( 15 , 57 ) ;
126 Size = MAP_APPFONT ( 41 , 36 ) ;
131 StringList [ en-US ] =
133 < "AND" ; Default ; > ;
134 < "OR" ; Default ; > ;
137 ListBox LB_WHEREFIELD3
140 Pos = MAP_APPFONT ( 60 , 57 ) ;
141 Size = MAP_APPFONT ( 60 , 90 ) ;
145 ListBox LB_WHERECOMP3
148 Pos = MAP_APPFONT ( 124 , 57 ) ;
149 Size = MAP_APPFONT ( 49 , 72 ) ;
152 DDExtraWidth = TRUE ;
158 Pos = MAP_APPFONT ( 177 , 57 ) ;
159 Size = MAP_APPFONT ( 60 , 12 ) ;
162 FixedText FT_WHEREFIELD
164 Pos = MAP_APPFONT ( 60 , 14 ) ;
165 Size = MAP_APPFONT ( 60 , 8 ) ;
167 Text [ en-US ] = "Field name" ;
169 FixedText FT_WHERECOMP
171 Pos = MAP_APPFONT ( 124 , 14 ) ;
172 Size = MAP_APPFONT ( 50 , 8 ) ;
174 Text [ en-US ] = "Condition" ;
176 FixedText FT_WHEREVALUE
178 Pos = MAP_APPFONT ( 177 , 14 ) ;
179 Size = MAP_APPFONT ( 60 , 8 ) ;
181 Text [ en-US ] = "Value" ;
183 FixedText FT_WHEREOPER
185 Pos = MAP_APPFONT ( 15 , 14 ) ;
186 Size = MAP_APPFONT ( 40 , 8 ) ;
187 /* ### ACHTUNG: Neuer Text in Resource? Verknüpfung : Verkn³pfung */
189 Text [ en-US ] = "Operator" ;
193 Pos = MAP_APPFONT ( 6 , 3 ) ;
194 Size = MAP_APPFONT ( 236 , 8 ) ;
195 Text [ en-US ] = "Criteria" ;
199 Pos = MAP_APPFONT ( 249 , 6 ) ;
200 Size = MAP_APPFONT ( 50 , 14 ) ;
204 CancelButton BT_CANCEL
206 Pos = MAP_APPFONT ( 249 , 23 ) ;
207 Size = MAP_APPFONT ( 50 , 14 ) ;
212 Pos = MAP_APPFONT ( 249 , 43 ) ;
213 Size = MAP_APPFONT ( 50 , 14 ) ;
218 Text [ en-US ] = "- none -" ;
220 String STR_COMPARE_OPERATORS
222 Text [ en-US ] = "=;<>;<;<=;>;>=;like;not like;null;not null";