LibreOffice Module desktop (master) 1
|
#include <dp_shared.hxx>
#include <dp_interact.h>
#include <rtl/ref.hxx>
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/compbase.hxx>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
#include <com/sun/star/deployment/XPackageRegistry.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <unordered_map>
#include <strings.hrc>
#include <utility>
Go to the source code of this file.
Classes | |
class | dp_registry::backend::Package |
class | dp_registry::backend::Package::TypeInfo |
class | dp_registry::backend::PackageRegistryBackend |
Namespaces | |
namespace | dp_registry |
namespace | dp_registry::backend |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::deployment::XPackage > | dp_registry::backend::t_PackageBase |
typedef ::cppu::WeakComponentImplHelper< css::lang::XEventListener, css::deployment::XPackageRegistry, css::lang::XServiceInfo > | dp_registry::backend::t_BackendBase |
Variables | |
constexpr OUStringLiteral | dp_registry::backend::BACKEND_SERVICE_NAME = u"com.sun.star.deployment.PackageRegistryBackend" |