Lines Matching refs:ProgressMonitor

64 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()
349 void SAL_CALL ProgressMonitor::setForegroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setForegroundColor()
364 void SAL_CALL ProgressMonitor::setBackgroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setBackgroundColor()
379 void SAL_CALL ProgressMonitor::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
394 void SAL_CALL ProgressMonitor::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange()
409 sal_Int32 SAL_CALL ProgressMonitor::getValue () throw( RuntimeException ) in getValue()
426 void SAL_CALL ProgressMonitor::addActionListener ( const Reference< XActionListener > & rListener )… in addActionListener()
441 void SAL_CALL ProgressMonitor::removeActionListener ( const Reference< XActionListener > & rListene… in removeActionListener()
456 void SAL_CALL ProgressMonitor::setLabel ( const OUString& rLabel ) throw( RuntimeException ) in setLabel()
471 void SAL_CALL ProgressMonitor::setActionCommand ( const OUString& rCommand ) throw( RuntimeExceptio… in setActionCommand()
486 Size SAL_CALL ProgressMonitor::getMinimumSize () throw( RuntimeException ) in getMinimumSize()
495 Size SAL_CALL ProgressMonitor::getPreferredSize () throw( RuntimeException ) in getPreferredSize()
546 Size SAL_CALL ProgressMonitor::calcAdjustedSize ( const Size& /*rNewSize*/ ) throw( RuntimeExceptio… in calcAdjustedSize()
555 void SAL_CALL ProgressMonitor::createPeer ( const Reference< XToolkit > & rToolkit, const Reference… in createPeer()
573 sal_Bool SAL_CALL ProgressMonitor::setModel ( const Reference< XControlModel > & /*rModel*/ ) throw… in setModel()
583 Reference< XControlModel > SAL_CALL ProgressMonitor::getModel () throw( RuntimeException ) in getModel()
594 void SAL_CALL ProgressMonitor::dispose () throw( RuntimeException ) in dispose()
630 void SAL_CALL ProgressMonitor::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32… in setPosSize()
655 const Sequence< OUString > ProgressMonitor::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
667 const OUString ProgressMonitor::impl_getStaticImplementationName() in impl_getStaticImplementationName()
676 void ProgressMonitor::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGraphics > & rGrap… in impl_paint()
705 void ProgressMonitor::impl_recalcLayout () in impl_recalcLayout()
869 void ProgressMonitor::impl_rebuildFixedText () in impl_rebuildFixedText()
955 void ProgressMonitor::impl_cleanMemory () in impl_cleanMemory()
985 IMPL_TextlistItem* ProgressMonitor::impl_searchTopic ( const OUString& rTopic, sal_Bool bbeforeProg… in impl_searchTopic()
1031 sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, const OUString& rText… in impl_debug_checkParameter()
1048 sal_Bool ProgressMonitor::impl_debug_checkParameter ( const OUString& rTopic, sal_Bool /*bbeforePro… in impl_debug_checkParameter()