LibreOffice Module vbahelper (master) 1
Public Member Functions | List of all members
VbaButton Class Reference

#include <vbabutton.hxx>

Inheritance diagram for VbaButton:
[legend]
Collaboration diagram for VbaButton:
[legend]

Public Member Functions

 VbaButton (const css::uno::Reference< ov::XHelperInterface > &xParent, const css::uno::Reference< css::uno::XComponentContext > &xContext, const css::uno::Reference< css::uno::XInterface > &xControl, const css::uno::Reference< css::frame::XModel > &xModel, std::unique_ptr< ov::AbstractGeometryAttributes > pGeomHelper)
 
virtual OUString SAL_CALL getCaption () override
 
virtual void SAL_CALL setCaption (const OUString &_caption) override
 
virtual sal_Bool SAL_CALL getAutoSize () override
 
virtual void SAL_CALL setAutoSize (sal_Bool bAutoSize) override
 
virtual sal_Bool SAL_CALL getCancel () override
 
virtual void SAL_CALL setCancel (sal_Bool bCancel) override
 
virtual sal_Bool SAL_CALL getDefault () override
 
virtual void SAL_CALL setDefault (sal_Bool bDefault) override
 
virtual sal_Int32 SAL_CALL getBackColor () override
 
virtual void SAL_CALL setBackColor (sal_Int32 nBackColor) override
 
virtual sal_Int32 SAL_CALL getForeColor () override
 
virtual void SAL_CALL setForeColor (sal_Int32 nForeColor) override
 
virtual sal_Bool SAL_CALL getLocked () override
 
virtual void SAL_CALL setLocked (sal_Bool bAutoSize) override
 
virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont () override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 

Detailed Description

Definition at line 29 of file vbabutton.hxx.

Constructor & Destructor Documentation

◆ VbaButton()

VbaButton::VbaButton ( const css::uno::Reference< ov::XHelperInterface > &  xParent,
const css::uno::Reference< css::uno::XComponentContext > &  xContext,
const css::uno::Reference< css::uno::XInterface > &  xControl,
const css::uno::Reference< css::frame::XModel > &  xModel,
std::unique_ptr< ov::AbstractGeometryAttributes pGeomHelper 
)

Definition at line 26 of file vbabutton.cxx.

References xModel.

Member Function Documentation

◆ getAutoSize()

sal_Bool SAL_CALL VbaButton::getAutoSize ( )
overridevirtual

Definition at line 46 of file vbabutton.cxx.

References ScVbaControl::getAutoSize().

◆ getBackColor()

sal_Int32 SAL_CALL VbaButton::getBackColor ( )
overridevirtual

Definition at line 87 of file vbabutton.cxx.

References ScVbaControl::getBackColor().

◆ getCancel()

sal_Bool SAL_CALL VbaButton::getCancel ( )
overridevirtual

Definition at line 66 of file vbabutton.cxx.

◆ getCaption()

OUString SAL_CALL VbaButton::getCaption ( )
overridevirtual

Definition at line 33 of file vbabutton.cxx.

References Label, and m_xProps.

◆ getDefault()

sal_Bool SAL_CALL VbaButton::getDefault ( )
overridevirtual

Definition at line 76 of file vbabutton.cxx.

◆ getFont()

uno::Reference< msforms::XNewFont > SAL_CALL VbaButton::getFont ( )
overridevirtual

Definition at line 107 of file vbabutton.cxx.

References m_xProps.

◆ getForeColor()

sal_Int32 SAL_CALL VbaButton::getForeColor ( )
overridevirtual

Definition at line 97 of file vbabutton.cxx.

References ScVbaControl::getForeColor().

◆ getLocked()

sal_Bool SAL_CALL VbaButton::getLocked ( )
overridevirtual

Definition at line 56 of file vbabutton.cxx.

References ScVbaControl::getLocked().

◆ getServiceImplName()

OUString VbaButton::getServiceImplName ( )
overridevirtual

Definition at line 113 of file vbabutton.cxx.

◆ getServiceNames()

uno::Sequence< OUString > VbaButton::getServiceNames ( )
overridevirtual

Definition at line 119 of file vbabutton.cxx.

References aServiceNames.

◆ setAutoSize()

void SAL_CALL VbaButton::setAutoSize ( sal_Bool  bAutoSize)
overridevirtual

Definition at line 51 of file vbabutton.cxx.

References ScVbaControl::setAutoSize().

◆ setBackColor()

void SAL_CALL VbaButton::setBackColor ( sal_Int32  nBackColor)
overridevirtual

Definition at line 92 of file vbabutton.cxx.

References ScVbaControl::setBackColor().

◆ setCancel()

void SAL_CALL VbaButton::setCancel ( sal_Bool  bCancel)
overridevirtual

Definition at line 71 of file vbabutton.cxx.

◆ setCaption()

void SAL_CALL VbaButton::setCaption ( const OUString &  _caption)
overridevirtual

Definition at line 41 of file vbabutton.cxx.

References m_xProps.

◆ setDefault()

void SAL_CALL VbaButton::setDefault ( sal_Bool  bDefault)
overridevirtual

Definition at line 82 of file vbabutton.cxx.

◆ setForeColor()

void SAL_CALL VbaButton::setForeColor ( sal_Int32  nForeColor)
overridevirtual

Definition at line 102 of file vbabutton.cxx.

◆ setLocked()

void SAL_CALL VbaButton::setLocked ( sal_Bool  bAutoSize)
overridevirtual

Definition at line 61 of file vbabutton.cxx.

References ScVbaControl::setLocked().


The documentation for this class was generated from the following files: