#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>
Go to the source code of this file.
◆ 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 |
|
) |
| |
◆ m_backendDb
std::unique_ptr<ScriptBackendDb> m_backendDb |
|
private |
◆ m_dialogName
◆ m_dialogURL
const OUString m_dialogURL |
|
private |
◆ m_scriptURL
const OUString m_scriptURL |
|
private |
◆ m_typeInfos
Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos |
|
private |
◆ m_xBasicLibTypeInfo
const Reference<deployment::XPackageTypeInfo> m_xBasicLibTypeInfo |
|
private |
◆ m_xDialogLibTypeInfo
const Reference<deployment::XPackageTypeInfo> m_xDialogLibTypeInfo |
|
private |