Searched refs:ScVbaScrollBar (Results 1 – 3 of 3) sorted by relevance
37 ScVbaScrollBar::ScVbaScrollBar( const css::uno::Reference< ov::XHelperInterface >& xParent, const … in ScVbaScrollBar() function in ScVbaScrollBar43 ScVbaScrollBar::getValue() throw (css::uno::RuntimeException) in getValue()49 ScVbaScrollBar::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue()55 ScVbaScrollBar::getMax() throw (uno::RuntimeException) in getMax()63 ScVbaScrollBar::setMax( sal_Int32 nVal ) throw (uno::RuntimeException) in setMax()69 ScVbaScrollBar::getMin() throw (uno::RuntimeException) in getMin()77 ScVbaScrollBar::setMin( sal_Int32 nVal ) throw (uno::RuntimeException) in setMin()83 ScVbaScrollBar::setLargeChange( ::sal_Int32 _largechange ) throw (uno::RuntimeException) in setLargeChange()89 ScVbaScrollBar::getLargeChange() throw (uno::RuntimeException) in getLargeChange()97 ScVbaScrollBar::getSmallChange() throw (uno::RuntimeException) in getSmallChange()[all …]
33 class ScVbaScrollBar : public ScrollBarImpl_BASE class36 …ScVbaScrollBar( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refere…
483 …xVBAControl.set( new ScVbaScrollBar( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() … in createUserformControl()