LibreOffice Module dbaccess (master) 1
Namespaces | Typedefs | Functions
copytablewizard.cxx File Reference
#include <memory>
#include <strings.hrc>
#include <strings.hxx>
#include <core_resource.hxx>
#include <WCopyTable.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/sdb/application/XCopyTableWizard.hpp>
#include <com/sun/star/sdb/application/CopyTableContinuation.hpp>
#include <com/sun/star/sdb/application/CopyTableOperation.hpp>
#include <com/sun/star/ucb/AlreadyInitializedException.hpp>
#include <com/sun/star/lang/NotInitializedException.hpp>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/container/XChild.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/XDocumentDataSource.hpp>
#include <com/sun/star/sdb/XCompletedConnection.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdb/XQueriesSupplier.hpp>
#include <com/sun/star/lang/DisposedException.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#include <com/sun/star/sdbc/XParameters.hpp>
#include <com/sun/star/sdbc/XRow.hpp>
#include <com/sun/star/sdbcx/XRowLocate.hpp>
#include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdbc/DriverManager.hpp>
#include <com/sun/star/sdbc/ConnectionPool.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/interaction.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/proparrhlp.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <comphelper/interfacecontainer3.hxx>
#include <o3tl/safeint.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <svtools/genericunodialog.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <unotools/sharedunocomponent.hxx>
#include <vcl/svapp.hxx>
Include dependency graph for copytablewizard.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Typedefs

typedef ::svt::OGenericUnoDialog dbaui::CopyTableWizard_DialogBase
 
typedef ::cppu::ImplInheritanceHelper< CopyTableWizard_DialogBase, XCopyTableWizard > dbaui::CopyTableWizard_Base
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbu_CopyTableWizard_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ org_openoffice_comp_dbu_CopyTableWizard_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbu_CopyTableWizard_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 1574 of file copytablewizard.cxx.

Variable Documentation

◆ m_aCopyTableListeners

::comphelper::OInterfaceContainerHelper3<XCopyTableListener> m_aCopyTableListeners
private

Definition at line 342 of file copytablewizard.cxx.

◆ m_aPrimaryKeyName

Optional< OUString > m_aPrimaryKeyName
private

Definition at line 324 of file copytablewizard.cxx.

◆ m_aSourceSelection

Sequence< Any > m_aSourceSelection
private

Definition at line 333 of file copytablewizard.cxx.

◆ m_bSourceSelectionBookmarks

bool m_bSourceSelectionBookmarks
private

Definition at line 334 of file copytablewizard.cxx.

◆ m_bUseHeaderLineAsColumnNames

bool m_bUseHeaderLineAsColumnNames
private

Definition at line 325 of file copytablewizard.cxx.

◆ m_ColTypes

const std::vector< sal_Int32 > m_ColTypes
private

Definition at line 976 of file copytablewizard.cxx.

◆ m_nCommandType

sal_Int32 m_nCommandType
private

Definition at line 329 of file copytablewizard.cxx.

◆ m_nOperation

sal_Int16 m_nOperation
private

Definition at line 322 of file copytablewizard.cxx.

◆ m_nOverrideExecutionResult

sal_Int16 m_nOverrideExecutionResult
private

Definition at line 343 of file copytablewizard.cxx.

◆ m_pSourceObject

std::unique_ptr< ICopyTableSourceObject > m_pSourceObject
private

Definition at line 331 of file copytablewizard.cxx.

◆ m_rWizard

CopyTableWizard& m_rWizard
private

Definition at line 364 of file copytablewizard.cxx.

◆ m_sDestinationTable

OUString m_sDestinationTable
private

Definition at line 323 of file copytablewizard.cxx.

◆ m_xContext

Reference<XComponentContext> m_xContext
private

◆ m_xDest

const Reference< XParameters > m_xDest
private

Definition at line 978 of file copytablewizard.cxx.

◆ m_xDestConnection

SharedConnection m_xDestConnection
private

Definition at line 337 of file copytablewizard.cxx.

Referenced by IMPL_LINK_NOARG().

◆ m_xInteractionHandler

Reference< XInteractionHandler > m_xInteractionHandler
private

Definition at line 340 of file copytablewizard.cxx.

◆ m_xSource

const Reference< XRow > m_xSource
private

Definition at line 977 of file copytablewizard.cxx.

◆ m_xSourceConnection

SharedConnection m_xSourceConnection
private

Definition at line 328 of file copytablewizard.cxx.

◆ m_xSourceResultSet

Reference< XResultSet > m_xSourceResultSet
private

Definition at line 332 of file copytablewizard.cxx.