26 : m_xFactory(pFactory)
28 , m_nLastCallbackPercent(-1)
43#if !defined(IOS) && !defined(ANDROID)
48 pFactory->
start(
this, sText, nRange);
61#if !defined(IOS) && !defined(ANDROID)
75#if !defined(IOS) && !defined(ANDROID)
80 pFactory->
reset(
this);
89#if !defined(IOS) && !defined(ANDROID)
116#if !defined(IOS) && !defined(ANDROID)
implement a factory service to create new status indicator objects
void setText(const css::uno::Reference< css::task::XStatusIndicator > &xChild, const OUString &sText)
void end(const css::uno::Reference< css::task::XStatusIndicator > &xChild)
void setValue(const css::uno::Reference< css::task::XStatusIndicator > &xChild, sal_Int32 nValue)
void start(const css::uno::Reference< css::task::XStatusIndicator > &xChild, const OUString &sText, sal_Int32 nRange)
void reset(const css::uno::Reference< css::task::XStatusIndicator > &xChild)
virtual void SAL_CALL start(const OUString &sText, sal_Int32 nRange) override
virtual void SAL_CALL setText(const OUString &sText) override
virtual void SAL_CALL reset() override
virtual void SAL_CALL end() override
virtual ~StatusIndicator() override
does nothing real...
css::uno::WeakReference< css::task::XStatusIndicatorFactory > m_xFactory
weak reference to our factory @descr All our interface calls will be forwarded to a suitable c++ inte...
StatusIndicator(StatusIndicatorFactory *pFactory)
initialize new instance of this class.
int m_nLastCallbackPercent
virtual void SAL_CALL setValue(sal_Int32 nValue) override
Reference< XSingleServiceFactory > xFactory
void statusIndicatorStart(const OUString &sText)
void statusIndicatorFinish()
void statusIndicatorSetValue(int percent)