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