Lines Matching refs:StatusIndicatorFactory

75 sal_Int32 StatusIndicatorFactory::m_nInReschedule = 0;	///	static counter for rescheduling
79 DEFINE_XINTERFACE_5(StatusIndicatorFactory , in DEFINE_XINTERFACE_5() argument
87 DEFINE_XTYPEPROVIDER_5(StatusIndicatorFactory , in DEFINE_XINTERFACE_5()
94 DEFINE_XSERVICEINFO_MULTISERVICE(StatusIndicatorFactory , in DEFINE_XINTERFACE_5()
99 DEFINE_INIT_SERVICE(StatusIndicatorFactory, in DEFINE_XINTERFACE_5()
110 StatusIndicatorFactory::StatusIndicatorFactory(const css::uno::Reference< css::lang::XMultiServiceF…
122 StatusIndicatorFactory::~StatusIndicatorFactory() in ~StatusIndicatorFactory()
128 void SAL_CALL StatusIndicatorFactory::initialize(const css::uno::Sequence< css::uno::Any >& lArgume… in initialize()
149 css::uno::Reference< css::task::XStatusIndicator > SAL_CALL StatusIndicatorFactory::createStatusInd… in createStatusIndicator()
159 void SAL_CALL StatusIndicatorFactory::update() in update()
170 void StatusIndicatorFactory::start(const css::uno::Reference< css::task::XStatusIndicator >& xChild, in start()
200 void StatusIndicatorFactory::reset(const css::uno::Reference< css::task::XStatusIndicator >& xChild) in reset()
231 void StatusIndicatorFactory::end(const css::uno::Reference< css::task::XStatusIndicator >& xChild) in end()
285 void StatusIndicatorFactory::setText(const css::uno::Reference< css::task::XStatusIndicator >& xChi… in setText()
315 void StatusIndicatorFactory::setValue( const css::uno::Reference< css::task::XStatusIndicator >& xC… in setValue()
348 void StatusIndicatorFactory::implts_makeParentVisibleIfAllowed() in implts_makeParentVisibleIfAllowed()
454 void StatusIndicatorFactory::impl_createProgress() in impl_createProgress()
505 void StatusIndicatorFactory::impl_showProgress() in impl_showProgress()
550 void StatusIndicatorFactory::impl_hideProgress() in impl_hideProgress()
577 void StatusIndicatorFactory::impl_reschedule(sal_Bool bForce) in impl_reschedule()
618 void StatusIndicatorFactory::impl_startWakeUpThread() in impl_startWakeUpThread()
636 void StatusIndicatorFactory::impl_stopWakeUpThread() in impl_stopWakeUpThread()