#include <progressmonitor.hxx>
#include <com/sun/star/awt/XFixedText.hpp>
#include <com/sun/star/awt/XGraphics.hpp>
#include <com/sun/star/awt/PosSize.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <cppuhelper/typeprovider.hxx>
#include <cppuhelper/queryinterface.hxx>
#include <rtl/ustrbuf.hxx>
#include <tools/debug.hxx>
#include <algorithm>
#include <progressbar.hxx>
Go to the source code of this file.
◆ stardiv_UnoControls_ProgressMonitor_get_implementation()
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * stardiv_UnoControls_ProgressMonitor_get_implementation |
( |
css::uno::XComponentContext * |
context, |
|
|
css::uno::Sequence< css::uno::Any > const & |
|
|
) |
| |
◆ BUTTON_MODELNAME
constexpr OUStringLiteral BUTTON_MODELNAME = u"com.sun.star.awt.UnoControlButtonModel" |
|
constexpr |
◆ BUTTON_SERVICENAME
constexpr OUStringLiteral BUTTON_SERVICENAME = u"com.sun.star.awt.UnoControlButton" |
|
constexpr |
◆ CONTROLNAME_BUTTON
constexpr OUStringLiteral CONTROLNAME_BUTTON = u"Button" |
|
constexpr |
◆ CONTROLNAME_PROGRESSBAR
constexpr OUStringLiteral CONTROLNAME_PROGRESSBAR = u"ProgressBar" |
|
constexpr |
◆ CONTROLNAME_TEXT
constexpr OUStringLiteral CONTROLNAME_TEXT = u"Text" |
|
constexpr |
◆ DEFAULT_BUTTONLABEL
constexpr OUStringLiteral DEFAULT_BUTTONLABEL = u"Abbrechen" |
|
constexpr |
◆ FIXEDTEXT_MODELNAME
constexpr OUStringLiteral FIXEDTEXT_MODELNAME = u"com.sun.star.awt.UnoControlFixedTextModel" |
|
constexpr |
◆ FIXEDTEXT_SERVICENAME
constexpr OUStringLiteral FIXEDTEXT_SERVICENAME = u"com.sun.star.awt.UnoControlFixedText" |
|
constexpr |