Searched refs:ScVbaButton (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbabutton.cxx | 38 ScVbaButton::getCaption() throw (css::uno::RuntimeException) in getCaption() 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() 87 sal_Int32 SAL_CALL ScVbaButton::getForeColor() throw (uno::RuntimeException) in getForeColor() 102 ScVbaButton::getServiceImplName() in getServiceImplName() [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()
|
/aoo4110/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() 458 sal_Int32 SAL_CALL ScVbaButton::getHorizontalAlignment() throw (uno::RuntimeException) in getHorizontalAlignment() 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() 526 VBAHELPER_IMPL_XHELPERINTERFACE( ScVbaButton, "ooo.vba.excel.Button" ) 530 OUString ScVbaButton::implGetBaseName() const in implGetBaseName() [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()
|
Completed in 35 milliseconds