summaryrefslogtreecommitdiffstats
path: root/dbaccess/source/ui/dlg/adminpages.hxx
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2001-01-04 10:21:45 +0000
committerFrank Schönheit <fs@openoffice.org>2001-01-04 10:21:45 +0000
commitb242af23c29e173ef3aea45a77f31dd6c5a1a11d (patch)
treefd09ee2e17bd20bd5194b9ebedebfd3016575adc /dbaccess/source/ui/dlg/adminpages.hxx
parent#81485# added dsn type ADO (diff)
downloadcore-b242af23c29e173ef3aea45a77f31dd6c5a1a11d.tar.gz
core-b242af23c29e173ef3aea45a77f31dd6c5a1a11d.zip
#81485# +OAdoDetailsPage
Diffstat (limited to 'dbaccess/source/ui/dlg/adminpages.hxx')
-rw-r--r--dbaccess/source/ui/dlg/adminpages.hxx29
1 files changed, 27 insertions, 2 deletions
diff --git a/dbaccess/source/ui/dlg/adminpages.hxx b/dbaccess/source/ui/dlg/adminpages.hxx
index 8dc306bed042..97b5058b6240 100644
--- a/dbaccess/source/ui/dlg/adminpages.hxx
+++ b/dbaccess/source/ui/dlg/adminpages.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: adminpages.hxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: oj $ $Date: 2000-12-07 14:15:42 $
+ * last change: $Author: fs $ $Date: 2001-01-04 11:21:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -324,6 +324,28 @@ private:
};
//========================================================================
+//= OAdoDetailsPage
+//========================================================================
+class OAdoDetailsPage : public OCommonBehaviourTabPage
+{
+public:
+ static SfxTabPage* Create( Window* pParent, const SfxItemSet& _rAttrSet );
+ virtual BOOL FillItemSet ( SfxItemSet& _rCoreAttrs );
+
+ /// get the SfxPoolItem ids used by this tab page
+ static sal_Int32* getDetailIds();
+
+private:
+ FixedText m_aAdoUrlLabel;
+ OConnectionURLEdit m_aAdoUrl;
+
+ OAdoDetailsPage( Window* pParent, const SfxItemSet& _rCoreAttrs );
+ ~OAdoDetailsPage();
+
+ virtual void implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue);
+};
+
+//========================================================================
//= OOdbcDetailsPage
//========================================================================
class OOdbcDetailsPage : public OCommonBehaviourTabPage
@@ -465,6 +487,9 @@ private:
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.16 2000/12/07 14:15:42 oj
+ * #81131# check installed adabas dbs
+ *
* Revision 1.15 2000/11/30 08:32:30 fs
* #80003# changed some sal_uInt16 to sal_Int32 (need some -1's)
*