LibreOffice Module desktop (master) 1
Classes | Namespaces | Macros | Typedefs
dp_gui_extlistbox.hxx File Reference
#include <rtl/ustring.hxx>
#include <vcl/customweld.hxx>
#include <vcl/image.hxx>
#include <vcl/weld.hxx>
#include <cppuhelper/implbase.hxx>
#include <cppuhelper/weakref.hxx>
#include <unotools/collatorwrapper.hxx>
#include <com/sun/star/lang/Locale.hpp>
#include <com/sun/star/lang/XEventListener.hpp>
#include <com/sun/star/deployment/XPackage.hpp>
#include <memory>
#include <optional>
#include "dp_gui.h"
Include dependency graph for dp_gui_extlistbox.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dp_gui::Entry_Impl
 
class  dp_gui::ExtensionRemovedListener
 
class  dp_gui::ExtensionBox_Impl
 

Namespaces

namespace  dp_gui
 

Macros

#define SMALL_ICON_SIZE   16
 
#define TOP_OFFSET   5
 
#define ICON_HEIGHT   42
 
#define ICON_WIDTH   47
 
#define ICON_OFFSET   72
 
#define RIGHT_ICON_OFFSET   5
 
#define SPACE_BETWEEN   3
 

Typedefs

typedef std::shared_ptr< Entry_Impl > dp_gui::TEntry_Impl
 

Macro Definition Documentation

◆ ICON_HEIGHT

#define ICON_HEIGHT   42

Definition at line 44 of file dp_gui_extlistbox.hxx.

◆ ICON_OFFSET

#define ICON_OFFSET   72

Definition at line 46 of file dp_gui_extlistbox.hxx.

◆ ICON_WIDTH

#define ICON_WIDTH   47

Definition at line 45 of file dp_gui_extlistbox.hxx.

◆ RIGHT_ICON_OFFSET

#define RIGHT_ICON_OFFSET   5

Definition at line 47 of file dp_gui_extlistbox.hxx.

◆ SMALL_ICON_SIZE

#define SMALL_ICON_SIZE   16

Definition at line 42 of file dp_gui_extlistbox.hxx.

◆ SPACE_BETWEEN

#define SPACE_BETWEEN   3

Definition at line 48 of file dp_gui_extlistbox.hxx.

◆ TOP_OFFSET

#define TOP_OFFSET   5

Definition at line 43 of file dp_gui_extlistbox.hxx.