Searched refs:ScVbaToggleButton (Results 1 – 3 of 3) sorted by relevance
34 ScVbaToggleButton::ScVbaToggleButton( const css::uno::Reference< ov::XHelperInterface >& xParent, c… in ScVbaToggleButton() function in ScVbaToggleButton40 ScVbaToggleButton::~ScVbaToggleButton() in ~ScVbaToggleButton()47 ScVbaToggleButton::getCaption() throw (css::uno::RuntimeException) in getCaption()55 ScVbaToggleButton::setCaption( const rtl::OUString& _caption ) throw (::com::sun::star::uno::Runtim… in setCaption()61 ScVbaToggleButton::getValue() throw (uno::RuntimeException) in getValue()69 ScVbaToggleButton::setValue( const uno::Any& _value ) throw (uno::RuntimeException) in setValue()79 sal_Bool SAL_CALL ScVbaToggleButton::getAutoSize() throw (uno::RuntimeException) in getAutoSize()84 void SAL_CALL ScVbaToggleButton::setAutoSize( sal_Bool /*bAutoSize*/ ) throw (uno::RuntimeException) in setAutoSize()88 sal_Bool SAL_CALL ScVbaToggleButton::getCancel() throw (uno::RuntimeException) in getCancel()93 void SAL_CALL ScVbaToggleButton::setCancel( sal_Bool /*bCancel*/ ) throw (uno::RuntimeException) in setCancel()[all …]
33 class ScVbaToggleButton : public ToggleButtonImpl_BASE class37 …ScVbaToggleButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Ref…38 ~ScVbaToggleButton();
466 …xVBAControl.set( new ScVbaToggleButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release… in createUserformControl()