Searched refs:ScVbaRadioButton (Results 1 – 3 of 3) sorted by relevance
/trunk/main/vbahelper/source/msforms/ |
H A D | vbaradiobutton.cxx | 33 ScVbaRadioButton::ScVbaRadioButton( const uno::Reference< XHelperInterface >& xParent, const uno::R… in ScVbaRadioButton() function in ScVbaRadioButton 39 ScVbaRadioButton::getCaption() throw (css::uno::RuntimeException) in getCaption() 47 ScVbaRadioButton::setCaption( const rtl::OUString& _caption ) throw (::com::sun::star::uno::Runtime… in setCaption() 53 ScVbaRadioButton::getValue() throw (css::uno::RuntimeException) in getValue() 67 ScVbaRadioButton::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue() 84 uno::Reference< msforms::XNewFont > SAL_CALL ScVbaRadioButton::getFont() throw (uno::RuntimeExcepti… in getFont() 90 ScVbaRadioButton::getServiceImplName() in getServiceImplName() 97 ScVbaRadioButton::getServiceNames() in getServiceNames()
|
H A D | vbaradiobutton.hxx | 32 class ScVbaRadioButton : public RadioButtonImpl_BASE class 35 …ScVbaRadioButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Refe…
|
H A D | vbacontrol.cxx | 431 … return new ScVbaRadioButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl() 458 …xVBAControl.set( new ScVbaRadioButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release(… in createUserformControl()
|
Completed in 18 milliseconds