LibreOffice Module desktop (master)
1
|
#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 <tools/diagnose_ex.h>
#include "dp_gui_dialog2.hxx"
#include "dp_gui_extensioncmdqueue.hxx"
#include "dp_gui_theextmgr.hxx"
#include <dp_misc.h>
#include <dp_update.hxx>
Go to the source code of this file.
Namespaces | |
dp_gui | |
Macros | |
#define | USER_PACKAGE_MANAGER "user" |
#define | SHARED_PACKAGE_MANAGER "shared" |
#define SHARED_PACKAGE_MANAGER "shared" |
Definition at line 43 of file dp_gui_theextmgr.cxx.
Referenced by dp_gui::TheExtensionManager::createPackageList(), and dp_gui::TheExtensionManager::installPackage().
#define USER_PACKAGE_MANAGER "user" |
Definition at line 42 of file dp_gui_theextmgr.cxx.
Referenced by dp_gui::TheExtensionManager::installPackage().