LibreOffice Module UnoControls (master)
1
|
#include <com/sun/star/awt/XLayoutConstrains.hpp>
#include <com/sun/star/task/XStatusIndicator.hpp>
#include <rtl/ref.hxx>
#include <tools/color.hxx>
#include <basecontainercontrol.hxx>
Go to the source code of this file.
Classes | |
class | unocontrols::StatusIndicator |
Namespaces | |
com::sun::star::awt | |
unocontrols | |
Variables | |
constexpr auto | unocontrols::STATUSINDICATOR_FREEBORDER = 5 |
constexpr auto | unocontrols::STATUSINDICATOR_DEFAULT_WIDTH = 300 |
constexpr auto | unocontrols::STATUSINDICATOR_DEFAULT_HEIGHT = 25 |
constexpr sal_Int32 | unocontrols::STATUSINDICATOR_BACKGROUNDCOLOR = sal_Int32(COL_LIGHTGRAY) |
constexpr sal_Int32 | unocontrols::STATUSINDICATOR_LINECOLOR_BRIGHT = sal_Int32(COL_WHITE) |
constexpr sal_Int32 | unocontrols::STATUSINDICATOR_LINECOLOR_SHADOW = sal_Int32(COL_BLACK) |