Lines Matching refs:ProgressBar

63 ProgressBar::ProgressBar( const Reference< XMultiServiceFactory >& xFactory )  in ProgressBar()  function in unocontrols::ProgressBar
76 ProgressBar::~ProgressBar() in ~ProgressBar()
84 Any SAL_CALL ProgressBar::queryInterface( const Type& rType ) throw( RuntimeException ) in queryInterface()
109 void SAL_CALL ProgressBar::acquire() throw() in acquire()
122 void SAL_CALL ProgressBar::release() throw() in release()
135 Sequence< Type > SAL_CALL ProgressBar::getTypes() throw( RuntimeException ) in getTypes()
167 Any SAL_CALL ProgressBar::queryAggregation( const Type& aType ) throw( RuntimeException ) in queryAggregation()
191 void SAL_CALL ProgressBar::setForegroundColor( sal_Int32 nColor ) throw( RuntimeException ) in setForegroundColor()
207 void SAL_CALL ProgressBar::setBackgroundColor ( sal_Int32 nColor ) throw( RuntimeException ) in setBackgroundColor()
223 void SAL_CALL ProgressBar::setValue ( sal_Int32 nValue ) throw( RuntimeException ) in setValue()
254 void SAL_CALL ProgressBar::setRange ( sal_Int32 nMin, sal_Int32 nMax ) throw( RuntimeException ) in setRange()
298 sal_Int32 SAL_CALL ProgressBar::getValue () throw( RuntimeException ) in getValue()
310 void SAL_CALL ProgressBar::setPosSize ( sal_Int32 nX, sal_Int32 nY, sal_Int32 nWidth, sal_Int32 nHe… in setPosSize()
332 sal_Bool SAL_CALL ProgressBar::setModel( const Reference< XControlModel >& /*xModel*/ ) throw( Runt… in setModel()
342 Reference< XControlModel > SAL_CALL ProgressBar::getModel() throw( RuntimeException ) in getModel()
352 const Sequence< OUString > ProgressBar::impl_getStaticSupportedServiceNames() in impl_getStaticSupportedServiceNames()
364 const OUString ProgressBar::impl_getStaticImplementationName() in impl_getStaticImplementationName()
373 void ProgressBar::impl_paint ( sal_Int32 nX, sal_Int32 nY, const Reference< XGraphics > & rGraphics… in impl_paint()
448 void ProgressBar::impl_recalcRange () in impl_recalcRange()