Searched refs:ProgressMonitor (Results 1 – 3 of 3) sorted by relevance
64 ProgressMonitor::ProgressMonitor( const Reference< XMultiServiceFactory >& xFactory ) in ProgressMonitor() function in unocontrols::ProgressMonitor123 ProgressMonitor::~ProgressMonitor() in ~ProgressMonitor()132 Any SAL_CALL ProgressMonitor::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()157 void SAL_CALL ProgressMonitor::acquire() throw() in acquire()170 void SAL_CALL ProgressMonitor::release() throw() in release()183 Sequence< Type > SAL_CALL ProgressMonitor::getTypes() throw( RuntimeException ) in getTypes()216 Any SAL_CALL ProgressMonitor::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()241 void SAL_CALL ProgressMonitor::addText( const OUString& rTopic, const OUString& rText, sal_Bool bbe… in addText()286 void SAL_CALL ProgressMonitor::removeText ( const OUString& rTopic, sal_Bool bbeforeProgress ) thro… in removeText()322 void SAL_CALL ProgressMonitor::updateText ( const OUString& rTopic, const OUString& rText, sal_Bool… in updateText()[all …]
148 class ProgressMonitor : public UNO3_XLAYOUTCONSTRAINS class177 ProgressMonitor( const UNO3_REFERENCE< UNO3_XMULTISERVICEFACTORY >& xFactory );192 virtual ~ProgressMonitor();
149 CREATEINSTANCE ( ProgressMonitor ) in CREATEINSTANCE()197 IF_NAME_CREATECOMPONENTFACTORY_SINGLE( ProgressMonitor ) in component_getFactory()