LibreOffice Module desktop (master) 1
Namespaces | Functions | Variables
dp_gui_extlistbox.cxx File Reference
#include <dp_shared.hxx>
#include <strings.hrc>
#include "dp_gui.h"
#include "dp_gui_extlistbox.hxx"
#include "dp_gui_theextmgr.hxx"
#include <dp_dependencies.hxx>
#include <bitmaps.hlst>
#include <comphelper/processfactory.hxx>
#include <com/sun/star/i18n/CollatorOptions.hpp>
#include <com/sun/star/deployment/DependencyException.hpp>
#include <com/sun/star/deployment/DeploymentException.hpp>
#include <com/sun/star/deployment/ExtensionRemovedException.hpp>
#include <com/sun/star/system/XSystemShellExecute.hpp>
#include <com/sun/star/system/SystemShellExecuteFlags.hpp>
#include <com/sun/star/system/SystemShellExecute.hpp>
#include <cppuhelper/weakref.hxx>
#include <i18nlangtag/languagetag.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <rtl/ustrbuf.hxx>
#include <utility>
#include <vcl/event.hxx>
#include <vcl/ptrstyle.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/weldutils.hxx>
#include <algorithm>
Include dependency graph for dp_gui_extlistbox.cxx:

Go to the source code of this file.

Namespaces

namespace  dp_gui
 

Functions

 dp_gui::IMPL_LINK (ExtensionBox_Impl, ScrollHdl, weld::ScrolledWindow &, rScrBar, void)
 

Variables

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

Variable Documentation

◆ m_extension

const uno::Reference<deployment::XPackage> m_extension

Definition at line 60 of file dp_gui_extlistbox.cxx.

◆ SHARED_PACKAGE_MANAGER

constexpr OUStringLiteral SHARED_PACKAGE_MANAGER = u"shared"
constexpr

Definition at line 50 of file dp_gui_extlistbox.cxx.

◆ USER_PACKAGE_MANAGER

constexpr OUStringLiteral USER_PACKAGE_MANAGER = u"user"
constexpr

Definition at line 49 of file dp_gui_extlistbox.cxx.