LibreOffice Module UnoControls (master) 1
Namespaces | Functions | Variables
progressmonitor.cxx File Reference
#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>
Include dependency graph for progressmonitor.cxx:

Go to the source code of this file.

Namespaces

namespace  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"
 

Function Documentation

◆ 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 &   
)

Definition at line 827 of file progressmonitor.cxx.

Variable Documentation

◆ BUTTON_MODELNAME

constexpr OUStringLiteral BUTTON_MODELNAME = u"com.sun.star.awt.UnoControlButtonModel"
constexpr

Definition at line 48 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ BUTTON_SERVICENAME

constexpr OUStringLiteral BUTTON_SERVICENAME = u"com.sun.star.awt.UnoControlButton"
constexpr

Definition at line 46 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ CONTROLNAME_BUTTON

constexpr OUStringLiteral CONTROLNAME_BUTTON = u"Button"
constexpr

Definition at line 47 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ CONTROLNAME_PROGRESSBAR

constexpr OUStringLiteral CONTROLNAME_PROGRESSBAR = u"ProgressBar"
constexpr

Definition at line 45 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ CONTROLNAME_TEXT

constexpr OUStringLiteral CONTROLNAME_TEXT = u"Text"
constexpr

Definition at line 44 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ DEFAULT_BUTTONLABEL

constexpr OUStringLiteral DEFAULT_BUTTONLABEL = u"Abbrechen"
constexpr

Definition at line 49 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ FIXEDTEXT_MODELNAME

constexpr OUStringLiteral FIXEDTEXT_MODELNAME = u"com.sun.star.awt.UnoControlFixedTextModel"
constexpr

Definition at line 43 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().

◆ FIXEDTEXT_SERVICENAME

constexpr OUStringLiteral FIXEDTEXT_SERVICENAME = u"com.sun.star.awt.UnoControlFixedText"
constexpr

Definition at line 42 of file progressmonitor.cxx.

Referenced by unocontrols::ProgressMonitor::ProgressMonitor().