1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: conn_shared_res.hrc,v $
10 * $Revision: 1.5.56.1 $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
31 #ifndef CONNECTIVITY_SHARED_RES_HRC
32 #define CONNECTIVITY_SHARED_RES_HRC
34 // ============================================================================
35 // = normal resource ids, per driver
37 // Mozilla driver resource ids
38 #define STR_MOZAB_BASE 1000
40 // common resource ids
41 #define STR_COMMON_BASE 1200
43 // Spreadsheet driver resource ids
44 #define STR_CALC_BASE 1300
46 // DBase driver resource ids
47 #define STR_DBASE_BASE 1400
49 // ADO driver resource ids
50 #define STR_ADO_BASE 1450
52 // EVOAB2 driver resource ids
53 #define STR_EVOAB2_BASE 1500
55 // FILE driver resource ids
56 #define STR_FILE_BASE 1550
58 // KAB driver resource ids
59 #define STR_KAB_BASE 1600
61 // MACAB driver resource ids
62 #define STR_MACAB_BASE 1650
64 // Adabas D driver resource ids
65 #define STR_ADABAS_BASE 1700
67 // hsqldb driver resource ids
68 #define STR_HSQLDB_BASE 1750
69 // ============================================================================
70 // = resource ids for log messages
71 #define STR_LOG_MESSAGE_BASE 10000
73 // log messages for the jdbc driver
74 #define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500