diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:39:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-08-02 16:39:25 +0000 |
commit | 397cf1454ae46305c47594e87dfed8fafba6c683 (patch) | |
tree | db83c35f4f8714d207c705498fe0d5c71e5c056d /extensions/source | |
parent | 5c9913311cdd2a95c4759f389f7884f28d84c020 (diff) |
INTEGRATION: CWS insight01 (1.4.182); FILE MERGED
2004/03/05 07:38:41 oj 1.4.182.2: #111090# changes for the new prop dialogs
2004/02/23 14:38:22 oj 1.4.182.1: #111075# allow the selection of a database file
Diffstat (limited to 'extensions/source')
-rw-r--r-- | extensions/source/dbpilots/commonpagesdbp.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extensions/source/dbpilots/commonpagesdbp.hxx b/extensions/source/dbpilots/commonpagesdbp.hxx index cf166528082c..fba931586952 100644 --- a/extensions/source/dbpilots/commonpagesdbp.hxx +++ b/extensions/source/dbpilots/commonpagesdbp.hxx @@ -2,9 +2,9 @@ * * $RCSfile: commonpagesdbp.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2003-03-25 16:03:26 $ + * last change: $Author: hr $ $Date: 2004-08-02 17:39:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -90,6 +90,7 @@ namespace dbp FixedText m_aExplanation; FixedText m_aDatasourceLabel; ListBox m_aDatasource; + PushButton m_aSearchDatabase; FixedText m_aTableLabel; ListBox m_aTable; @@ -110,9 +111,11 @@ namespace dbp protected: DECL_LINK( OnListboxSelection, ListBox* ); DECL_LINK( OnListboxDoubleClicked, ListBox* ); + DECL_LINK( OnSearchClicked, PushButton* ); void implCollectDatasource(); - void implFillTables(); + void implFillTables(const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& + _rxConn = ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >()); // OControlWizardPage overridables virtual sal_Bool determineNextButtonState(); |