#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.
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 |
|
) |
| |
std::unique_ptr<HelpBackendDb> m_backendDb |
Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos |
const Reference<deployment::XPackageTypeInfo> m_xHelpTypeInfo |
Reference< ucb::XSimpleFileAccess3 > m_xSFA |