From 568781762ce1638e31bd2835f91af4db913b2502 Mon Sep 17 00:00:00 2001 From: Ocke Janssen Date: Mon, 19 Aug 2002 06:27:07 +0000 Subject: [PATCH] #99473# split resource strings into folder parts --- dbaccess/source/ui/inc/dbu_brw.hrc | 96 ++++++++++++++++++ dbaccess/source/ui/inc/dbu_control.hrc | 90 +++++++++++++++++ dbaccess/source/ui/inc/dbu_dlg.hrc | 110 +++++++++++++++++++++ dbaccess/source/ui/inc/dbu_misc.hrc | 94 ++++++++++++++++++ dbaccess/source/ui/inc/dbu_qry.hrc | 131 +++++++++++++++++++++++++ dbaccess/source/ui/inc/dbu_rel.hrc | 81 +++++++++++++++ dbaccess/source/ui/inc/dbu_tbl.hrc | 126 ++++++++++++++++++++++++ dbaccess/source/ui/inc/dbu_uno.hrc | 78 +++++++++++++++ 8 files changed, 806 insertions(+) create mode 100644 dbaccess/source/ui/inc/dbu_brw.hrc create mode 100644 dbaccess/source/ui/inc/dbu_control.hrc create mode 100644 dbaccess/source/ui/inc/dbu_dlg.hrc create mode 100644 dbaccess/source/ui/inc/dbu_misc.hrc create mode 100644 dbaccess/source/ui/inc/dbu_qry.hrc create mode 100644 dbaccess/source/ui/inc/dbu_rel.hrc create mode 100644 dbaccess/source/ui/inc/dbu_tbl.hrc create mode 100644 dbaccess/source/ui/inc/dbu_uno.hrc diff --git a/dbaccess/source/ui/inc/dbu_brw.hrc b/dbaccess/source/ui/inc/dbu_brw.hrc new file mode 100644 index 000000000000..39364d62ee00 --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_brw.hrc @@ -0,0 +1,96 @@ +/************************************************************************* + * + * $RCSfile: dbu_brw.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:25:16 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_BRW_HRC_ +#define _DBU_BRW_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + +#define RID_STR_LOADING_DATASOURCE RID_STR_BRW_START +#define RID_STR_DATABROWSER_FILTERED RID_STR_BRW_START + 1 +#define SBA_BROWSER_SETTING_ORDER RID_STR_BRW_START + 2 +#define SBA_BROWSER_SETTING_FILTER RID_STR_BRW_START + 3 +#define STR_DATASOURCE_GRIDCONTROL_DESC RID_STR_BRW_START + 4 +#define RID_STR_QUERIES_CONTAINER RID_STR_BRW_START + 5 +#define RID_STR_TABLES_CONTAINER RID_STR_BRW_START + 6 +#define RID_STR_BOOKMARKS_CONTAINER RID_STR_BRW_START + 7 +#define STR_NO_COLUMNNAME_MATCHING RID_STR_BRW_START + 8 +#define RID_STR_SAVE_CURRENT_RECORD RID_STR_BRW_START + 9 +#define STR_DATASOURCE_GRIDCONTROL_NAME RID_STR_BRW_START + 10 +#define STR_OPENTABLES_WARNINGS RID_STR_BRW_START + 11 +#define STR_OPENTABLES_WARNINGS_DETAILS RID_STR_BRW_START + 12 +#define STR_CONNECTING_DATASOURCE RID_STR_BRW_START + 13 +#define STR_LOADING_QUERY RID_STR_BRW_START + 14 +#define STR_LOADING_TABLE RID_STR_BRW_START + 15 +#define STR_DSBROWSER_TITLE RID_STR_BRW_START + 16 +#define STR_NO_TABLE_FORMAT_INSIDE RID_STR_BRW_START + 17 +#define STR_COULDNOTCONNECT_DATASOURCE RID_STR_BRW_START + 18 +#define RID_STR_UNDO_MODIFY_RECORD RID_STR_BRW_START + 19 + +// please adjust checking before insert new strings + +#if RID_STR_UNDO_MODIFY_RECORD > RID_STR_BRW_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif // _DBU_BRW_HRC_ + diff --git a/dbaccess/source/ui/inc/dbu_control.hrc b/dbaccess/source/ui/inc/dbu_control.hrc new file mode 100644 index 000000000000..8882c7fbd663 --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_control.hrc @@ -0,0 +1,90 @@ +/************************************************************************* + * + * $RCSfile: dbu_control.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:25:25 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_CONTROL_HRC_ +#define _DBU_CONTROL_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + +#define STR_TABLE_PRIV_NAME RID_STR_CONTROL_START +#define STR_TABLE_PRIV_INSERT RID_STR_CONTROL_START + 1 +#define STR_TABLE_PRIV_DELETE RID_STR_CONTROL_START + 2 +#define STR_TABLE_PRIV_UPDATE RID_STR_CONTROL_START + 3 +#define STR_TABLE_PRIV_ALTER RID_STR_CONTROL_START + 4 +#define STR_TABLE_PRIV_REFERENCE RID_STR_CONTROL_START + 5 +#define STR_TABLE_PRIV_DROP RID_STR_CONTROL_START + 6 +#define STR_TABLE_PRIV_SELECT RID_STR_CONTROL_START + 7 +#define STR_ALL_TABLES_AND_VIEWS RID_STR_CONTROL_START + 8 +#define STR_COULDNOTCONNECT RID_STR_CONTROL_START + 9 +#define STR_COULDNOTCONNECT_PLEASECHECK RID_STR_CONTROL_START + 10 +#define STR_NOTABLEINFO RID_STR_CONTROL_START + 11 +#define STR_ALL_TABLES RID_STR_CONTROL_START + 12 +#define STR_ALL_VIEWS RID_STR_CONTROL_START + 13 + +// please adjust checking before insert new strings + +#if STR_ALL_VIEWS > RID_STR_CONTROL_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif //_DBU_CONTROL_HRC_ + diff --git a/dbaccess/source/ui/inc/dbu_dlg.hrc b/dbaccess/source/ui/inc/dbu_dlg.hrc new file mode 100644 index 000000000000..40f9492cd172 --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_dlg.hrc @@ -0,0 +1,110 @@ +/************************************************************************* + * + * $RCSfile: dbu_dlg.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:27:07 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_DLG_HRC_ +#define _DBU_DLG_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + +#define STR_ADABAS_HELP_SYSDEVSPACE RID_STR_DLG_START +#define STR_ADABAS_HELP_TRANSACT RID_STR_DLG_START + 1 +#define STR_ADABAS_HELP_DATADEVSPACES RID_STR_DLG_START + 2 +#define STR_ADABAS_HELP_SIZE RID_STR_DLG_START + 3 +#define STR_ADABAS_HELP_FREESIZE RID_STR_DLG_START + 4 +#define STR_ADABAS_HELP_MEMORYUSING RID_STR_DLG_START + 5 +#define STR_ADABAS_ERROR_SYSTEMTABLES RID_STR_DLG_START + 6 +#define STR_ERROR_PASSWORDS_NOT_IDENTICAL RID_STR_DLG_START + 7 +#define STR_INDEXDESIGN_DOUBLE_COLUMN_NAME RID_STR_DLG_START + 8 +#define STR_DATASOURCE_DEFAULTNAME RID_STR_DLG_START + 9 +#define STR_ERR_EMPTY_DSN_NAME RID_STR_DLG_START + 10 +#define STR_QUERY_OBJECTS RID_STR_DLG_START + 11 +#define STR_DOCUMENT_OBJECTS RID_STR_DLG_START + 12 +#define STR_QUERY_DROP_ALL RID_STR_DLG_START + 13 +#define STR_INDEX_NAME_ALREADY_USED RID_STR_DLG_START + 14 +#define STR_ASK_FOR_DIRECTORY_CREATION RID_STR_DLG_START + 15 +#define STR_COULD_NOT_CREATE_DIRECTORY RID_STR_DLG_START + 16 +#define STR_ADDRESSBOOK_SYSTEM RID_STR_DLG_START + 17 +#define STR_ADDRESSBOOK_MOZILLA RID_STR_DLG_START + 18 +#define STR_ADDRESSBOOK_LDAP RID_STR_DLG_START + 19 +#define STR_ADDRESSBOOK_OUTLOOK RID_STR_DLG_START + 20 +#define STR_COMMAND_EXECUTED_SUCCESSFULLY RID_STR_DLG_START + 21 +#define STR_DIRECTSQL_CONNECTIONLOST RID_STR_DLG_START + 22 +#define STR_CALCDOC_DOESNOTEXIST RID_STR_DLG_START + 23 +#define STR_HINT_READONLY_CONNECTION RID_STR_DLG_START + 24 +#define STR_HINT_CONNECTION_NOT_CAPABLE RID_STR_DLG_START + 25 +#define STR_LINKEDDOC_DOESNOTEXIST RID_STR_DLG_START + 26 +#define STR_TAB_INDEX_SORTORDER RID_STR_DLG_START + 27 +#define STR_TAB_INDEX_FIELD RID_STR_DLG_START + 28 +#define STR_ORDER_ASCENDING RID_STR_DLG_START + 29 +#define STR_ORDER_DESCENDING RID_STR_DLG_START + 30 +#define STR_CONFIRM_DROP_INDEX RID_STR_DLG_START + 31 +#define STR_LOGICAL_INDEX_NAME RID_STR_DLG_START + 32 + +// please adjust checking before insert new strings + +#if STR_LOGICAL_INDEX_NAME > RID_STR_DLG_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif //_DBU_DLG_HRC_ + + diff --git a/dbaccess/source/ui/inc/dbu_misc.hrc b/dbaccess/source/ui/inc/dbu_misc.hrc new file mode 100644 index 000000000000..c4d13ab5366c --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_misc.hrc @@ -0,0 +1,94 @@ +/************************************************************************* + * + * $RCSfile: dbu_misc.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:25:34 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_MISC_HRC_ +#define _DBU_MISC_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + + +#define STR_HTML_TITLE RID_STR_MISC_START +#define STR_RTF_TITLE RID_STR_MISC_START + 1 +#define STR_WIZ_COLUMN_SELECT_TITEL RID_STR_MISC_START + 2 +#define STR_WIZ_TYPE_SELECT_TITEL RID_STR_MISC_START + 3 +#define STR_WIZ_PKEY_ALREADY_DEFINED RID_STR_MISC_START + 4 +#define STR_WIZ_NAME_MATCHING_TITEL RID_STR_MISC_START + 5 +#define STR_WIZ_TABLE_COPY RID_STR_MISC_START + 6 +#define STR_COPYTABLE_TITLE_COPY RID_STR_MISC_START + 7 +#define STR_COPYTABLE_TITLE_MOVE RID_STR_MISC_START + 8 +#define STR_DUPL_FIELDNAME RID_STR_MISC_START + 9 +#define STR_ERR_DUPL_TABLENAME RID_STR_MISC_START + 10 +#define STR_COULDNOTOPEN_LINKEDDOC RID_STR_MISC_START + 11 +#define STR_UNDO_COLON RID_STR_MISC_START + 12 +#define STR_REDO_COLON RID_STR_MISC_START + 13 + + +// please adjust checking before insert new strings + +#if STR_REDO_COLON > RID_STR_MISC_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif // _DBU_MISC_HRC_ + + + diff --git a/dbaccess/source/ui/inc/dbu_qry.hrc b/dbaccess/source/ui/inc/dbu_qry.hrc new file mode 100644 index 000000000000..68708583256d --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_qry.hrc @@ -0,0 +1,131 @@ +/************************************************************************* + * + * $RCSfile: dbu_qry.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:24:58 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_QRY_HRC_ +#define _DBU_QRY_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + + +#define STR_QRY_FUNCTIONS RID_STR_QRY_START +#define STR_QRY_SORTTEXT RID_STR_QRY_START + 1 +#define STR_QUERY_UNDO_MOVETABWIN RID_STR_QRY_START + 2 +#define STR_QUERY_UNDO_SIZETABWIN RID_STR_QRY_START + 3 +#define STR_QUERY_UNDO_INSERTCONNECTION RID_STR_QRY_START + 4 +#define STR_QUERY_UNDO_REMOVECONNECTION RID_STR_QRY_START + 5 +#define STR_QUERY_UNDO_TABWINSHOW RID_STR_QRY_START + 6 +#define STR_QUERY_UNDO_TABWINDELETE RID_STR_QRY_START + 7 +#define STR_QUERY_UNDO_MODIFY_CELL RID_STR_QRY_START + 8 +#define STR_QUERY_UNDO_SIZE_COLUMN RID_STR_QRY_START + 9 +#define STR_QUERY_UNDO_TABFIELDDELETE RID_STR_QRY_START + 10 +#define STR_QUERY_UNDO_TABFIELDCREATE RID_STR_QRY_START + 11 +#define STR_QRY_TOOCOMPLEX RID_STR_QRY_START + 12 +#define RID_STR_TABLE_DOESNT_EXIST RID_STR_QRY_START + 13 +#define RID_STR_FIELD_DOESNT_EXIST RID_STR_QRY_START + 14 +#define RID_STR_TOMUCHTABLES RID_STR_QRY_START + 15 +#define STR_QUERY_INNER_JOIN RID_STR_QRY_START + 16 +#define STR_QUERY_LEFTRIGHT_JOIN RID_STR_QRY_START + 17 +#define STR_QUERY_FULL_JOIN RID_STR_QRY_START + 18 +#define STR_QUERY_SORTTEXT RID_STR_QRY_START + 19 +#define STR_QUERY_FUNCTIONS RID_STR_QRY_START + 20 +#define STR_QUERY_NOTABLE RID_STR_QRY_START + 21 +#define STR_QRY_ORDERBY_UNRELATED RID_STR_QRY_START + 22 +#define STR_QUERY_HANDLETEXT RID_STR_QRY_START + 23 +#define STR_QUERY_FALSE RID_STR_QRY_START + 24 +#define STR_QUERY_TRUE RID_STR_QRY_START + 25 +#define STR_SVT_SQL_INTERNATIONAL RID_STR_QRY_START + 26 +#define STR_SVT_SQL_SYNTAX_ERROR RID_STR_QRY_START + 27 +#define STR_SVT_SQL_SYNTAX_ERROR_BEFORE RID_STR_QRY_START + 28 +#define STR_SVT_SQL_SYNTAX_VALUE_NO_LIKE RID_STR_QRY_START + 29 +#define STR_SVT_SQL_SYNTAX_FIELD_NO_LIKE RID_STR_QRY_START + 30 +#define STR_SVT_SQL_SYNTAX_NO_NUM RID_STR_QRY_START + 31 +#define STR_SVT_SQL_SYNTAX_ACCESS_DAT_NO_VALID RID_STR_QRY_START + 32 +#define STR_SVT_SQL_SYNTAX_INT_NO_VALID RID_STR_QRY_START + 33 +#define STR_SVT_SQL_SYNTAX_REAL_NO_VALID RID_STR_QRY_START + 34 +#define STR_SVT_SQL_SYNTAX_REAL_NO_INT RID_STR_QRY_START + 35 +#define STR_SVT_SQL_SYNTAX_CRIT_NO_COMPARE RID_STR_QRY_START + 36 +#define STR_SVT_SQL_SYNTAX_TABLE RID_STR_QRY_START + 37 +#define STR_SVT_SQL_SYNTAX_COLUMN RID_STR_QRY_START + 38 +#define STR_QUERYDESIGN_NO_VIEW_SUPPORT RID_STR_QRY_START + 39 +#define STR_QUERYDESIGN_NO_VIEW_ASK RID_STR_QRY_START + 40 +#define STR_QRY_NOSELECT RID_STR_QRY_START + 41 +#define STR_QRY_COLUMN_NOT_FOUND RID_STR_QRY_START + 42 +#define STR_QRY_JOIN_COLUMN_COMPARE RID_STR_QRY_START + 43 +#define STR_QRY_LIKE_LEFT_NO_COLUMN RID_STR_QRY_START + 44 +#define STR_QRY_CHECK_CASESENSITIVE RID_STR_QRY_START + 45 +#define STR_QUERY_UNDO_TABFIELDMOVED RID_STR_QRY_START + 46 +#define STR_QRY_ILLEGAL_JOIN RID_STR_QRY_START + 47 +#define STR_QRY_TOO_LONG_STATEMENT RID_STR_QRY_START + 48 +#define STR_QRY_SYNTAX RID_STR_QRY_START + 49 +#define STR_QRY_NATIVE RID_STR_QRY_START + 50 +#define STR_QRY_TOO_MANY_TABLES RID_STR_QRY_START + 51 +#define STR_QRY_TOOMANYCOND RID_STR_QRY_START + 52 +#define STR_QRY_TOO_MANY_COLUMNS RID_STR_QRY_START + 53 + +// please adjust checking before insert new strings + +#if STR_QRY_TOO_MANY_COLUMNS > RID_STR_QRY_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif // _DBU_QRY_HRC_ + diff --git a/dbaccess/source/ui/inc/dbu_rel.hrc b/dbaccess/source/ui/inc/dbu_rel.hrc new file mode 100644 index 000000000000..17b07db9cbe3 --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_rel.hrc @@ -0,0 +1,81 @@ +/************************************************************************* + * + * $RCSfile: dbu_rel.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:24:48 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_REL_HRC_ +#define _DBU_REL_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + + +#define STR_QUERY_REL_EDIT_RELATION RID_STR_REL_START +#define STR_RELATIONDESIGN RID_STR_REL_START + 1 +#define STR_RELATIONDESIGN_NOT_AVAILABLE RID_STR_REL_START + 2 +#define STR_QUERY_REL_DELETE_WINDOW RID_STR_REL_START + 3 +// please adjust checking before insert new strings + +#if STR_QUERY_REL_DELETE_WINDOW > RID_STR_REL_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif //_DBU_REL_HRC_ + + diff --git a/dbaccess/source/ui/inc/dbu_tbl.hrc b/dbaccess/source/ui/inc/dbu_tbl.hrc new file mode 100644 index 000000000000..5aa570877ccc --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_tbl.hrc @@ -0,0 +1,126 @@ +/************************************************************************* + * + * $RCSfile: dbu_tbl.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:24:39 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_TBL_HRC_ +#define _DBU_TBL_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + +#define STR_HELP_AUTOINCREMENT_VALUE RID_STR_TBL_START +#define STR_TABLEDESIGN_UNDO_PRIMKEY RID_STR_TBL_START + 1 +#define STR_VALUE_YES RID_STR_TBL_START + 2 +#define STR_VALUE_NO RID_STR_TBL_START + 3 +#define STR_VALUE_ASC RID_STR_TBL_START + 4 +#define STR_VALUE_DESC RID_STR_TBL_START + 5 +#define STR_VALUE_NONE RID_STR_TBL_START + 6 +#define STR_TAB_FIELD_NAME RID_STR_TBL_START + 7 +#define STR_TAB_FIELD_DATATYPE RID_STR_TBL_START + 8 +#define STR_TAB_FIELD_LENGTH RID_STR_TBL_START + 9 +#define STR_TAB_FIELD_DESCR RID_STR_TBL_START + 10 +#define STR_TAB_FIELD_NULLABLE RID_STR_TBL_START + 11 +#define STR_FIELD_AUTOINCREMENT RID_STR_TBL_START + 12 +#define STR_TAB_PROPERTIES RID_STR_TBL_START + 13 +#define STR_TABPAGE_GENERAL RID_STR_TBL_START + 14 +#define STR_TAB_TABLE_DESCRIPTION RID_STR_TBL_START + 15 +#define STR_TAB_TABLE_PROPERTIES RID_STR_TBL_START + 16 +#define STR_TABED_UNDO_TYPE_CHANGED RID_STR_TBL_START + 17 +#define STR_TABED_UNDO_ROWDELETED RID_STR_TBL_START + 18 +#define STR_TABED_UNDO_ROWINSERTED RID_STR_TBL_START + 19 +#define STR_TABED_UNDO_NEWROWINSERTED RID_STR_TBL_START + 20 +#define STR_TABED_UNDO_PRIMKEY RID_STR_TBL_START + 21 +#define STR_HELP_AUTOINCREMENT RID_STR_TBL_START + 22 +#define STR_HELP_FORMAT_CODE RID_STR_TBL_START + 23 +#define STR_HELP_SCALE RID_STR_TBL_START + 24 +#define STR_HELP_LENGTH RID_STR_TBL_START + 25 +#define STR_HELP_NUMERIC_TYPE RID_STR_TBL_START + 26 +#define STR_HELP_TEXT_LENGTH RID_STR_TBL_START + 27 +#define STR_HELP_FIELD_REQUIRED RID_STR_TBL_START + 28 +#define STR_HELP_DEFAULT_VALUE RID_STR_TBL_START + 29 +#define STR_HELP_BOOL_DEFAULT RID_STR_TBL_START + 30 +#define STR_FORMAT RID_STR_TBL_START + 31 +#define STR_SCALE RID_STR_TBL_START + 32 +#define STR_LENGTH RID_STR_TBL_START + 33 +#define STR_NUMERIC_TYPE RID_STR_TBL_START + 34 +#define STR_TEXT_LENGTH RID_STR_TBL_START + 35 +#define STR_FIELD_REQUIRED RID_STR_TBL_START + 36 +#define STR_DEFAULT_VALUE RID_STR_TBL_START + 37 +#define STR_TABED_UNDO_CELLMODIFIED RID_STR_TBL_START + 38 +#define STR_TABLEDESIGN_DUPLICATE_NAME RID_STR_TBL_START + 39 +#define STR_TBL_COLUMN_IS_KEYCOLUMN RID_STR_TBL_START + 40 +#define STR_TBL_COLUMN_IS_KEYCOLUMN_TITLE RID_STR_TBL_START + 41 +#define STR_TABLEDESIGN_ALTER_ERROR RID_STR_TBL_START + 42 +#define STR_AUTOINCREMENT_VALUE RID_STR_TBL_START + 43 +#define STR_HELP_FORMAT_BUTTON RID_STR_TBL_START + 44 +#define STR_TABLEDESIGN_CONNECTION_MISSING RID_STR_TBL_START + 45 +#define STR_TABLEDESIGN_NO_PRIM_KEY_HEAD RID_STR_TBL_START + 46 +#define STR_TABLEDESIGN_NO_PRIM_KEY RID_STR_TBL_START + 47 +#define STR_TABLEDESIGN_TITLE RID_STR_TBL_START + 48 + +// please adjust checking before insert new strings + +#if STR_TABLEDESIGN_TITLE > RID_STR_TBL_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif // _DBU_TBL_HRC_ + + diff --git a/dbaccess/source/ui/inc/dbu_uno.hrc b/dbaccess/source/ui/inc/dbu_uno.hrc new file mode 100644 index 000000000000..7bdce92ab3bd --- /dev/null +++ b/dbaccess/source/ui/inc/dbu_uno.hrc @@ -0,0 +1,78 @@ +/************************************************************************* + * + * $RCSfile: dbu_uno.hrc,v $ + * + * $Revision: 1.1 $ + * + * last change: $Author: oj $ $Date: 2002-08-19 07:25:08 $ + * + * The Contents of this file are made available subject to the terms of + * either of the following licenses + * + * - GNU Lesser General Public License Version 2.1 + * - Sun Industry Standards Source License Version 1.1 + * + * Sun Microsystems Inc., October, 2000 + * + * GNU Lesser General Public License Version 2.1 + * ============================================= + * Copyright 2000 by Sun Microsystems, Inc. + * 901 San Antonio Road, Palo Alto, CA 94303, USA + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License version 2.1, as published by the Free Software Foundation. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, + * MA 02111-1307 USA + * + * + * Sun Industry Standards Source License Version 1.1 + * ================================================= + * The contents of this file are subject to the Sun Industry Standards + * Source License Version 1.1 (the License); You may not use this file + * except in compliance with the License. You may obtain a copy of the + * License at http://www.openoffice.org/license.html. + * + * Software provided under this License is provided on an AS IS basis, + * WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, + * WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS, + * MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING. + * See the License for the specific provisions governing your rights and + * obligations concerning the Software. + * + * The Initial Developer of the Original Code is: Sun Microsystems, Inc. + * + * Copyright: 2000 by Sun Microsystems, Inc. + * + * All Rights Reserved. + * + * Contributor(s): _______________________________________ + * + * + ************************************************************************/ +#ifndef _DBU_UNO_HRC_ +#define _DBU_UNO_HRC_ + +#ifndef _DBU_RESOURCE_HRC_ +#include "dbu_resource.hrc" +#endif + +#define STR_REMEMBERPASSWORD_PERSISTENT RID_STR_UNO_START + +// please adjust checking before insert new strings + +#if STR_REMEMBERPASSWORD_PERSISTENT > RID_STR_UNO_END +#error Resource-Id Ueberlauf in #file, #line +#endif + +#endif // _DBU_UNO_HRC_ + +