Home
last modified time | relevance | path

Searched refs:ScVbaToggleButton (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vbahelper/source/msforms/
H A Dvbatogglebutton.cxx34 ScVbaToggleButton::ScVbaToggleButton( const css::uno::Reference< ov::XHelperInterface >& xParent, c… in ScVbaToggleButton() function in ScVbaToggleButton
40 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 …]
H A Dvbatogglebutton.hxx33 class ScVbaToggleButton : public ToggleButtonImpl_BASE class
37ScVbaToggleButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Ref…
38 ~ScVbaToggleButton();
H A Dvbacontrol.cxx466 …xVBAControl.set( new ScVbaToggleButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release… in createUserformControl()