Kaydet (Commit) a31e464c authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS dba24 (1.8.378); FILE MERGED

2005/02/04 10:11:32 oj 1.8.378.1: #i41961# first use the embedded connection instead of trying to set a new one
üst b870b0e5
......@@ -2,9 +2,9 @@
*
* $RCSfile: controlwizard.hxx,v $
*
* $Revision: 1.8 $
* $Revision: 1.9 $
*
* last change: $Author: hr $ $Date: 2003-03-25 16:03:27 $
* last change: $Author: vg $ $Date: 2005-03-10 16:59:28 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -74,6 +74,9 @@
#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_
#include <com/sun/star/sdbc/XConnection.hpp>
#endif
#ifndef _COM_SUN_STAR_TASK_XINTERACTIONHANDLER_HPP_
#include <com/sun/star/task/XInteractionHandler.hpp>
#endif
#ifndef _SV_FIXED_HXX
#include <vcl/fixed.hxx>
#endif
......@@ -202,6 +205,11 @@ namespace dbp
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
getFormConnection(const OAccessRegulator&) const;
/** returns the com.sun.star.sdb.InteractionHandler
@param _pWindow The window will be used when an error message has to be shown.
*/
::com::sun::star::uno::Reference< ::com::sun::star::task::XInteractionHandler > getInteractionHandler(Window* _pWindow) const;
protected:
// initialize the derivees settings (which have to be derived from OControlWizardSettings)
// with some common data extracted from the control model
......@@ -211,6 +219,9 @@ namespace dbp
sal_Bool needDatasourceSelection();
::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >
getFormConnection() const;
virtual sal_Bool approveControl(sal_Int16 _nClassId) = 0;
// ModalDialog overridables
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment