summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbwizsetup.hxx
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2005-06-30 15:34:14 +0000
committerKurt Zenker <kz@openoffice.org>2005-06-30 15:34:14 +0000
commitf1831b7c08506d8ca92577469590ce86cff9c695 (patch)
tree068c57f8757156c6273451e1f4bd01b28a0bfa93 /dbaccess/source/ui/inc/dbwizsetup.hxx
parent2dc17b12677ddb259476116668e72583896a89e5 (diff)
INTEGRATION: CWS wizopendb (1.5.48); FILE MERGED
2005/06/06 10:40:43 fs 1.5.48.1: #i42477# allow the 'New Database' wizard to load existing documents
Diffstat (limited to 'dbaccess/source/ui/inc/dbwizsetup.hxx')
-rw-r--r--dbaccess/source/ui/inc/dbwizsetup.hxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/dbaccess/source/ui/inc/dbwizsetup.hxx b/dbaccess/source/ui/inc/dbwizsetup.hxx
index dedcb429823f..2887b158c164 100644
--- a/dbaccess/source/ui/inc/dbwizsetup.hxx
+++ b/dbaccess/source/ui/inc/dbwizsetup.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbwizsetup.hxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: vg $ $Date: 2005-03-10 16:51:17 $
+ * last change: $Author: kz $ $Date: 2005-06-30 16:34:14 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -137,7 +137,6 @@ private:
String m_sRM_SpreadSheetText;
String m_sRM_AuthentificationText;
String m_sRM_FinalText;
-// String m_sWizardTitle;
INetURLObject m_aDocURL;
String m_sWorkPath;
OGeneralPage* m_pGeneralPage;
@@ -173,11 +172,11 @@ public:
/** returns <TRUE/> if the database should be opened, otherwise <FALSE/>.
*/
- sal_Bool IsDatabaseDocumentToBeOpened();
+ sal_Bool IsDatabaseDocumentToBeOpened() const;
/** returns <TRUE/> if the table wizard should be opened, otherwise <FALSE/>.
*/
- sal_Bool IsTableWizardToBeStarted();
+ sal_Bool IsTableWizardToBeStarted() const;
protected:
/// to override to create new pages
@@ -209,18 +208,19 @@ protected:
private:
void RegisterDataSourceByLocation(const ::rtl::OUString& sPath);
sal_Bool SaveDatabaseDocument();
- void activateDatabasePath(OGeneralPage* _pTabpage);
+ void activateDatabasePath();
void createUniqueFileName(INetURLObject* pURL);
void CreateDatabase();
void createUniqueFolderName(INetURLObject* pURL);
DATASOURCE_TYPE VerifyDataSourceType(const DATASOURCE_TYPE _DatabaseType) const;
- void ToggleFollowingRoadmapSteps();
+ void updateTypeDependentStates();
sal_Bool callSaveAsDialog();
-// sal_Bool DocUrlHasValue();
sal_Bool IsConnectionUrlRequired();
DECL_LINK(OnTypeSelected, OGeneralPage*);
- DECL_LINK(ImplCreateDBHdl, OGeneralPage*);
+ DECL_LINK(OnChangeCreationMode, OGeneralPage*);
+ DECL_LINK(OnRecentDocumentSelected, OGeneralPage*);
+ DECL_LINK(OnSingleDocumentChosen, OGeneralPage*);
DECL_LINK(ImplClickHdl, OMySQLIntroPageSetup*);
DECL_LINK(ImplModifiedHdl, OGenericAdministrationPage*);
};