LibreOffice Module desktop (master) 1
|
#include "dp_activepackages.hxx"
#include <cppuhelper/basemutex.hxx>
#include <cppuhelper/compbase.hxx>
#include <cppuhelper/implbase.hxx>
#include <ucbhelper/content.hxx>
#include <com/sun/star/deployment/XPackageRegistry.hpp>
#include <com/sun/star/deployment/XPackageManager.hpp>
#include <memory>
#include <mutex>
#include <string_view>
#include <utility>
Go to the source code of this file.
Classes | |
class | dp_manager::PackageManagerImpl |
class | dp_manager::PackageManagerImpl::CmdEnvWrapperImpl |
Namespaces | |
namespace | dp_manager |
Typedefs | |
typedef ::cppu::WeakComponentImplHelper< css::deployment::XPackageManager > | dp_manager::t_pm_helper |