Searched refs:ScVbaButton (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/vbahelper/source/msforms/ |
| H A D | vbabutton.cxx | 32 ScVbaButton::ScVbaButton( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< … in ScVbaButton() function in ScVbaButton 38 ScVbaButton::getCaption() throw (css::uno::RuntimeException) in getCaption() 46 ScVbaButton::setCaption( const rtl::OUString& _caption ) throw (::com::sun::star::uno::RuntimeExcep… in setCaption() 51 sal_Bool SAL_CALL ScVbaButton::getAutoSize() throw (uno::RuntimeException) in getAutoSize() 56 void SAL_CALL ScVbaButton::setAutoSize( sal_Bool /*bAutoSize*/ ) throw (uno::RuntimeException) in setAutoSize() 60 sal_Bool SAL_CALL ScVbaButton::getCancel() throw (uno::RuntimeException) in getCancel() 65 void SAL_CALL ScVbaButton::setCancel( sal_Bool /*bCancel*/ ) throw (uno::RuntimeException) in setCancel() 69 sal_Bool SAL_CALL ScVbaButton::getDefault() throw (uno::RuntimeException) in getDefault() 74 void SAL_CALL ScVbaButton::setDefault( sal_Bool /*bDefault*/ ) throw (uno::RuntimeException) in setDefault() 78 sal_Int32 SAL_CALL ScVbaButton::getBackColor() throw (uno::RuntimeException) in getBackColor() [all …]
|
| H A D | vbabutton.hxx | 33 class ScVbaButton : public ButtonImpl_BASE class 36 …ScVbaButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference…
|
| H A D | vbacontrol.cxx | 425 … return new ScVbaButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl() 468 …xVBAControl.set( new ScVbaButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() ) ); in createUserformControl()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbasheetobject.cxx | 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() [all …]
|
| H A D | vbasheetobject.hxx | 180 class ScVbaButton : public ScVbaButton_BASE class 183 explicit ScVbaButton(
|
| H A D | vbasheetobjects.cxx | 507 return new ScVbaButton( mxParent, mxContext, mxModel, createForm(), xControlShape ); in implCreateVbaObject()
|