LibreOffice Module sw (master) 1
|
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <svl/stritem.hxx>
#include <svl/itemset.hxx>
#include <sfx2/request.hxx>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <comphelper/types.hxx>
#include <sfx2/frame.hxx>
#include <fldmgr.hxx>
#include <fldbas.hxx>
#include <dbmgr.hxx>
#include <svx/dataaccessdescriptor.hxx>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <swtypes.hxx>
#include <cmdid.h>
#include <textsh.hxx>
#include <swabstdlg.hxx>
Go to the source code of this file.
Classes | |
struct | DBTextStruct_Impl |
Functions | |
IMPL_LINK (SwBaseShell, InsertDBTextHdl, void *, p, void) | |
IMPL_LINK | ( | SwBaseShell | , |
InsertDBTextHdl | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 206 of file textsh2.cxx.
References DBTextStruct_Impl::aDBData, DBTextStruct_Impl::aSelection, SwAbstractDialogFactory::Create(), SwAbstractDialogFactory::CreateSwInsertDBColAutoPilot(), SwDBManager::GetColumnSupplier(), SwDBManager::GetConnection(), SwDBManager::getDataSourceAsParent(), SwDBData::nCommandType, p, QUERY, RET_OK, SwDBData::sCommand, SwDBData::sDataSource, TABLE, DBTextStruct_Impl::xConnection, and DBTextStruct_Impl::xCursor.