xref: /aoo4110/main/dbaccess/source/ui/inc/dbu_uno.hrc (revision b1cdbd2c)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements.  See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership.  The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance
9 * with the License.  You may obtain a copy of the License at
10 *
11 *   http://www.apache.org/licenses/LICENSE-2.0
12 *
13 * Unless required by applicable law or agreed to in writing,
14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied.  See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23#ifndef _DBU_UNO_HRC_
24#define _DBU_UNO_HRC_
25
26#ifndef _DBU_RESOURCE_HRC_
27#include "dbu_resource.hrc"
28#endif
29
30#define STR_REMEMBERPASSWORD_PERSISTENT		    ( RID_STR_UNO_START +  0 )
31#define STR_CTW_NO_VIEWS_SUPPORT                ( RID_STR_UNO_START +  1 )
32#define STR_CTW_NO_PRIMARY_KEY_SUPPORT          ( RID_STR_UNO_START +  2 )
33#define STR_CTW_INVALID_DATA_ACCESS_DESCRIPTOR  ( RID_STR_UNO_START +  3 )
34#define STR_CTW_ONLY_TABLES_AND_QUERIES_SUPPORT ( RID_STR_UNO_START +  4 )
35#define STR_CTW_COPY_SOURCE_NEEDS_BOOKMARKS     ( RID_STR_UNO_START +  5 )
36#define STR_CTW_UNSUPPORTED_COLUMN_TYPE         ( RID_STR_UNO_START +  6 )
37#define STR_CTW_ILLEGAL_PARAMETER_COUNT         ( RID_STR_UNO_START +  7 )
38#define STR_CTW_ERROR_DURING_INITIALIZATION     ( RID_STR_UNO_START +  8 )
39#define STR_CTW_ERROR_UNSUPPORTED_SETTING		( RID_STR_UNO_START +  9 )
40#define STR_CTW_ERROR_NO_QUERY					( RID_STR_UNO_START + 10 )
41#define STR_CTW_ERROR_INVALID_INTERACTIONHANDLER		( RID_STR_UNO_START + 11 )
42
43// please adjust when inserting new strings:
44#define RID_STR_UNO_LAST_USED                   STR_CTW_ERROR_INVALID_INTERACTIONHANDLER
45
46#if RID_STR_UNO_LAST_USED >= RID_STR_UNO_END
47#error too many resources in uno ....
48#endif
49
50#endif // _DBU_UNO_HRC_
51
52
53