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 .
20 #ifndef CONNECTIVITY_SHARED_RES_HRC
21 #define CONNECTIVITY_SHARED_RES_HRC
23 // = normal resource ids, per driver
25 // Mozilla driver resource ids
26 #define STR_MOZAB_BASE 1000
27 // either mozab or mork is actually used
28 #define STR_MORK_BASE 1000
30 // common resource ids
31 #define STR_COMMON_BASE 1200
33 // Spreadsheet driver resource ids
34 #define STR_CALC_BASE 1300
36 // DBase driver resource ids
37 #define STR_DBASE_BASE 1400
39 // ADO driver resource ids
40 #define STR_ADO_BASE 1450
42 // EVOAB2 driver resource ids
43 #define STR_EVOAB2_BASE 1500
45 // FILE driver resource ids
46 #define STR_FILE_BASE 1550
48 // KAB driver resource ids
49 #define STR_KAB_BASE 1600
51 // MACAB driver resource ids
52 #define STR_MACAB_BASE 1650
54 // hsqldb driver resource ids
55 #define STR_HSQLDB_BASE 1750
57 // = resource ids for log messages
58 #define STR_LOG_MESSAGE_BASE 10000
60 // log messages for the jdbc driver
61 #define STR_JDBC_LOG_MESSAGE_BASE STR_LOG_MESSAGE_BASE + 500
65 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */