LibreOffice Module desktop (master) 1
Namespaces | Functions
dp_script.cxx File Reference
#include <strings.hrc>
#include "dp_lib_container.h"
#include <dp_backend.h>
#include <dp_misc.h>
#include <dp_ucb.h>
#include <ucbhelper/content.hxx>
#include <cppuhelper/implbase.hxx>
#include <svl/inettype.hxx>
#include <com/sun/star/util/XUpdatable.hpp>
#include <com/sun/star/script/XLibraryContainer3.hpp>
#include <memory>
#include <string_view>
#include "dp_scriptbackenddb.hxx"
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for dp_script.cxx:

Go to the source code of this file.

Namespaces

namespace  dp_registry
 
namespace  dp_registry::backend
 
namespace  dp_registry::backend::script
 

Functions

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

Function Documentation

◆ com_sun_star_comp_deployment_script_PackageRegistryBackend_get_implementation()

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

Definition at line 474 of file dp_script.cxx.

References args.

Variable Documentation

◆ m_backendDb

std::unique_ptr<ScriptBackendDb> m_backendDb
private

Definition at line 93 of file dp_script.cxx.

◆ m_dialogName

OUString m_dialogName
private

Definition at line 56 of file dp_script.cxx.

◆ m_dialogURL

const OUString m_dialogURL
private

Definition at line 55 of file dp_script.cxx.

◆ m_scriptURL

const OUString m_scriptURL
private

Definition at line 54 of file dp_script.cxx.

◆ m_typeInfos

Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos
private

Definition at line 92 of file dp_script.cxx.

◆ m_xBasicLibTypeInfo

const Reference<deployment::XPackageTypeInfo> m_xBasicLibTypeInfo
private

Definition at line 90 of file dp_script.cxx.

◆ m_xDialogLibTypeInfo

const Reference<deployment::XPackageTypeInfo> m_xDialogLibTypeInfo
private

Definition at line 91 of file dp_script.cxx.