LibreOffice Module UnoControls (master) 1
|
#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>
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"" |
#define PROGRESSMONITOR_DEFAULT_HEIGHT 100 |
Definition at line 44 of file progressmonitor.hxx.
#define PROGRESSMONITOR_DEFAULT_WIDTH 350 |
Definition at line 43 of file progressmonitor.hxx.
#define PROGRESSMONITOR_FREEBORDER 10 |
Definition at line 38 of file progressmonitor.hxx.
#define PROGRESSMONITOR_LINECOLOR_BRIGHT sal_Int32(Color( 0xFF, 0xFF, 0xFF )) |
Definition at line 41 of file progressmonitor.hxx.
#define PROGRESSMONITOR_LINECOLOR_SHADOW sal_Int32(Color( 0x00, 0x00, 0x00 )) |
Definition at line 42 of file progressmonitor.hxx.