Home
last modified time | relevance | path

Searched refs:StatusIndicatorFactory (Results 1 – 5 of 5) sorted by relevance

/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx75 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()
[all …]
H A Dstatusindicator.cxx55 StatusIndicator::StatusIndicator(StatusIndicatorFactory* pFactory) in DEFINE_XINTERFACE_2()
79 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in start()
95 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in end()
111 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in reset()
127 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setText()
143 StatusIndicatorFactory* pFactory = (StatusIndicatorFactory*)xFactory.get(); in setValue()
/trunk/main/framework/inc/helper/
H A Dstatusindicatorfactory.hxx175 class StatusIndicatorFactory : public css::lang::XTypeProvider class
237 StatusIndicatorFactory(const css::uno::Reference< css::lang::XMultiServiceFactory >& xSMGR);
282 virtual ~StatusIndicatorFactory();
H A Dstatusindicator.hxx100 StatusIndicator(StatusIndicatorFactory* pFactory);
/trunk/main/framework/source/register/
H A Dregisterservices.cxx117 IFFACTORY( ::framework::StatusIndicatorFactory ) else