LibreOffice Module dbaccess (master) 1
Macros | Functions
WCopyTable.cxx File Reference
#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>
Include dependency graph for WCopyTable.cxx:

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)
 

Macro Definition Documentation

◆ MAX_PAGES

#define MAX_PAGES   4

Definition at line 75 of file WCopyTable.cxx.

Function Documentation

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( OCopyTableWizard  ,
ImplNextHdl  ,
weld::Button ,
void   
)

Definition at line 694 of file WCopyTable.cxx.

References MAX_PAGES.

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( OCopyTableWizard  ,
ImplOKHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( OCopyTableWizard  ,
ImplPrevHdl  ,
weld::Button ,
void   
)

Definition at line 677 of file WCopyTable.cxx.