LibreOffice Module dbaccess (master) 1
Namespaces | Functions
dbwizsetup.cxx File Reference
#include <core_resource.hxx>
#include <dbwizsetup.hxx>
#include <dsmeta.hxx>
#include "DBSetupConnectionPages.hxx"
#include <strings.hrc>
#include <strings.hxx>
#include <dsitems.hxx>
#include "dsnItem.hxx"
#include <unotools/pathoptions.hxx>
#include <svl/stritem.hxx>
#include "adminpages.hxx"
#include <sfx2/docfilt.hxx>
#include <unotools/ucbhelper.hxx>
#include "generalpage.hxx"
#include <unotools/confignode.hxx>
#include "DbAdminImpl.hxx"
#include <helpids.h>
#include "ConnectionPageSetup.hxx"
#include <UITools.hxx>
#include <dbaccess/AsynchronousLink.hxx>
#include <sfx2/filedlghelper.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/implbase.hxx>
#include <com/sun/star/frame/TerminationVetoException.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/FrameSearchFlag.hpp>
#include <com/sun/star/frame/XComponentLoader.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/ucb/InteractiveIOException.hpp>
#include <com/sun/star/io/IOException.hpp>
#include <com/sun/star/frame/XTerminateListener.hpp>
#include <com/sun/star/document/MacroExecMode.hpp>
#include <com/sun/star/ucb/IOErrorCode.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/task/XInteractionHandler2.hpp>
#include <com/sun/star/ui/dialogs/TemplateDescription.hpp>
#include <comphelper/interaction.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <connectivity/DriversConfig.hxx>
#include <utility>
Include dependency graph for dbwizsetup.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Functions

 dbaui::IMPL_LINK_NOARG (ODbTypeWizDialogSetup, OnTypeSelected, OGeneralPage &, void)
 
static void dbaui::lcl_removeUnused (const ::comphelper::NamedValueCollection &_aOld, const ::comphelper::NamedValueCollection &_aNew,::comphelper::NamedValueCollection &_rDSInfo)
 
 dbaui::IMPL_LINK (ODbTypeWizDialogSetup, ImplModifiedHdl, OGenericAdministrationPage const *, _pConnectionPageSetup, void)
 
 dbaui::IMPL_LINK (ODbTypeWizDialogSetup, ImplClickHdl, OMySQLIntroPageSetup *, _pMySQLIntroPageSetup, void)
 
 dbaui::IMPL_LINK_NOARG (ODbTypeWizDialogSetup, OnChangeCreationMode, OGeneralPageWizard &, void)
 
 dbaui::IMPL_LINK_NOARG (ODbTypeWizDialogSetup, OnRecentDocumentSelected, OGeneralPageWizard &, void)
 
 dbaui::IMPL_LINK_NOARG (ODbTypeWizDialogSetup, OnSingleDocumentChosen, OGeneralPageWizard &, void)
 

Variable Documentation

◆ m_aAsyncCaller

OAsynchronousLink m_aAsyncCaller
private

Definition at line 871 of file dbwizsetup.cxx.

◆ m_sURL

OUString m_sURL
private

Definition at line 870 of file dbwizsetup.cxx.

◆ m_xDesktop

Reference< XDesktop2 > m_xDesktop
private

Definition at line 868 of file dbwizsetup.cxx.

◆ m_xFrameLoader

Reference< XComponentLoader > m_xFrameLoader
private

Definition at line 867 of file dbwizsetup.cxx.

◆ m_xInteractionHandler

Reference< XInteractionHandler2 > m_xInteractionHandler
private

Definition at line 869 of file dbwizsetup.cxx.

Referenced by IMPL_LINK_NOARG().