#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.
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 |
|
) |
| |
std::unique_ptr<ScriptBackendDb> m_backendDb |
const OUString m_dialogURL |
const OUString m_scriptURL |
Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos |
const Reference<deployment::XPackageTypeInfo> m_xBasicLibTypeInfo |
const Reference<deployment::XPackageTypeInfo> m_xDialogLibTypeInfo |