LibreOffice Module UnoControls (master)
1
|
#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.
Namespaces | |
unocontrols | |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | stardiv_UnoControls_ProgressMonitor_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Variables | |
constexpr OUStringLiteral | FIXEDTEXT_SERVICENAME = u"com.sun.star.awt.UnoControlFixedText" |
constexpr OUStringLiteral | FIXEDTEXT_MODELNAME = u"com.sun.star.awt.UnoControlFixedTextModel" |
constexpr OUStringLiteral | CONTROLNAME_TEXT = u"Text" |
constexpr OUStringLiteral | CONTROLNAME_PROGRESSBAR = u"ProgressBar" |
constexpr OUStringLiteral | BUTTON_SERVICENAME = u"com.sun.star.awt.UnoControlButton" |
constexpr OUStringLiteral | CONTROLNAME_BUTTON = u"Button" |
constexpr OUStringLiteral | BUTTON_MODELNAME = u"com.sun.star.awt.UnoControlButtonModel" |
constexpr OUStringLiteral | DEFAULT_BUTTONLABEL = u"Abbrechen" |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* stardiv_UnoControls_ProgressMonitor_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 849 of file progressmonitor.cxx.
constexpr OUStringLiteral BUTTON_MODELNAME = u"com.sun.star.awt.UnoControlButtonModel" |
Definition at line 48 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral BUTTON_SERVICENAME = u"com.sun.star.awt.UnoControlButton" |
Definition at line 46 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral CONTROLNAME_BUTTON = u"Button" |
Definition at line 47 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral CONTROLNAME_PROGRESSBAR = u"ProgressBar" |
Definition at line 45 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral CONTROLNAME_TEXT = u"Text" |
Definition at line 44 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral DEFAULT_BUTTONLABEL = u"Abbrechen" |
Definition at line 49 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral FIXEDTEXT_MODELNAME = u"com.sun.star.awt.UnoControlFixedTextModel" |
Definition at line 43 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().
constexpr OUStringLiteral FIXEDTEXT_SERVICENAME = u"com.sun.star.awt.UnoControlFixedText" |
Definition at line 42 of file progressmonitor.cxx.
Referenced by unocontrols::ProgressMonitor::ProgressMonitor().