Lines Matching refs:VCLXProgressBar
135 *ppNewComp = new VCLXProgressBar; in CreateWindow()
2076 VCLXProgressBar::VCLXProgressBar() in VCLXProgressBar() function in VCLXProgressBar
2083 VCLXProgressBar::~VCLXProgressBar() in ~VCLXProgressBar()
2087 void VCLXProgressBar::ImplUpdateValue() in ImplUpdateValue()
2139 ::com::sun::star::uno::Any VCLXProgressBar::queryInterface( const ::com::sun::star::uno::Type & rTy… in queryInterface()
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()
2216 void VCLXProgressBar::setProperty( const ::rtl::OUString& PropertyName, const ::com::sun::star::uno… in setProperty()
2274 ::com::sun::star::uno::Any VCLXProgressBar::getProperty( const ::rtl::OUString& PropertyName ) thro… in getProperty()
2308 void VCLXProgressBar::ImplGetPropertyIds( std::list< sal_uInt16 > &rIds ) in ImplGetPropertyIds()