Searched refs:ScVbaSpinButton (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/vbahelper/source/msforms/ |
H A D | vbaspinbutton.cxx | 35 ScVbaSpinButton::ScVbaSpinButton( const css::uno::Reference< ov::XHelperInterface >& xParent, cons… in ScVbaSpinButton() function in ScVbaSpinButton 41 ScVbaSpinButton::getValue() throw (css::uno::RuntimeException) in getValue() 47 ScVbaSpinButton::setValue( const uno::Any& _value ) throw (::com::sun::star::uno::RuntimeException) in setValue() 53 ScVbaSpinButton::getMax() throw (uno::RuntimeException) in getMax() 61 ScVbaSpinButton::setMax( sal_Int32 nVal ) throw (uno::RuntimeException) in setMax() 67 ScVbaSpinButton::getMin() throw (uno::RuntimeException) in getMin() 75 ScVbaSpinButton::setMin( sal_Int32 nVal ) throw (uno::RuntimeException) in setMin() 81 ScVbaSpinButton::getServiceImplName() in getServiceImplName() 88 ScVbaSpinButton::getServiceNames() in getServiceNames()
|
H A D | vbaspinbutton.hxx | 33 class ScVbaSpinButton : public SpinButtonImpl_BASE class 36 …ScVbaSpinButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refer…
|
H A D | vbacontrol.cxx | 435 … return new ScVbaSpinButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl() 487 …xVBAControl.set( new ScVbaSpinButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release()… in createUserformControl()
|
Completed in 12 milliseconds