Lines Matching refs:UnoScrollBarControl

96UnoScrollBarControl::UnoScrollBarControl( const uno::Reference< lang::XMultiServiceFactory >& i_fa…  in UnoScrollBarControl()  function in toolkit::UnoScrollBarControl
102 ::rtl::OUString UnoScrollBarControl::GetComponentServiceName() in GetComponentServiceName()
108 …uno::Any UnoScrollBarControl::queryAggregation( const uno::Type & rType ) throw(uno::RuntimeExcept… in queryAggregation()
117 IMPL_XTYPEPROVIDER_START( UnoScrollBarControl )
123 void UnoScrollBarControl::dispose() throw(uno::RuntimeException)
131 …void UnoScrollBarControl::createPeer( const uno::Reference< awt::XToolkit > & rxToolkit, const uno… in createPeer()
140 …void UnoScrollBarControl::adjustmentValueChanged( const ::com::sun::star::awt::AdjustmentEvent& rE… in adjustmentValueChanged()
170 …void UnoScrollBarControl::addAdjustmentListener( const ::com::sun::star::uno::Reference< ::com::su… in addAdjustmentListener()
175 …void UnoScrollBarControl::removeAdjustmentListener( const ::com::sun::star::uno::Reference< ::com:… in removeAdjustmentListener()
180 void UnoScrollBarControl::setValue( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException) in setValue()
185 …void UnoScrollBarControl::setValues( sal_Int32 nValue, sal_Int32 nVisible, sal_Int32 nMax ) throw(… in setValues()
196 sal_Int32 UnoScrollBarControl::getValue() throw(::com::sun::star::uno::RuntimeException) in getValue()
207 … void UnoScrollBarControl::setMaximum( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeException) in setMaximum()
212 sal_Int32 UnoScrollBarControl::getMaximum() throw(::com::sun::star::uno::RuntimeException) in getMaximum()
223 …void UnoScrollBarControl::setLineIncrement( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExce… in setLineIncrement()
228 sal_Int32 UnoScrollBarControl::getLineIncrement() throw(::com::sun::star::uno::RuntimeException) in getLineIncrement()
239 …void UnoScrollBarControl::setBlockIncrement( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExc… in setBlockIncrement()
244 … sal_Int32 UnoScrollBarControl::getBlockIncrement() throw(::com::sun::star::uno::RuntimeException) in getBlockIncrement()
255 …void UnoScrollBarControl::setVisibleSize( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExcept… in setVisibleSize()
260 sal_Int32 UnoScrollBarControl::getVisibleSize() throw(::com::sun::star::uno::RuntimeException) in getVisibleSize()
271 …void UnoScrollBarControl::setOrientation( sal_Int32 n ) throw(::com::sun::star::uno::RuntimeExcept… in setOrientation()
276 sal_Int32 UnoScrollBarControl::getOrientation() throw(::com::sun::star::uno::RuntimeException) in getOrientation()