bump product version to 4.1.6.2
[LibreOffice.git] / dbaccess / source / ui / dlg / queryfilter.hrc
blob7206e23ea68d656780eafe0372b1a9258f5e3b76
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 #ifndef DBAUI_QUERYFILTER_HRC
20 #define DBAUI_QUERYFILTER_HRC
22 #include "dbu_dlg.hrc"
24 #define FT_WHEREFIELD   1
25 #define FT_WHERECOMP    2
26 #define FT_WHEREVALUE   3
27 #define FT_WHEREOPER    4
29 #define LB_WHEREFIELD1  1
30 #define LB_WHERECOMP1   2
31 #define LB_WHEREFIELD2  3
32 #define LB_WHERECOMP2   4
33 #define LB_WHEREFIELD3  5
34 #define LB_WHERECOMP3   6
35 #define LB_WHERECOND2   7
36 #define LB_WHERECOND3   8
38 #define FL_FIELDS               1
40 #define ET_WHEREVALUE1  1
41 #define ET_WHEREVALUE2  2
42 #define ET_WHEREVALUE3  3
44 #define STR_NOENTRY     1
45 #define STR_COMPARE_OPERATORS 4
47 #define BT_OK           1
48 #define BT_CANCEL       2
49 #define BT_HELP         3
51 #endif // DBAUI_QUERYFILTER_HRC
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */