LibreOffice Module desktop (master) 1
Namespaces | Functions
dp_executable.cxx File Reference
#include <memory>
#include <string_view>
#include <dp_misc.h>
#include <dp_backend.h>
#include <dp_ucb.h>
#include <dp_interact.h>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include <osl/file.hxx>
#include <ucbhelper/content.hxx>
#include <svl/inettype.hxx>
#include "dp_executablebackenddb.hxx"
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for dp_executable.cxx:

Go to the source code of this file.

Namespaces

namespace  dp_registry
 
namespace  dp_registry::backend
 
namespace  dp_registry::backend::executable
 

Functions

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

Function Documentation

◆ com_sun_star_comp_deployment_executable_PackageRegistryBackend_get_implementation()

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

Definition at line 330 of file dp_executable.cxx.

References args.

Variable Documentation

◆ m_backendDb

std::unique_ptr<ExecutableBackendDb> m_backendDb
private

Definition at line 86 of file dp_executable.cxx.

◆ m_xExecutableTypeInfo

Reference<deployment::XPackageTypeInfo> m_xExecutableTypeInfo
private

Definition at line 85 of file dp_executable.cxx.