#include <config_extensions.h>
#include <dp_backend.h>
#include <dp_misc.h>
#include <dp_ucb.h>
#include <rtl/string.hxx>
#include <rtl/strbuf.hxx>
#include <rtl/ustrbuf.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <ucbhelper/content.hxx>
#include <unotools/ucbhelper.hxx>
#include <xmlscript/xml_helper.hxx>
#include <comphelper/lok.hxx>
#include <comphelper/xmlencode.hxx>
#include <svl/inettype.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/configuration/Update.hpp>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <deque>
#include <memory>
#include <string_view>
#include <utility>
#include "dp_configurationbackenddb.hxx"
Go to the source code of this file.
◆ com_sun_star_comp_deployment_configuration_PackageRegistryBackend_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_deployment_configuration_PackageRegistryBackend_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
args |
|
) |
| |
◆ m_backendDb
std::unique_ptr<ConfigurationBackendDb> m_backendDb |
|
private |
◆ m_configmgrini_inited
bool m_configmgrini_inited |
|
private |
◆ m_configmgrini_modified
bool m_configmgrini_modified |
|
private |
◆ m_isSchema
◆ m_typeInfos
Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos |
|
private |
◆ m_xConfDataTypeInfo
const Reference<deployment::XPackageTypeInfo> m_xConfDataTypeInfo |
|
private |
◆ m_xConfSchemaTypeInfo
const Reference<deployment::XPackageTypeInfo> m_xConfSchemaTypeInfo |
|
private |
◆ m_xcs_files
std::deque<OUString> m_xcs_files |
|
private |
◆ m_xcu_files
std::deque<OUString> m_xcu_files |
|
private |