LibreOffice Module UnoControls (master) 1
Classes | Namespaces | Macros | Variables
progressmonitor.hxx File Reference
#include <com/sun/star/awt/XProgressMonitor.hpp>
#include <com/sun/star/awt/XButton.hpp>
#include <com/sun/star/awt/XLayoutConstrains.hpp>
#include <rtl/ref.hxx>
#include <vector>
#include <basecontainercontrol.hxx>
Include dependency graph for progressmonitor.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  unocontrols::IMPL_TextlistItem
 Item of TextList. More...
 
class  unocontrols::ProgressMonitor
 

Namespaces

namespace  com
 
namespace  com::sun
 
namespace  com::sun::star
 
namespace  com::sun::star::awt
 
namespace  unocontrols
 

Macros

#define PROGRESSMONITOR_FREEBORDER   10
 
#define PROGRESSMONITOR_LINECOLOR_BRIGHT   sal_Int32(Color( 0xFF, 0xFF, 0xFF ))
 
#define PROGRESSMONITOR_LINECOLOR_SHADOW   sal_Int32(Color( 0x00, 0x00, 0x00 ))
 
#define PROGRESSMONITOR_DEFAULT_WIDTH   350
 
#define PROGRESSMONITOR_DEFAULT_HEIGHT   100
 

Variables

constexpr OUStringLiteral unocontrols::PROGRESSMONITOR_DEFAULT_TOPIC = u""
 
constexpr OUStringLiteral unocontrols::PROGRESSMONITOR_DEFAULT_TEXT = u""
 

Macro Definition Documentation

◆ PROGRESSMONITOR_DEFAULT_HEIGHT

#define PROGRESSMONITOR_DEFAULT_HEIGHT   100

Definition at line 44 of file progressmonitor.hxx.

◆ PROGRESSMONITOR_DEFAULT_WIDTH

#define PROGRESSMONITOR_DEFAULT_WIDTH   350

Definition at line 43 of file progressmonitor.hxx.

◆ PROGRESSMONITOR_FREEBORDER

#define PROGRESSMONITOR_FREEBORDER   10

Definition at line 38 of file progressmonitor.hxx.

◆ PROGRESSMONITOR_LINECOLOR_BRIGHT

#define PROGRESSMONITOR_LINECOLOR_BRIGHT   sal_Int32(Color( 0xFF, 0xFF, 0xFF ))

Definition at line 41 of file progressmonitor.hxx.

◆ PROGRESSMONITOR_LINECOLOR_SHADOW

#define PROGRESSMONITOR_LINECOLOR_SHADOW   sal_Int32(Color( 0x00, 0x00, 0x00 ))

Definition at line 42 of file progressmonitor.hxx.