Home
last modified time | relevance | path

Searched refs:ProgressMonitor (Results 1 – 3 of 3) sorted by relevance

/trunk/main/UnoControls/source/controls/
H A Dprogressmonitor.cxx64 ProgressMonitor::ProgressMonitor( const Reference< XMultiServiceFactory >& xFactory ) in ProgressMonitor() function in unocontrols::ProgressMonitor
123 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 …]
/trunk/main/UnoControls/source/inc/
H A Dprogressmonitor.hxx148 class ProgressMonitor : public UNO3_XLAYOUTCONSTRAINS class
177 ProgressMonitor( const UNO3_REFERENCE< UNO3_XMULTISERVICEFACTORY >& xFactory );
192 virtual ~ProgressMonitor();
/trunk/main/UnoControls/source/base/
H A Dregistercontrols.cxx149 CREATEINSTANCE ( ProgressMonitor ) in CREATEINSTANCE()
197 IF_NAME_CREATECOMPONENTFACTORY_SINGLE( ProgressMonitor ) in component_getFactory()