User: obo Date: 05/03/18 02:11:25 Modified: /dba/dbaccess/source/ui/inc/ unodatbr.hxx
Log: INTEGRATION: CWS dba25 (1.58.38); FILE MERGED 2005/03/04 07:18:23 oj 1.58.38.1: #i43912# use set connection as activeconnection File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: unodatbr.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/unodatbr.hxx?r1=1.58&r2=1.59 Delta lines: +9 -3 ------------------- --- unodatbr.hxx 21 Jan 2005 17:19:32 -0000 1.58 +++ unodatbr.hxx 18 Mar 2005 10:11:22 -0000 1.59 @@ -65,7 +65,9 @@ #ifndef _SBA_BWRCTRLR_HXX #include "brwctrlr.hxx" #endif - +#ifndef _COM_SUN_STAR_SDBC_XCONNECTION_HPP_ +#include <com/sun/star/sdbc/XConnection.hpp> +#endif #ifndef _COMPHELPER_STLTYPES_HXX_ #include <comphelper/stl_types.hxx> #endif @@ -180,6 +182,7 @@ sal_Bool m_bShowMenu; // if TRUE the menu should be visible otherwise not sal_Bool m_bInSuspend; sal_Bool m_bEnableBrowser; + sal_Bool m_bOwnConnection; /** updateTitle will be called when a new frame is attached @@ -331,7 +334,9 @@ */ void implAddDatasource(const String& _rDbName, Image& _rDbImage, String& _rQueryName, Image& _rQueryImage, - String& _rTableName, Image& _rTableImage); + String& _rTableName, Image& _rTableImage + ,const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection + ); /// clears the tree list box void clearTreeModel(); @@ -446,7 +451,8 @@ SvLBoxEntry* getObjectEntry( const ::rtl::OUString& _rDataSource, const ::rtl::OUString& _rCommand, sal_Int32 _nCommandType, SvLBoxEntry** _ppDataSourceEntry = NULL, SvLBoxEntry** _ppContainerEntry = NULL, - sal_Bool _bExpandAncestors = sal_True + sal_Bool _bExpandAncestors = sal_True, + const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection = NULL ); /// checks if m_aDocumentDataSource describes a known object --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
