Lines Matching refs:ScVbaButton

426 ScVbaButton::ScVbaButton(  in ScVbaButton()  function in ScVbaButton
438 OUString SAL_CALL ScVbaButton::getCaption() throw (uno::RuntimeException) in getCaption()
443 void SAL_CALL ScVbaButton::setCaption( const OUString& rCaption ) throw (uno::RuntimeException) in setCaption()
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() throw (uno::RuntimeException) in getFont()
453 void SAL_CALL ScVbaButton::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) throw (uno::… in setFont()
458 sal_Int32 SAL_CALL ScVbaButton::getHorizontalAlignment() throw (uno::RuntimeException) in getHorizontalAlignment()
469 void SAL_CALL ScVbaButton::setHorizontalAlignment( sal_Int32 nAlign ) throw (uno::RuntimeException) in setHorizontalAlignment()
482 sal_Int32 SAL_CALL ScVbaButton::getVerticalAlignment() throw (uno::RuntimeException) in getVerticalAlignment()
494 void SAL_CALL ScVbaButton::setVerticalAlignment( sal_Int32 nAlign ) throw (uno::RuntimeException) in setVerticalAlignment()
506 sal_Int32 SAL_CALL ScVbaButton::getOrientation() throw (uno::RuntimeException) in getOrientation()
512 void SAL_CALL ScVbaButton::setOrientation( sal_Int32 /*nOrientation*/ ) throw (uno::RuntimeExceptio… in setOrientation()
519 uno::Reference< excel::XCharacters > SAL_CALL ScVbaButton::Characters( const uno::Any& rStart, cons… in Characters()
526 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaButton, "ooo.vba.excel.Button" )
530 OUString ScVbaButton::implGetBaseName() const in implGetBaseName()
535 void ScVbaButton::implSetDefaultProperties() throw (uno::RuntimeException) in implSetDefaultProperties()