summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/inc/dbadmin.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-10-31 07:03:35 +0000
committerFrank Schönheit <fs@openoffice.org>2000-10-31 07:03:35 +0000
commit1c55b4609c7beb55ef6931c49d63367b5da29415 (patch)
tree1c0584266b70d847f902c810a102508818d9ae52 /dbaccess/source/ui/inc/dbadmin.hxx
parent64c72850868bd72e9aef61f01f0dc34b3c32f34a (diff)
+selectDataSource - supporting an initial selecting when creating as service
Diffstat (limited to 'dbaccess/source/ui/inc/dbadmin.hxx')
-rw-r--r--dbaccess/source/ui/inc/dbadmin.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/dbaccess/source/ui/inc/dbadmin.hxx b/dbaccess/source/ui/inc/dbadmin.hxx
index 9a7b4536fad2..e2832193d1cd 100644
--- a/dbaccess/source/ui/inc/dbadmin.hxx
+++ b/dbaccess/source/ui/inc/dbadmin.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: dbadmin.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2000-10-30 08:00:23 $
+ * last change: $Author: fs $ $Date: 2000-10-31 08:03:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -524,6 +524,12 @@ public:
// SfxTabDialog overridables
virtual short Execute();
+ /** select a data source given by name<p/>
+ This method is used by the UNO wrapper for the dialog to set the initial selection.<br/>
+ If no data source with the given name exists, nothing is changed at all.
+ */
+ void selectDataSource(const ::rtl::OUString& _rName);
+
/** create and return an item set for use with the dialog.
@param _pTypeCollection pointer to an <type>ODatasourceMap</type>. May be NULL, in this case
the pool will not contain a typecollection default.
@@ -626,6 +632,9 @@ private:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.3 2000/10/30 08:00:23 fs
+ * +getDatasourceType / +getRelevantItems / +hasAuthentication
+ *
* Revision 1.2 2000/10/26 07:33:19 fs
* fillDatasourceInfo
*