#include <memory>
#include <config_features.h>
#include <strings.hrc>
#include <dp_backend.h>
#include <dp_misc.h>
#include "dp_helpbackenddb.hxx"
#include <dp_ucb.h>
#include <rtl/uri.hxx>
#include <osl/file.hxx>
#include <ucbhelper/content.hxx>
#include <svl/inettype.hxx>
#include <unotools/pathoptions.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <o3tl/string_view.hxx>
#include <com/sun/star/deployment/DeploymentException.hpp>
#include <com/sun/star/deployment/ExtensionRemovedException.hpp>
#include <com/sun/star/ucb/SimpleFileAccess.hpp>
#include <com/sun/star/util/XMacroExpander.hpp>
#include <optional>
#include <string_view>
Go to the source code of this file.
◆ com_sun_star_comp_deployment_help_PackageRegistryBackend_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_comp_deployment_help_PackageRegistryBackend_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
args |
|
) |
| |
◆ m_backendDb
std::unique_ptr<HelpBackendDb> m_backendDb |
|
private |
◆ m_typeInfos
Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos |
|
private |
◆ m_xHelpTypeInfo
const Reference<deployment::XPackageTypeInfo> m_xHelpTypeInfo |
|
private |
◆ m_xSFA
Reference< ucb::XSimpleFileAccess3 > m_xSFA |
|
private |