1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *
9 * This file is part of OpenOffice.org.
10 *
11 * OpenOffice.org is free software: you can redistribute it and/or modify
12 * it under the terms of the GNU Lesser General Public License version 3
13 * only, as published by the Free Software Foundation.
14 *
15 * OpenOffice.org is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 * GNU Lesser General Public License version 3 for more details
19 * (a copy is included in the LICENSE file that accompanied this code).
20 *
21 * You should have received a copy of the GNU Lesser General Public License
22 * version 3 along with OpenOffice.org.  If not, see
23 * <http://www.openoffice.org/license.html>
24 * for a copy of the LGPLv3 License.
25 *
26 ************************************************************************/
27
28#ifndef DBACCESS_DBMM_GLOBAL_HRC
29#define DBACCESS_DBMM_GLOBAL_HRC
30
31#include <svl/solar.hrc>
32
33//=====================================================================
34//= bases
35//=====================================================================
36#define RID_DBMM_DIALOG_START       RID_DBACCESS_START + 0
37#define RID_DBMM_TAPPAGE_START      RID_DBACCESS_START + 0
38#define RID_DBMM_STRING_START       RID_DBACCESS_START + 0
39
40//=====================================================================
41//= dialogs
42//=====================================================================
43
44#define DLG_MACRO_MIGRATION     RID_DBMM_DIALOG_START + 0
45
46//=====================================================================
47//= error boxes
48//=====================================================================
49
50#define ERR_INVALID_BACKUP_LOCATION     RID_DBMM_DIALOG_START + 0
51
52//=====================================================================
53//= tab pages
54//=====================================================================
55
56#define TP_PREPARE          ( RID_DBMM_TAPPAGE_START + 0 )
57#define TP_SAVE_DBDOC_AS    ( RID_DBMM_TAPPAGE_START + 1 )
58#define TP_MIGRATE          ( RID_DBMM_TAPPAGE_START + 2 )
59#define TP_SUMMARY          ( RID_DBMM_TAPPAGE_START + 3 )
60
61//=====================================================================
62//= strings
63//=====================================================================
64
65#define STR_FORM                    ( RID_DBMM_STRING_START +  0 )
66#define STR_REPORT                  ( RID_DBMM_STRING_START +  1 )
67#define STR_OVERALL_PROGRESS        ( RID_DBMM_STRING_START +  2 )
68#define STR_DATABASE_DOCUMENT       ( RID_DBMM_STRING_START +  3 )
69#define STR_SAVED_COPY_TO           ( RID_DBMM_STRING_START +  4 )
70#define STR_MOVED_LIBRARY           ( RID_DBMM_STRING_START +  5 )
71#define STR_OOO_BASIC               ( RID_DBMM_STRING_START +  6 )
72#define STR_JAVA_SCRIPT             ( RID_DBMM_STRING_START +  7 )
73#define STR_BEAN_SHELL              ( RID_DBMM_STRING_START +  8 )
74#define STR_JAVA                    ( RID_DBMM_STRING_START +  9 )
75#define STR_PYTHON                  ( RID_DBMM_STRING_START + 10 )
76#define STR_DIALOG                  ( RID_DBMM_STRING_START + 11 )
77#define STR_MIGRATING_LIBS		    ( RID_DBMM_STRING_START + 12 )
78#define STR_ERRORS                  ( RID_DBMM_STRING_START + 13 )
79#define STR_WARNINGS                ( RID_DBMM_STRING_START + 14 )
80#define STR_EXCEPTION               ( RID_DBMM_STRING_START + 15 )
81#define STR_LIBRARY_TYPE_AND_NAME   ( RID_DBMM_STRING_START + 16 )
82#define STR_INVALID_NUMBER_ARGS		( RID_DBMM_STRING_START + 17 )
83#define STR_NO_DATABASE				( RID_DBMM_STRING_START + 18 )
84#define STR_NOT_READONLY			( RID_DBMM_STRING_START + 19 )
85
86#endif // DBACCESS_DBMM_GLOBAL_HRC
87