Searched refs:VCLXProgressBar (Results 1 – 2 of 2) sorted by relevance
135 *ppNewComp = new VCLXProgressBar; in CreateWindow()2076 VCLXProgressBar::VCLXProgressBar() in VCLXProgressBar() function in VCLXProgressBar2083 VCLXProgressBar::~VCLXProgressBar() in ~VCLXProgressBar()2087 void VCLXProgressBar::ImplUpdateValue() in ImplUpdateValue()2148 IMPL_XTYPEPROVIDER_START( VCLXProgressBar )2154 void VCLXProgressBar::setForegroundColor( sal_Int32 nColor ) throw(::com::sun::star::uno::RuntimeEx…2166 void VCLXProgressBar::setBackgroundColor( sal_Int32 nColor ) throw(::com::sun::star::uno::RuntimeEx… in setBackgroundColor()2180 void VCLXProgressBar::setValue( sal_Int32 nValue ) throw(::com::sun::star::uno::RuntimeException) in setValue()2188 void VCLXProgressBar::setRange( sal_Int32 nMin, sal_Int32 nMax ) throw(::com::sun::star::uno::Runti… in setRange()2208 sal_Int32 VCLXProgressBar::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()[all …]
382 class VCLXProgressBar : public ::com::sun::star::awt::XProgressBar, class394 VCLXProgressBar();395 ~VCLXProgressBar();
Completed in 26 milliseconds