Home
last modified time | relevance | path

Searched refs:ScVbaButton (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vbahelper/source/msforms/
H A Dvbabutton.cxx38 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 Dvbabutton.hxx33 class ScVbaButton : public ButtonImpl_BASE class
36ScVbaButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference…
H A Dvbacontrol.cxx425 … return new ScVbaButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
468 …xVBAControl.set( new ScVbaButton( xVbaParent, xContext, xControl, xModel, xGeoHelper.release() ) ); in createUserformControl()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx426 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 Dvbasheetobject.hxx180 class ScVbaButton : public ScVbaButton_BASE class
183 explicit ScVbaButton(
H A Dvbasheetobjects.cxx507 return new ScVbaButton( mxParent, mxContext, mxModel, createForm(), xControlShape ); in implCreateVbaObject()

Completed in 41 milliseconds