22#include <com/sun/star/task/XStatusIndicator.hpp>
23#include <com/sun/star/awt/XWindow.hpp>
68 virtual void SAL_CALL
start(
const OUString& sText ,
69 sal_Int32 nRange)
override;
71 virtual void SAL_CALL
reset()
override;
73 virtual void SAL_CALL
end()
override;
75 virtual void SAL_CALL
setText(
const OUString& sText)
override;
77 virtual void SAL_CALL
setValue(sal_Int32 nValue)
override;
virtual void SAL_CALL start(const OUString &sText, sal_Int32 nRange) override
XStatusIndicator.
static void impl_recalcLayout(vcl::Window *pStatusBar, vcl::Window const *pParentWindow)
virtual void SAL_CALL end() override
virtual void SAL_CALL setText(const OUString &sText) override
virtual void SAL_CALL setValue(sal_Int32 nValue) override
VclPtr< StatusBar > m_pStatusBar
shows the progress.
css::uno::Reference< css::awt::XWindow > m_xParentWindow
points to the parent window of this progress and hold it alive.
VCLStatusIndicator(css::uno::Reference< css::awt::XWindow > xParentWindow)
ctor
virtual ~VCLStatusIndicator() override
dtor
sal_Int32 m_nValue
knows the current value of the progress.
virtual void SAL_CALL reset() override
sal_Int32 m_nRange
knows the current range of the progress.