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 .
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
40 #define ET_WHEREVALUE1 1
41 #define ET_WHEREVALUE2 2
42 #define ET_WHEREVALUE3 3
45 #define STR_COMPARE_OPERATORS 4
51 #endif // DBAUI_QUERYFILTER_HRC
53 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */