2000-09-18 16:15:01 +00:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
|
|
|
* $RCSfile: textsh2.cxx,v $
|
|
|
|
*
|
2004-02-03 15:55:57 +00:00
|
|
|
* $Revision: 1.18 $
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
2004-02-03 15:55:57 +00:00
|
|
|
* last change: $Author: hr $ $Date: 2004-02-03 16:55:57 $
|
2000-09-18 16:15:01 +00:00
|
|
|
*
|
|
|
|
* The Contents of this file are made available subject to the terms of
|
|
|
|
* either of the following licenses
|
|
|
|
*
|
|
|
|
* - GNU Lesser General Public License Version 2.1
|
|
|
|
* - Sun Industry Standards Source License Version 1.1
|
|
|
|
*
|
|
|
|
* Sun Microsystems Inc., October, 2000
|
|
|
|
*
|
|
|
|
* GNU Lesser General Public License Version 2.1
|
|
|
|
* =============================================
|
|
|
|
* Copyright 2000 by Sun Microsystems, Inc.
|
|
|
|
* 901 San Antonio Road, Palo Alto, CA 94303, USA
|
|
|
|
*
|
|
|
|
* This library is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU Lesser General Public
|
|
|
|
* License version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This library is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
* Lesser General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public
|
|
|
|
* License along with this library; if not, write to the Free Software
|
|
|
|
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
|
|
|
|
* MA 02111-1307 USA
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* Sun Industry Standards Source License Version 1.1
|
|
|
|
* =================================================
|
|
|
|
* The contents of this file are subject to the Sun Industry Standards
|
|
|
|
* Source License Version 1.1 (the "License"); You may not use this file
|
|
|
|
* except in compliance with the License. You may obtain a copy of the
|
|
|
|
* License at http://www.openoffice.org/license.html.
|
|
|
|
*
|
|
|
|
* Software provided under this License is provided on an "AS IS" basis,
|
|
|
|
* WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
|
|
|
|
* WITHOUT LIMITATION, WARRANTIES THAT THE SOFTWARE IS FREE OF DEFECTS,
|
|
|
|
* MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE, OR NON-INFRINGING.
|
|
|
|
* See the License for the specific provisions governing your rights and
|
|
|
|
* obligations concerning the Software.
|
|
|
|
*
|
|
|
|
* The Initial Developer of the Original Code is: Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* Copyright: 2000 by Sun Microsystems, Inc.
|
|
|
|
*
|
|
|
|
* All Rights Reserved.
|
|
|
|
*
|
|
|
|
* Contributor(s): _______________________________________
|
|
|
|
*
|
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
|
|
|
|
|
|
|
|
#pragma hdrstop
|
|
|
|
|
|
|
|
#if STLPORT_VERSION>=321
|
|
|
|
#include <cstdarg>
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include <svtools/svmedit.hxx>
|
|
|
|
#ifndef _SFXENUMITEM_HXX //autogen
|
|
|
|
#include <svtools/eitem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFX_WHITER_HXX //autogen
|
|
|
|
#include <svtools/whiter.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXEVENT_HXX //autogen
|
|
|
|
#include <sfx2/event.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXDISPATCH_HXX //autogen
|
|
|
|
#include <sfx2/dispatch.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXVIEWFRM_HXX //autogen
|
|
|
|
#include <sfx2/viewfrm.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _MSGBOX_HXX //autogen
|
|
|
|
#include <vcl/msgbox.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXSTRITEM_HXX //autogen
|
|
|
|
#include <svtools/stritem.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXITEMSET_HXX
|
|
|
|
#include <svtools/itemset.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SFXREQUEST_HXX
|
|
|
|
#include <sfx2/request.hxx>
|
|
|
|
#endif
|
2001-02-21 11:27:37 +00:00
|
|
|
#ifndef _COM_SUN_STAR_SDB_COMMANDTYPE_HPP_
|
|
|
|
#include <com/sun/star/sdb/CommandType.hpp>
|
|
|
|
#endif
|
2000-09-18 16:15:01 +00:00
|
|
|
#ifndef _COM_SUN_STAR_LANG_XMULTISERVICEFACTORY_HPP_
|
|
|
|
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_
|
|
|
|
#include <com/sun/star/container/XNameAccess.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XDATASOURCE_HPP_
|
|
|
|
#include <com/sun/star/sdbc/XDataSource.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDBCX_XTABLESSUPPLIER_HPP_
|
|
|
|
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDBCX_XCOLUMNSSUPPLIER_HPP_
|
|
|
|
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_XQUERIESSUPPLIER_HPP_
|
|
|
|
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_SDB_XDATABASEACCESS_HPP_
|
|
|
|
#include <com/sun/star/sdb/XDatabaseAccess.hpp>
|
|
|
|
#endif
|
|
|
|
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYSET_HPP_
|
|
|
|
#include <com/sun/star/beans/XPropertySet.hpp>
|
|
|
|
#endif
|
2002-08-21 11:23:43 +00:00
|
|
|
#ifndef _COM_SUN_STAR_CONTAINER_XCHILD_HPP_
|
|
|
|
#include <com/sun/star/container/XChild.hpp>
|
|
|
|
#endif
|
2000-10-20 13:18:07 +00:00
|
|
|
#ifndef _COMPHELPER_PROCESSFACTORY_HXX_
|
|
|
|
#include <comphelper/processfactory.hxx>
|
2000-09-18 16:15:01 +00:00
|
|
|
#endif
|
2001-10-16 10:12:00 +00:00
|
|
|
#ifndef _COM_SUN_STAR_SDBC_XROWSET_HPP_
|
|
|
|
#include <com/sun/star/sdbc/XRowSet.hpp>
|
|
|
|
#endif
|
2001-06-08 12:47:33 +00:00
|
|
|
#ifndef _SFXFRAME_HXX
|
|
|
|
#include <sfx2/frame.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _FLDMGR_HXX
|
|
|
|
#include <fldmgr.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _FLDBAS_HXX
|
|
|
|
#include <fldbas.hxx>
|
|
|
|
#endif
|
2000-09-18 16:15:01 +00:00
|
|
|
#include "dbmgr.hxx"
|
2002-08-21 11:23:43 +00:00
|
|
|
#ifndef _COMPHELPER_UNO3_HXX_
|
|
|
|
#include <comphelper/uno3.hxx>
|
|
|
|
#endif
|
|
|
|
#ifndef _SVX_DATACCESSDESCRIPTOR_HXX_
|
|
|
|
#include <svx/dataaccessdescriptor.hxx>
|
|
|
|
#endif
|
|
|
|
#include <memory>
|
2000-09-18 16:15:01 +00:00
|
|
|
|
|
|
|
#include "view.hxx"
|
|
|
|
#include "wrtsh.hxx"
|
|
|
|
#include "swtypes.hxx"
|
|
|
|
#include "cmdid.h"
|
|
|
|
#include "swevent.hxx"
|
|
|
|
#include "shells.hrc"
|
|
|
|
#include "textsh.hxx"
|
|
|
|
#include "dbinsdlg.hxx"
|
|
|
|
|
|
|
|
using namespace rtl;
|
2002-08-21 11:23:43 +00:00
|
|
|
using namespace svx;
|
2000-09-18 16:15:01 +00:00
|
|
|
using namespace com::sun::star;
|
|
|
|
using namespace com::sun::star::uno;
|
|
|
|
using namespace com::sun::star::container;
|
|
|
|
using namespace com::sun::star::lang;
|
|
|
|
using namespace com::sun::star::sdb;
|
|
|
|
using namespace com::sun::star::sdbc;
|
|
|
|
using namespace com::sun::star::sdbcx;
|
|
|
|
using namespace com::sun::star::beans;
|
|
|
|
|
2002-08-21 11:23:43 +00:00
|
|
|
#define C2U(cChar) ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(cChar))
|
2000-09-18 16:15:01 +00:00
|
|
|
#define C2S(cChar) UniString::CreateFromAscii(cChar)
|
|
|
|
#define DB_DD_DELIM 0x0b
|
|
|
|
|
2001-10-16 10:12:00 +00:00
|
|
|
struct DBTextStruct_Impl
|
|
|
|
{
|
|
|
|
SwDBData aDBData;
|
|
|
|
Sequence<Any> aSelection;
|
2002-08-21 11:23:43 +00:00
|
|
|
Reference<XResultSet> xCursor;
|
|
|
|
Reference<XConnection> xConnection;
|
2001-10-16 10:12:00 +00:00
|
|
|
};
|
2000-09-18 16:15:01 +00:00
|
|
|
inline void AddSelList( List& rLst, long nRow )
|
|
|
|
{
|
|
|
|
rLst.Insert( (void*)nRow , LIST_APPEND );
|
|
|
|
}
|
|
|
|
void SwTextShell::ExecDB(SfxRequest &rReq)
|
|
|
|
{
|
|
|
|
const SfxItemSet *pArgs = rReq.GetArgs();
|
|
|
|
SwNewDBMgr* pNewDBMgr = GetShell().GetNewDBMgr();
|
|
|
|
USHORT nSlot = rReq.GetSlot();
|
2001-10-16 10:12:00 +00:00
|
|
|
OUString sSourceArg, sCommandArg;
|
|
|
|
sal_Int32 nCommandTypeArg = 0;
|
|
|
|
|
|
|
|
const SfxPoolItem* pSourceItem = 0;
|
2002-08-21 11:23:43 +00:00
|
|
|
const SfxPoolItem* pCursorItem = 0;
|
|
|
|
const SfxPoolItem* pConnectionItem = 0;
|
2001-10-16 10:12:00 +00:00
|
|
|
const SfxPoolItem* pCommandItem = 0;
|
|
|
|
const SfxPoolItem* pCommandTypeItem = 0;
|
|
|
|
const SfxPoolItem* pSelectionItem = 0;
|
2002-08-21 11:23:43 +00:00
|
|
|
|
|
|
|
// first get the selection of rows to be inserted
|
2001-10-16 10:12:00 +00:00
|
|
|
pArgs->GetItemState(FN_DB_DATA_SELECTION_ANY, FALSE, &pSelectionItem);
|
2002-08-21 11:23:43 +00:00
|
|
|
|
2001-10-16 10:12:00 +00:00
|
|
|
Sequence<Any> aSelection;
|
|
|
|
if(pSelectionItem)
|
|
|
|
((SfxUsrAnyItem*)pSelectionItem)->GetValue() >>= aSelection;
|
2002-08-21 11:23:43 +00:00
|
|
|
|
|
|
|
// get the data source name
|
2001-10-16 10:12:00 +00:00
|
|
|
pArgs->GetItemState(FN_DB_DATA_SOURCE_ANY, FALSE, &pSourceItem);
|
|
|
|
if(pSourceItem)
|
|
|
|
((const SfxUsrAnyItem*)pSourceItem)->GetValue() >>= sSourceArg;
|
2002-08-21 11:23:43 +00:00
|
|
|
|
|
|
|
// get the command
|
2001-10-16 10:12:00 +00:00
|
|
|
pArgs->GetItemState(FN_DB_DATA_COMMAND_ANY, FALSE, &pCommandItem);
|
|
|
|
if(pCommandItem)
|
|
|
|
((const SfxUsrAnyItem*)pCommandItem)->GetValue() >>= sCommandArg;
|
2002-08-21 11:23:43 +00:00
|
|
|
|
|
|
|
// get the command type
|
2001-10-16 10:12:00 +00:00
|
|
|
pArgs->GetItemState(FN_DB_DATA_COMMAND_TYPE_ANY, FALSE, &pCommandTypeItem);
|
|
|
|
if(pCommandTypeItem)
|
|
|
|
((const SfxUsrAnyItem*)pCommandTypeItem)->GetValue() >>= nCommandTypeArg;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2002-08-21 11:23:43 +00:00
|
|
|
Reference<XConnection> xConnection;
|
|
|
|
pArgs->GetItemState(FN_DB_CONNECTION_ANY, FALSE, &pConnectionItem);
|
|
|
|
if ( pConnectionItem )
|
|
|
|
((const SfxUsrAnyItem*)pConnectionItem)->GetValue() >>= xConnection;
|
|
|
|
// may be we even get no connection
|
|
|
|
if ( !xConnection.is() )
|
|
|
|
{
|
|
|
|
Reference<XDataSource> xSource;
|
|
|
|
xConnection = pNewDBMgr->GetConnection(sSourceArg, xSource);
|
|
|
|
}
|
|
|
|
if(!xConnection.is())
|
|
|
|
return ;
|
|
|
|
|
|
|
|
// get the cursor, we use to travel, may be NULL
|
|
|
|
Reference<XResultSet> xCursor;
|
|
|
|
pArgs->GetItemState(FN_DB_DATA_CURSOR_ANY, FALSE, &pCursorItem);
|
|
|
|
if ( pCursorItem )
|
|
|
|
((const SfxUsrAnyItem*)pCursorItem)->GetValue() >>= xCursor;
|
|
|
|
|
2000-09-18 16:15:01 +00:00
|
|
|
switch (nSlot)
|
|
|
|
{
|
|
|
|
case FN_QRY_INSERT:
|
|
|
|
{
|
2001-10-16 10:12:00 +00:00
|
|
|
if(pSourceItem && pCommandItem && pCommandTypeItem)
|
|
|
|
{
|
2002-08-21 11:23:43 +00:00
|
|
|
DBTextStruct_Impl* pNew = new DBTextStruct_Impl;
|
|
|
|
pNew->aDBData.sDataSource = sSourceArg;
|
|
|
|
pNew->aDBData.sCommand = sCommandArg;
|
|
|
|
pNew->aDBData.nCommandType = nCommandTypeArg;
|
|
|
|
pNew->aSelection = aSelection;
|
|
|
|
//if the cursor is NULL, it must be created inside InsertDBTextHdl
|
|
|
|
// because it called via a PostUserEvent
|
|
|
|
pNew->xCursor = xCursor;
|
|
|
|
pNew->xConnection = xConnection;
|
|
|
|
|
2001-10-16 10:12:00 +00:00
|
|
|
Application::PostUserEvent( STATIC_LINK( this, SwBaseShell,
|
2000-09-18 16:15:01 +00:00
|
|
|
InsertDBTextHdl ), pNew );
|
2001-10-16 10:12:00 +00:00
|
|
|
// the pNew will be removed in InsertDBTextHdl !!
|
|
|
|
}
|
2000-09-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case FN_QRY_MERGE_FIELD:
|
|
|
|
{
|
2002-08-21 11:23:43 +00:00
|
|
|
// we don't get any cursor, so we must create our own
|
2001-10-16 10:12:00 +00:00
|
|
|
BOOL bDisposeResultSet = FALSE;
|
2002-08-21 11:23:43 +00:00
|
|
|
if ( !xCursor.is() )
|
2001-10-16 10:12:00 +00:00
|
|
|
{
|
2002-08-21 11:23:43 +00:00
|
|
|
xCursor = SwNewDBMgr::createCursor(sSourceArg,sCommandArg,nCommandTypeArg,xConnection);
|
|
|
|
bDisposeResultSet = xCursor.is();
|
2001-10-16 10:12:00 +00:00
|
|
|
}
|
2002-08-21 11:23:43 +00:00
|
|
|
|
|
|
|
ODataAccessDescriptor aDescriptor;
|
|
|
|
aDescriptor[daDataSource] <<= sSourceArg;
|
|
|
|
aDescriptor[daCommand] <<= sCommandArg;
|
|
|
|
aDescriptor[daCursor] <<= xCursor;
|
|
|
|
aDescriptor[daSelection] <<= aSelection;
|
|
|
|
aDescriptor[daCommandType] <<= nCommandTypeArg;
|
|
|
|
|
|
|
|
pNewDBMgr->MergeNew(DBMGR_MERGE, *GetShellPtr(), aDescriptor);
|
|
|
|
|
|
|
|
if ( bDisposeResultSet )
|
|
|
|
::comphelper::disposeComponent(xCursor);
|
2000-09-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
case FN_QRY_INSERT_FIELD:
|
|
|
|
{
|
2001-06-08 12:47:33 +00:00
|
|
|
const SfxPoolItem* pColumnItem = 0;
|
2001-07-11 11:10:54 +00:00
|
|
|
const SfxPoolItem* pColumnNameItem = 0;
|
2001-06-29 12:30:27 +00:00
|
|
|
|
2001-06-08 12:47:33 +00:00
|
|
|
pArgs->GetItemState(FN_DB_COLUMN_ANY, FALSE, &pColumnItem);
|
2001-07-11 11:10:54 +00:00
|
|
|
pArgs->GetItemState(FN_DB_DATA_COLUMN_NAME_ANY, FALSE, &pColumnNameItem);
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2001-07-11 11:10:54 +00:00
|
|
|
OUString sColumnName;
|
|
|
|
if(pColumnNameItem)
|
|
|
|
((SfxUsrAnyItem*)pColumnNameItem)->GetValue() >>= sColumnName;
|
2002-08-21 11:23:43 +00:00
|
|
|
String sDBName = sSourceArg;
|
2000-09-18 16:15:01 +00:00
|
|
|
sDBName += DB_DELIM;
|
2002-08-21 11:23:43 +00:00
|
|
|
sDBName += (String)sCommandArg;
|
2000-09-18 16:15:01 +00:00
|
|
|
sDBName += DB_DELIM;
|
2002-08-21 11:23:43 +00:00
|
|
|
sDBName += String::CreateFromInt32(nCommandTypeArg);
|
2001-07-11 11:10:54 +00:00
|
|
|
sDBName += DB_DELIM;
|
|
|
|
sDBName += (String)sColumnName;
|
2000-09-18 16:15:01 +00:00
|
|
|
|
2001-06-08 12:47:33 +00:00
|
|
|
SwFldMgr aFldMgr(GetShellPtr());
|
|
|
|
SwInsertFld_Data aData(TYP_DBFLD, 0, sDBName, aEmptyStr, 0, FALSE, TRUE);
|
|
|
|
if(pConnectionItem)
|
|
|
|
aData.aDBConnection = ((SfxUsrAnyItem*)pConnectionItem)->GetValue();
|
|
|
|
if(pColumnItem)
|
|
|
|
aData.aDBColumn = ((SfxUsrAnyItem*)pColumnItem)->GetValue();
|
|
|
|
aFldMgr.InsertFld(aData);
|
2003-08-19 11:29:04 +00:00
|
|
|
SfxViewFrame* pViewFrame = GetView().GetViewFrame();
|
|
|
|
com::sun::star::uno::Reference< com::sun::star::frame::XDispatchRecorder > xRecorder =
|
|
|
|
pViewFrame->GetBindings().GetRecorder();
|
|
|
|
if ( xRecorder.is() )
|
|
|
|
{
|
|
|
|
SfxRequest aReq( pViewFrame, FN_INSERT_DBFIELD );
|
|
|
|
aReq.AppendItem( SfxUInt16Item(FN_PARAM_FIELD_TYPE, TYP_DBFLD));
|
|
|
|
aReq.AppendItem( SfxStringItem( FN_INSERT_DBFIELD, sDBName ));
|
|
|
|
aReq.AppendItem( SfxStringItem( FN_PARAM_1, sCommandArg ));
|
|
|
|
aReq.AppendItem( SfxStringItem( FN_PARAM_2, sColumnName ));
|
|
|
|
aReq.AppendItem( SfxInt32Item( FN_PARAM_3, nCommandTypeArg));
|
|
|
|
aReq.Done();
|
|
|
|
}
|
2000-09-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
ASSERT(!this, falscher Dispatcher);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/*--------------------------------------------------------------------
|
|
|
|
Beschreibung:
|
|
|
|
--------------------------------------------------------------------*/
|
|
|
|
|
2001-10-16 10:12:00 +00:00
|
|
|
IMPL_STATIC_LINK( SwBaseShell, InsertDBTextHdl, DBTextStruct_Impl*, pDBStruct )
|
2000-09-18 16:15:01 +00:00
|
|
|
{
|
2001-10-16 10:12:00 +00:00
|
|
|
if( pDBStruct )
|
2000-09-18 16:15:01 +00:00
|
|
|
{
|
2002-08-21 11:23:43 +00:00
|
|
|
sal_Bool bDispose = sal_False;
|
|
|
|
Reference< sdbc::XConnection> xConnection = pDBStruct->xConnection;
|
|
|
|
Reference<XDataSource> xSource = SwNewDBMgr::getDataSourceAsParent(xConnection,pDBStruct->aDBData.sDataSource);
|
2003-09-11 08:41:12 +00:00
|
|
|
// #111987# the connection is disposed an so no parent has been found
|
|
|
|
if(xConnection.is() && !xSource.is())
|
|
|
|
return 0;
|
2002-08-21 11:23:43 +00:00
|
|
|
|
2003-09-11 08:41:12 +00:00
|
|
|
if ( !xConnection.is() )
|
2002-08-21 11:23:43 +00:00
|
|
|
{
|
|
|
|
xConnection = SwNewDBMgr::GetConnection(pDBStruct->aDBData.sDataSource, xSource);
|
|
|
|
bDispose = sal_True;
|
|
|
|
}
|
|
|
|
|
2000-09-18 16:15:01 +00:00
|
|
|
Reference< XColumnsSupplier> xColSupp;
|
|
|
|
if(xConnection.is())
|
|
|
|
xColSupp = SwNewDBMgr::GetColumnSupplier(xConnection,
|
2001-10-16 10:12:00 +00:00
|
|
|
pDBStruct->aDBData.sCommand,
|
|
|
|
pDBStruct->aDBData.nCommandType == CommandType::QUERY ?
|
|
|
|
SW_DB_SELECT_QUERY : SW_DB_SELECT_TABLE);
|
2000-09-18 16:15:01 +00:00
|
|
|
|
|
|
|
if( xColSupp.is() )
|
|
|
|
{
|
2001-10-16 10:12:00 +00:00
|
|
|
SwDBData aDBData = pDBStruct->aDBData;
|
2002-08-21 11:23:43 +00:00
|
|
|
::std::auto_ptr<SwInsertDBColAutoPilot> pDlg( new SwInsertDBColAutoPilot(
|
2000-09-18 16:15:01 +00:00
|
|
|
pThis->GetView(),
|
|
|
|
xSource,
|
|
|
|
xColSupp,
|
2002-08-21 11:23:43 +00:00
|
|
|
aDBData ) );
|
2000-09-18 16:15:01 +00:00
|
|
|
if( RET_OK == pDlg->Execute() )
|
|
|
|
{
|
2002-08-21 11:23:43 +00:00
|
|
|
Reference <XResultSet> xResSet = pDBStruct->xCursor;
|
2001-10-16 10:12:00 +00:00
|
|
|
pDlg->DataToDoc( pDBStruct->aSelection, xSource, xConnection, xResSet);
|
2000-09-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
}
|
2002-08-21 11:23:43 +00:00
|
|
|
if ( bDispose )
|
|
|
|
::comphelper::disposeComponent(xConnection);
|
2000-09-18 16:15:01 +00:00
|
|
|
}
|
|
|
|
|
2001-10-16 10:12:00 +00:00
|
|
|
delete pDBStruct;
|
2000-09-18 16:15:01 +00:00
|
|
|
return 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|