1*08d9396cSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*08d9396cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*08d9396cSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*08d9396cSAndrew Rist * distributed with this work for additional information
6*08d9396cSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*08d9396cSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*08d9396cSAndrew Rist * "License"); you may not use this file except in compliance
9*08d9396cSAndrew Rist * with the License.  You may obtain a copy of the License at
10*08d9396cSAndrew Rist *
11*08d9396cSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*08d9396cSAndrew Rist *
13*08d9396cSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*08d9396cSAndrew Rist * software distributed under the License is distributed on an
15*08d9396cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*08d9396cSAndrew Rist * KIND, either express or implied.  See the License for the
17*08d9396cSAndrew Rist * specific language governing permissions and limitations
18*08d9396cSAndrew Rist * under the License.
19*08d9396cSAndrew Rist *
20*08d9396cSAndrew Rist *************************************************************/
21*08d9396cSAndrew Rist
22*08d9396cSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef DBACCESS_DBMM_GLOBAL_HRC
25cdf0e10cSrcweir#define DBACCESS_DBMM_GLOBAL_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include <svl/solar.hrc>
28cdf0e10cSrcweir
29cdf0e10cSrcweir//=====================================================================
30cdf0e10cSrcweir//= bases
31cdf0e10cSrcweir//=====================================================================
32cdf0e10cSrcweir#define RID_DBMM_DIALOG_START       RID_DBACCESS_START + 0
33cdf0e10cSrcweir#define RID_DBMM_TAPPAGE_START      RID_DBACCESS_START + 0
34cdf0e10cSrcweir#define RID_DBMM_STRING_START       RID_DBACCESS_START + 0
35cdf0e10cSrcweir
36cdf0e10cSrcweir//=====================================================================
37cdf0e10cSrcweir//= dialogs
38cdf0e10cSrcweir//=====================================================================
39cdf0e10cSrcweir
40cdf0e10cSrcweir#define DLG_MACRO_MIGRATION     RID_DBMM_DIALOG_START + 0
41cdf0e10cSrcweir
42cdf0e10cSrcweir//=====================================================================
43cdf0e10cSrcweir//= error boxes
44cdf0e10cSrcweir//=====================================================================
45cdf0e10cSrcweir
46cdf0e10cSrcweir#define ERR_INVALID_BACKUP_LOCATION     RID_DBMM_DIALOG_START + 0
47cdf0e10cSrcweir
48cdf0e10cSrcweir//=====================================================================
49cdf0e10cSrcweir//= tab pages
50cdf0e10cSrcweir//=====================================================================
51cdf0e10cSrcweir
52cdf0e10cSrcweir#define TP_PREPARE          ( RID_DBMM_TAPPAGE_START + 0 )
53cdf0e10cSrcweir#define TP_SAVE_DBDOC_AS    ( RID_DBMM_TAPPAGE_START + 1 )
54cdf0e10cSrcweir#define TP_MIGRATE          ( RID_DBMM_TAPPAGE_START + 2 )
55cdf0e10cSrcweir#define TP_SUMMARY          ( RID_DBMM_TAPPAGE_START + 3 )
56cdf0e10cSrcweir
57cdf0e10cSrcweir//=====================================================================
58cdf0e10cSrcweir//= strings
59cdf0e10cSrcweir//=====================================================================
60cdf0e10cSrcweir
61cdf0e10cSrcweir#define STR_FORM                    ( RID_DBMM_STRING_START +  0 )
62cdf0e10cSrcweir#define STR_REPORT                  ( RID_DBMM_STRING_START +  1 )
63cdf0e10cSrcweir#define STR_OVERALL_PROGRESS        ( RID_DBMM_STRING_START +  2 )
64cdf0e10cSrcweir#define STR_DATABASE_DOCUMENT       ( RID_DBMM_STRING_START +  3 )
65cdf0e10cSrcweir#define STR_SAVED_COPY_TO           ( RID_DBMM_STRING_START +  4 )
66cdf0e10cSrcweir#define STR_MOVED_LIBRARY           ( RID_DBMM_STRING_START +  5 )
67cdf0e10cSrcweir#define STR_OOO_BASIC               ( RID_DBMM_STRING_START +  6 )
68cdf0e10cSrcweir#define STR_JAVA_SCRIPT             ( RID_DBMM_STRING_START +  7 )
69cdf0e10cSrcweir#define STR_BEAN_SHELL              ( RID_DBMM_STRING_START +  8 )
70cdf0e10cSrcweir#define STR_JAVA                    ( RID_DBMM_STRING_START +  9 )
71cdf0e10cSrcweir#define STR_PYTHON                  ( RID_DBMM_STRING_START + 10 )
72cdf0e10cSrcweir#define STR_DIALOG                  ( RID_DBMM_STRING_START + 11 )
73cdf0e10cSrcweir#define STR_MIGRATING_LIBS		    ( RID_DBMM_STRING_START + 12 )
74cdf0e10cSrcweir#define STR_ERRORS                  ( RID_DBMM_STRING_START + 13 )
75cdf0e10cSrcweir#define STR_WARNINGS                ( RID_DBMM_STRING_START + 14 )
76cdf0e10cSrcweir#define STR_EXCEPTION               ( RID_DBMM_STRING_START + 15 )
77cdf0e10cSrcweir#define STR_LIBRARY_TYPE_AND_NAME   ( RID_DBMM_STRING_START + 16 )
78cdf0e10cSrcweir#define STR_INVALID_NUMBER_ARGS		( RID_DBMM_STRING_START + 17 )
79cdf0e10cSrcweir#define STR_NO_DATABASE				( RID_DBMM_STRING_START + 18 )
80cdf0e10cSrcweir#define STR_NOT_READONLY			( RID_DBMM_STRING_START + 19 )
81cdf0e10cSrcweir
82cdf0e10cSrcweir#endif // DBACCESS_DBMM_GLOBAL_HRC
83