LibreOffice Module desktop (master) 1
Namespaces | Variables
dp_gui_theextmgr.cxx File Reference
#include <utility>
#include <vcl/svapp.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/configuration/theDefaultProvider.hpp>
#include <com/sun/star/deployment/DeploymentException.hpp>
#include <com/sun/star/deployment/ExtensionManager.hpp>
#include <com/sun/star/lang/WrappedTargetRuntimeException.hpp>
#include <com/sun/star/frame/Desktop.hpp>
#include <com/sun/star/frame/TerminationVetoException.hpp>
#include <com/sun/star/ucb/CommandAbortedException.hpp>
#include <com/sun/star/ucb/CommandFailedException.hpp>
#include <comphelper/propertysequence.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <osl/diagnose.h>
#include <comphelper/diagnose_ex.hxx>
#include "dp_gui_dialog2.hxx"
#include "dp_gui_extensioncmdqueue.hxx"
#include "dp_gui_theextmgr.hxx"
#include <dp_misc.h>
#include <dp_update.hxx>
Include dependency graph for dp_gui_theextmgr.cxx:

Go to the source code of this file.

Namespaces

namespace  dp_gui
 

Variables

constexpr OUStringLiteral USER_PACKAGE_MANAGER = u"user"
 
constexpr OUStringLiteral SHARED_PACKAGE_MANAGER = u"shared"
 

Variable Documentation

◆ SHARED_PACKAGE_MANAGER

constexpr OUStringLiteral SHARED_PACKAGE_MANAGER = u"shared"
constexpr

Definition at line 44 of file dp_gui_theextmgr.cxx.

◆ USER_PACKAGE_MANAGER

constexpr OUStringLiteral USER_PACKAGE_MANAGER = u"user"
constexpr

Definition at line 43 of file dp_gui_theextmgr.cxx.