LibreOffice Module dbaccess (master) 1
Namespaces | Typedefs
subcomponentrecovery.cxx File Reference
#include "subcomponentrecovery.hxx"
#include <sdbcoretools.hxx>
#include "storagexmlstream.hxx"
#include "subcomponentloader.hxx"
#include "settingsimport.hxx"
#include <com/sun/star/embed/ElementModes.hpp>
#include <com/sun/star/frame/ModuleManager.hpp>
#include <com/sun/star/document/XStorageBasedDocument.hpp>
#include <com/sun/star/ucb/XCommandProcessor.hpp>
#include <com/sun/star/container/XHierarchicalNameAccess.hpp>
#include <com/sun/star/sdb/XFormDocumentsSupplier.hpp>
#include <com/sun/star/sdb/XReportDocumentsSupplier.hpp>
#include <com/sun/star/xml/sax/XDocumentHandler.hpp>
#include <comphelper/namedvaluecollection.hxx>
#include <cppuhelper/implbase.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <sal/log.hxx>
#include <xmloff/XMLSettingsExportContext.hxx>
#include <xmloff/SettingsExportHelper.hxx>
#include <stack>
Include dependency graph for subcomponentrecovery.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaccess
 

Typedefs

typedef ::cppu::WeakImplHelper< XDocumentHandler > dbaccess::SettingsDocumentHandler_Base
 

Variable Documentation

◆ m_aNamespace

const OUString m_aNamespace
private

Definition at line 201 of file subcomponentrecovery.cxx.

◆ m_aSettings

Definition at line 273 of file subcomponentrecovery.cxx.

◆ m_aStates

std::stack< ::rtl::Reference< SettingsImport > > m_aStates
private

Definition at line 272 of file subcomponentrecovery.cxx.

◆ m_rContext

const Reference<XComponentContext>& m_rContext
private

Definition at line 199 of file subcomponentrecovery.cxx.

Referenced by IMPL_LINK_NOARG().

◆ m_rDelegator

StorageXMLOutputStream& m_rDelegator
private

Definition at line 200 of file subcomponentrecovery.cxx.