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 24#ifndef DBACCESS_DBMM_GLOBAL_HRC 25#define DBACCESS_DBMM_GLOBAL_HRC 26 27#include <svl/solar.hrc> 28 29//===================================================================== 30//= bases 31//===================================================================== 32#define RID_DBMM_DIALOG_START RID_DBACCESS_START + 0 33#define RID_DBMM_TAPPAGE_START RID_DBACCESS_START + 0 34#define RID_DBMM_STRING_START RID_DBACCESS_START + 0 35 36//===================================================================== 37//= dialogs 38//===================================================================== 39 40#define DLG_MACRO_MIGRATION RID_DBMM_DIALOG_START + 0 41 42//===================================================================== 43//= error boxes 44//===================================================================== 45 46#define ERR_INVALID_BACKUP_LOCATION RID_DBMM_DIALOG_START + 0 47 48//===================================================================== 49//= tab pages 50//===================================================================== 51 52#define TP_PREPARE ( RID_DBMM_TAPPAGE_START + 0 ) 53#define TP_SAVE_DBDOC_AS ( RID_DBMM_TAPPAGE_START + 1 ) 54#define TP_MIGRATE ( RID_DBMM_TAPPAGE_START + 2 ) 55#define TP_SUMMARY ( RID_DBMM_TAPPAGE_START + 3 ) 56 57//===================================================================== 58//= strings 59//===================================================================== 60 61#define STR_FORM ( RID_DBMM_STRING_START + 0 ) 62#define STR_REPORT ( RID_DBMM_STRING_START + 1 ) 63#define STR_OVERALL_PROGRESS ( RID_DBMM_STRING_START + 2 ) 64#define STR_DATABASE_DOCUMENT ( RID_DBMM_STRING_START + 3 ) 65#define STR_SAVED_COPY_TO ( RID_DBMM_STRING_START + 4 ) 66#define STR_MOVED_LIBRARY ( RID_DBMM_STRING_START + 5 ) 67#define STR_OOO_BASIC ( RID_DBMM_STRING_START + 6 ) 68#define STR_JAVA_SCRIPT ( RID_DBMM_STRING_START + 7 ) 69#define STR_BEAN_SHELL ( RID_DBMM_STRING_START + 8 ) 70#define STR_JAVA ( RID_DBMM_STRING_START + 9 ) 71#define STR_PYTHON ( RID_DBMM_STRING_START + 10 ) 72#define STR_DIALOG ( RID_DBMM_STRING_START + 11 ) 73#define STR_MIGRATING_LIBS ( RID_DBMM_STRING_START + 12 ) 74#define STR_ERRORS ( RID_DBMM_STRING_START + 13 ) 75#define STR_WARNINGS ( RID_DBMM_STRING_START + 14 ) 76#define STR_EXCEPTION ( RID_DBMM_STRING_START + 15 ) 77#define STR_LIBRARY_TYPE_AND_NAME ( RID_DBMM_STRING_START + 16 ) 78#define STR_INVALID_NUMBER_ARGS ( RID_DBMM_STRING_START + 17 ) 79#define STR_NO_DATABASE ( RID_DBMM_STRING_START + 18 ) 80#define STR_NOT_READONLY ( RID_DBMM_STRING_START + 19 ) 81 82#endif // DBACCESS_DBMM_GLOBAL_HRC 83