xref: /AOO41X/main/dbaccess/source/ui/inc/dbu_qry.hrc (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
1*cdf0e10cSrcweir/*************************************************************************
2*cdf0e10cSrcweir *
3*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4*cdf0e10cSrcweir *
5*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates.
6*cdf0e10cSrcweir *
7*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite
8*cdf0e10cSrcweir *
9*cdf0e10cSrcweir * This file is part of OpenOffice.org.
10*cdf0e10cSrcweir *
11*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify
12*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3
13*cdf0e10cSrcweir * only, as published by the Free Software Foundation.
14*cdf0e10cSrcweir *
15*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful,
16*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of
17*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details
19*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code).
20*cdf0e10cSrcweir *
21*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License
22*cdf0e10cSrcweir * version 3 along with OpenOffice.org.  If not, see
23*cdf0e10cSrcweir * <http://www.openoffice.org/license.html>
24*cdf0e10cSrcweir * for a copy of the LGPLv3 License.
25*cdf0e10cSrcweir *
26*cdf0e10cSrcweir ************************************************************************/
27*cdf0e10cSrcweir#ifndef _DBU_QRY_HRC_
28*cdf0e10cSrcweir#define _DBU_QRY_HRC_
29*cdf0e10cSrcweir
30*cdf0e10cSrcweir#ifndef _DBU_RESOURCE_HRC_
31*cdf0e10cSrcweir#include "dbu_resource.hrc"
32*cdf0e10cSrcweir#endif
33*cdf0e10cSrcweir
34*cdf0e10cSrcweir
35*cdf0e10cSrcweir#define STR_QRY_FUNCTIONS					RID_STR_QRY_START
36*cdf0e10cSrcweir#define STR_QRY_SORTTEXT					RID_STR_QRY_START + 1
37*cdf0e10cSrcweir#define STR_QUERY_UNDO_MOVETABWIN			RID_STR_QRY_START + 2
38*cdf0e10cSrcweir#define STR_QUERY_UNDO_SIZETABWIN			RID_STR_QRY_START + 3
39*cdf0e10cSrcweir#define STR_QUERY_UNDO_INSERTCONNECTION		RID_STR_QRY_START + 4
40*cdf0e10cSrcweir#define STR_QUERY_UNDO_REMOVECONNECTION		RID_STR_QRY_START + 5
41*cdf0e10cSrcweir#define STR_QUERY_UNDO_TABWINSHOW			RID_STR_QRY_START + 6
42*cdf0e10cSrcweir#define STR_QUERY_UNDO_TABWINDELETE			RID_STR_QRY_START + 7
43*cdf0e10cSrcweir#define STR_QUERY_UNDO_MODIFY_CELL			RID_STR_QRY_START + 8
44*cdf0e10cSrcweir#define STR_QUERY_UNDO_SIZE_COLUMN			RID_STR_QRY_START + 9
45*cdf0e10cSrcweir#define STR_QUERY_UNDO_TABFIELDDELETE		RID_STR_QRY_START + 10
46*cdf0e10cSrcweir#define STR_QUERY_UNDO_TABFIELDCREATE		RID_STR_QRY_START + 11
47*cdf0e10cSrcweir#define STR_QRY_TOOCOMPLEX					RID_STR_QRY_START + 12
48*cdf0e10cSrcweir#define RID_STR_TABLE_DOESNT_EXIST			RID_STR_QRY_START + 13
49*cdf0e10cSrcweir#define RID_STR_FIELD_DOESNT_EXIST			RID_STR_QRY_START + 14
50*cdf0e10cSrcweir#define RID_STR_TOMUCHTABLES				RID_STR_QRY_START + 15
51*cdf0e10cSrcweir#define STR_QUERY_INNER_JOIN				RID_STR_QRY_START + 16
52*cdf0e10cSrcweir#define STR_QUERY_LEFTRIGHT_JOIN			RID_STR_QRY_START + 17
53*cdf0e10cSrcweir#define STR_QUERY_FULL_JOIN					RID_STR_QRY_START + 18
54*cdf0e10cSrcweir#define STR_QUERY_SORTTEXT					RID_STR_QRY_START + 19
55*cdf0e10cSrcweir#define STR_QUERY_FUNCTIONS					RID_STR_QRY_START + 20
56*cdf0e10cSrcweir#define STR_QUERY_NOTABLE  					RID_STR_QRY_START + 21
57*cdf0e10cSrcweir#define STR_QRY_ORDERBY_UNRELATED			RID_STR_QRY_START + 22
58*cdf0e10cSrcweir#define STR_QUERY_HANDLETEXT				RID_STR_QRY_START + 23
59*cdf0e10cSrcweir// free
60*cdf0e10cSrcweir// free
61*cdf0e10cSrcweir#define STR_QRY_TOO_MANY_COLUMNS			RID_STR_QRY_START + 26
62*cdf0e10cSrcweir#define STR_SVT_SQL_SYNTAX_ERROR			RID_STR_QRY_START + 27
63*cdf0e10cSrcweir#define STR_QUERYDESIGN_NO_VIEW_SUPPORT		RID_STR_QRY_START + 28
64*cdf0e10cSrcweir#define STR_QUERYDESIGN_NO_VIEW_ASK			RID_STR_QRY_START + 29
65*cdf0e10cSrcweir#define STR_QRY_NOSELECT					RID_STR_QRY_START + 30
66*cdf0e10cSrcweir#define STR_QRY_COLUMN_NOT_FOUND			RID_STR_QRY_START + 31
67*cdf0e10cSrcweir#define STR_QRY_JOIN_COLUMN_COMPARE			RID_STR_QRY_START + 32
68*cdf0e10cSrcweir#define STR_QRY_LIKE_LEFT_NO_COLUMN			RID_STR_QRY_START + 33
69*cdf0e10cSrcweir#define STR_QRY_CHECK_CASESENSITIVE			RID_STR_QRY_START + 34
70*cdf0e10cSrcweir#define STR_QUERY_UNDO_TABFIELDMOVED		RID_STR_QRY_START + 35
71*cdf0e10cSrcweir#define STR_QRY_ILLEGAL_JOIN				RID_STR_QRY_START + 36
72*cdf0e10cSrcweir#define STR_QRY_TOO_LONG_STATEMENT			RID_STR_QRY_START + 37
73*cdf0e10cSrcweir#define STR_QRY_SYNTAX						RID_STR_QRY_START + 38
74*cdf0e10cSrcweir#define STR_QRY_NATIVE						RID_STR_QRY_START + 39
75*cdf0e10cSrcweir#define STR_QRY_TOO_MANY_TABLES				RID_STR_QRY_START + 40
76*cdf0e10cSrcweir#define STR_QRY_TOOMANYCOND					RID_STR_QRY_START + 41
77*cdf0e10cSrcweir#define STR_QUERYDESIGN						RID_STR_QRY_START + 42
78*cdf0e10cSrcweir#define STR_VIEWDESIGN						RID_STR_QRY_START + 43
79*cdf0e10cSrcweir#define STR_JOIN_TYPE_HINT                  RID_STR_QRY_START + 44
80*cdf0e10cSrcweir#define STR_QUERY_SAVEMODIFIED              RID_STR_QRY_START + 45
81*cdf0e10cSrcweir#define STR_ERROR_PARSING_STATEMENT         RID_STR_QRY_START + 46
82*cdf0e10cSrcweir#define STR_INFO_OPENING_IN_SQL_VIEW        RID_STR_QRY_START + 47
83*cdf0e10cSrcweir#define STR_STATEMENT_WITHOUT_RESULT_SET    RID_STR_QRY_START + 48
84*cdf0e10cSrcweir#define STR_NO_DATASOURCE_OR_CONNECTION     RID_STR_QRY_START + 49
85*cdf0e10cSrcweir#define STR_NO_ALTER_VIEW_SUPPORT           RID_STR_QRY_START + 50
86*cdf0e10cSrcweir#define STR_QUERY_CROSS_JOIN                RID_STR_QRY_START + 51
87*cdf0e10cSrcweir#define STR_QUERY_NATURAL_JOIN              RID_STR_QRY_START + 52
88*cdf0e10cSrcweir    // please adjust checking when inserting new strings
89*cdf0e10cSrcweir
90*cdf0e10cSrcweir
91*cdf0e10cSrcweir#if STR_QUERY_NATURAL_JOIN > RID_STR_QRY_END
92*cdf0e10cSrcweir#error resource id overflow in #file, #line
93*cdf0e10cSrcweir#endif
94*cdf0e10cSrcweir
95*cdf0e10cSrcweir#endif // _DBU_QRY_HRC_
96*cdf0e10cSrcweir
97