32 const css::uno::Reference< css::lang::XComponent >& rStatusIndicatorImpl ) :
33 m_xStatusIndicatorImpl( rStatusIndicatorImpl )
42 const OUString& sText,
50 pProgressBar->
start( sText, nRange );
72 pProgressBar->
reset();
77 const OUString& sText )
void start(const OUString &Text, ::sal_Int32 Range)
void setValue(::sal_Int32 Value)
void setText(const OUString &Text)
virtual void SAL_CALL start(const OUString &sText, sal_Int32 nRange) override
virtual void SAL_CALL setValue(sal_Int32 nValue) override
StatusIndicatorInterfaceWrapper(const css::uno::Reference< css::lang::XComponent > &rStatusIndicatorImpl)
virtual ~StatusIndicatorInterfaceWrapper() override
virtual void SAL_CALL end() override
virtual void SAL_CALL reset() override
css::uno::WeakReference< css::lang::XComponent > m_xStatusIndicatorImpl
virtual void SAL_CALL setText(const OUString &sText) override