LibreOffice Module UnoControls (master)
1
|
Classes | |
class | BaseContainerControl |
class | BaseControl |
class | FrameControl |
struct | IMPL_ControlInfo |
struct | IMPL_TextlistItem |
Item of TextList. More... | |
class | OConnectionPointContainerHelper |
class | OConnectionPointHelper |
class | OMRCListenerMultiplexerHelper |
class | ProgressBar |
class | ProgressMonitor |
class | StatusIndicator |
constexpr bool unocontrols::DEFAULT_ENABLE = true |
Definition at line 47 of file basecontrol.cxx.
constexpr sal_Int32 unocontrols::DEFAULT_HEIGHT = 100 |
Definition at line 44 of file basecontrol.cxx.
constexpr bool unocontrols::DEFAULT_INDESIGNMODE = false |
Definition at line 46 of file basecontrol.cxx.
constexpr bool unocontrols::DEFAULT_VISIBLE = false |
Definition at line 45 of file basecontrol.cxx.
constexpr sal_Int32 unocontrols::DEFAULT_WIDTH = 100 |
Definition at line 43 of file basecontrol.cxx.
constexpr sal_Int32 unocontrols::DEFAULT_X = 0 |
Definition at line 41 of file basecontrol.cxx.
constexpr sal_Int32 unocontrols::DEFAULT_Y = 0 |
Definition at line 42 of file basecontrol.cxx.
constexpr Color unocontrols::PROGRESSBAR_DEFAULT_BACKGROUNDCOLOR = COL_LIGHTGRAY |
Definition at line 34 of file progressbar.hxx.
constexpr auto unocontrols::PROGRESSBAR_DEFAULT_BLOCKVALUE = 1 |
Definition at line 40 of file progressbar.hxx.
Definition at line 33 of file progressbar.hxx.
constexpr bool unocontrols::PROGRESSBAR_DEFAULT_HORIZONTAL = true |
Definition at line 35 of file progressbar.hxx.
constexpr auto unocontrols::PROGRESSBAR_DEFAULT_MAXRANGE = INT_MAX |
Definition at line 38 of file progressbar.hxx.
constexpr auto unocontrols::PROGRESSBAR_DEFAULT_MINRANGE = INT_MIN |
Definition at line 37 of file progressbar.hxx.
constexpr auto unocontrols::PROGRESSBAR_DEFAULT_VALUE = INT_MIN |
Definition at line 39 of file progressbar.hxx.
constexpr auto unocontrols::PROGRESSBAR_FREESPACE = 4 |
Definition at line 36 of file progressbar.hxx.
Referenced by unocontrols::ProgressBar::impl_paint(), and unocontrols::ProgressBar::impl_recalcRange().
constexpr sal_Int32 unocontrols::PROGRESSBAR_LINECOLOR_BRIGHT = sal_Int32(COL_WHITE) |
Definition at line 41 of file progressbar.hxx.
Referenced by unocontrols::ProgressBar::impl_paint().
constexpr sal_Int32 unocontrols::PROGRESSBAR_LINECOLOR_SHADOW = sal_Int32(COL_BLACK) |
Definition at line 42 of file progressbar.hxx.
Referenced by unocontrols::ProgressBar::impl_paint().
|
inline |
Definition at line 40 of file progressmonitor.hxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
|
inline |
Definition at line 39 of file progressmonitor.hxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr sal_Int32 unocontrols::STATUSINDICATOR_BACKGROUNDCOLOR = sal_Int32(COL_LIGHTGRAY) |
Definition at line 41 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::impl_paint().
constexpr auto unocontrols::STATUSINDICATOR_DEFAULT_HEIGHT = 25 |
Definition at line 40 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::getMinimumSize(), unocontrols::StatusIndicator::getPreferredSize(), and unocontrols::StatusIndicator::impl_recalcLayout().
constexpr auto unocontrols::STATUSINDICATOR_DEFAULT_WIDTH = 300 |
Definition at line 39 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::getMinimumSize(), unocontrols::StatusIndicator::getPreferredSize(), and unocontrols::StatusIndicator::impl_recalcLayout().
constexpr auto unocontrols::STATUSINDICATOR_FREEBORDER = 5 |
Definition at line 38 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::getPreferredSize(), and unocontrols::StatusIndicator::impl_recalcLayout().
constexpr sal_Int32 unocontrols::STATUSINDICATOR_LINECOLOR_BRIGHT = sal_Int32(COL_WHITE) |
Definition at line 42 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::impl_paint().
constexpr sal_Int32 unocontrols::STATUSINDICATOR_LINECOLOR_SHADOW = sal_Int32(COL_BLACK) |
Definition at line 43 of file statusindicator.hxx.
Referenced by unocontrols::StatusIndicator::impl_paint().