LibreOffice Module dbaccess (master) 1
Namespaces | Functions
dbloader2.cxx File Reference
#include <strings.hxx>
#include <com/sun/star/beans/NamedValue.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/embed/XStorage.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/XController2.hpp>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XFrameLoader.hpp>
#include <com/sun/star/frame/XLoadEventListener.hpp>
#include <com/sun/star/frame/XModel2.hpp>
#include <com/sun/star/io/XInputStream.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/sdb/DatabaseContext.hpp>
#include <com/sun/star/sdb/XDocumentDataSource.hpp>
#include <com/sun/star/task/XJobExecutor.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/task/InteractionHandler.hpp>
#include <com/sun/star/util/URLTransformer.hpp>
#include <com/sun/star/util/XURLTransformer.hpp>
#include <com/sun/star/view/XSelectionSupplier.hpp>
#include <com/sun/star/sdb/application/DatabaseObjectContainer.hpp>
#include <com/sun/star/sdb/application/NamedDatabaseObject.hpp>
#include <com/sun/star/frame/XLoadable.hpp>
#include <comphelper/documentconstants.hxx>
#include <comphelper/namedvaluecollection.hxx>
#include <comphelper/storagehelper.hxx>
#include <comphelper/types.hxx>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <sfx2/docfile.hxx>
#include <unotools/fcm.hxx>
#include <unotools/moduleoptions.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <vcl/svapp.hxx>
Include dependency graph for dbloader2.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaxml
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbflt_DBTypeDetection_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 
 dbaxml::IMPL_LINK_NOARG (DBContentLoader, OnStartTableWizard, void *, void)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * org_openoffice_comp_dbflt_DBContentLoader2_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Function Documentation

◆ org_openoffice_comp_dbflt_DBContentLoader2_get_implementation()

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

Definition at line 527 of file dbloader2.cxx.

◆ org_openoffice_comp_dbflt_DBTypeDetection_get_implementation()

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

Definition at line 186 of file dbloader2.cxx.

Variable Documentation

◆ m_aContext

const Reference< XComponentContext > m_aContext
private

Definition at line 84 of file dbloader2.cxx.

Referenced by dbaxml::IMPL_LINK_NOARG().

◆ m_nStartWizard

ImplSVEvent* m_nStartWizard
private

Definition at line 203 of file dbloader2.cxx.

Referenced by dbaxml::IMPL_LINK_NOARG().

◆ m_sCurrentURL

OUString m_sCurrentURL
private

Definition at line 202 of file dbloader2.cxx.

Referenced by dbaxml::IMPL_LINK_NOARG().

◆ m_xMySelf

Reference< XFrameLoader > m_xMySelf
private

Definition at line 201 of file dbloader2.cxx.

Referenced by dbaxml::IMPL_LINK_NOARG().