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.cxx32 ScVbaButton::ScVbaButton( const uno::Reference< XHelperInterface >& xParent, const uno::Reference< … in ScVbaButton() function in ScVbaButton
38 ScVbaButton::getCaption() in getCaption()
46 ScVbaButton::setCaption( const rtl::OUString& _caption ) in setCaption()
51 sal_Bool SAL_CALL ScVbaButton::getAutoSize() in getAutoSize()
56 void SAL_CALL ScVbaButton::setAutoSize( sal_Bool /*bAutoSize*/ ) in setAutoSize()
60 sal_Bool SAL_CALL ScVbaButton::getCancel() in getCancel()
65 void SAL_CALL ScVbaButton::setCancel( sal_Bool /*bCancel*/ ) in setCancel()
69 sal_Bool SAL_CALL ScVbaButton::getDefault() in getDefault()
74 void SAL_CALL ScVbaButton::setDefault( sal_Bool /*bDefault*/ ) in setDefault()
78 sal_Int32 SAL_CALL ScVbaButton::getBackColor() in getBackColor()
[all …]
H A Dvbabutton.hxx33 class ScVbaButton : public ButtonImpl_BASE class
36 …ScVbaButton( const css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference…
H A Dvbacontrol.cxx422 … return new ScVbaButton( xVbaParent, xContext, xControlShape, xModel, xGeoHelper.release() ); in createShapeControl()
465 …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() in getCaption()
443 void SAL_CALL ScVbaButton::setCaption( const OUString& rCaption ) in setCaption()
448 uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont() in getFont()
453 void SAL_CALL ScVbaButton::setFont( const uno::Reference< excel::XFont >& /*rxFont*/ ) in setFont()
458 sal_Int32 SAL_CALL ScVbaButton::getHorizontalAlignment() in getHorizontalAlignment()
469 void SAL_CALL ScVbaButton::setHorizontalAlignment( sal_Int32 nAlign ) in setHorizontalAlignment()
482 sal_Int32 SAL_CALL ScVbaButton::getVerticalAlignment() in getVerticalAlignment()
494 void SAL_CALL ScVbaButton::setVerticalAlignment( sal_Int32 nAlign ) in setVerticalAlignment()
506 sal_Int32 SAL_CALL ScVbaButton::getOrientation() in getOrientation()
[all …]
H A Dvbasheetobject.hxx180 class ScVbaButton : public ScVbaButton_BASE class
183 explicit ScVbaButton(
H A Dvbasheetobjects.cxx506 return new ScVbaButton( mxParent, mxContext, mxModel, createForm(), xControlShape ); in implCreateVbaObject()