LibreOffice Module dbaccess (master) 1
|
#include <strings.hrc>
#include <strings.hxx>
#include <core_resource.hxx>
#include <sqlmessage.hxx>
#include <UITools.hxx>
#include <WColumnSelect.hxx>
#include <WCopyTable.hxx>
#include <WCPage.hxx>
#include <WExtendPages.hxx>
#include <WNameMatch.hxx>
#include <WTypeSelect.hxx>
#include <com/sun/star/sdb/application/CopyTableOperation.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdbc/ColumnValue.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/sdbc/XResultSet.hpp>
#include <com/sun/star/sdbc/XStatement.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/sdbcx/XAppend.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbcx/XDataDescriptorFactory.hpp>
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbcx/XViewsSupplier.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <comphelper/interaction.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbmetadata.hxx>
#include <connectivity/dbexception.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <algorithm>
#include <utility>
Go to the source code of this file.
Macros | |
#define | MAX_PAGES 4 |
Functions | |
IMPL_LINK_NOARG (OCopyTableWizard, ImplPrevHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (OCopyTableWizard, ImplNextHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (OCopyTableWizard, ImplOKHdl, weld::Button &, void) | |
#define MAX_PAGES 4 |
Definition at line 75 of file WCopyTable.cxx.
IMPL_LINK_NOARG | ( | OCopyTableWizard | , |
ImplNextHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 694 of file WCopyTable.cxx.
References MAX_PAGES.
IMPL_LINK_NOARG | ( | OCopyTableWizard | , |
ImplOKHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 799 of file WCopyTable.cxx.
References Any, createUniqueName(), DBA_RES, first, utl::SharedUNOComponent< class INTERFACE, class COMPONENT >::is(), m_xDestConnection, m_xInteractionHandler, RET_OK, and SAL_WARN.
IMPL_LINK_NOARG | ( | OCopyTableWizard | , |
ImplPrevHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 677 of file WCopyTable.cxx.