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

#include <vbaradiobutton.hxx>

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

Public Member Functions

 ScVbaRadioButton (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 css::uno::Any SAL_CALL getValue () override
 
virtual void SAL_CALL setValue (const css::uno::Any &) override
 
virtual css::uno::Reference< ov::msforms::XNewFont > SAL_CALL getFont () override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
OUString SAL_CALL getDefaultPropertyName () override
 

Detailed Description

Definition at line 29 of file vbaradiobutton.hxx.

Constructor & Destructor Documentation

◆ ScVbaRadioButton()

ScVbaRadioButton::ScVbaRadioButton ( 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 vbaradiobutton.cxx.

References xModel.

Member Function Documentation

◆ getCaption()

OUString SAL_CALL ScVbaRadioButton::getCaption ( )
overridevirtual

Definition at line 33 of file vbaradiobutton.cxx.

References Label, and m_xProps.

◆ getDefaultPropertyName()

OUString SAL_CALL ScVbaRadioButton::getDefaultPropertyName ( )
inlineoverride

Definition at line 43 of file vbaradiobutton.hxx.

◆ getFont()

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

Definition at line 89 of file vbaradiobutton.cxx.

References m_xProps.

◆ getServiceImplName()

OUString ScVbaRadioButton::getServiceImplName ( )
overridevirtual

Definition at line 95 of file vbaradiobutton.cxx.

◆ getServiceNames()

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

Definition at line 101 of file vbaradiobutton.cxx.

References aServiceNames.

◆ getValue()

uno::Any SAL_CALL ScVbaRadioButton::getValue ( )
overridevirtual

Definition at line 47 of file vbaradiobutton.cxx.

References m_xProps, and nValue.

◆ setCaption()

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

Definition at line 41 of file vbaradiobutton.cxx.

References m_xProps.

◆ setValue()

void SAL_CALL ScVbaRadioButton::setValue ( const css::uno::Any &  )
overridevirtual

Definition at line 61 of file vbaradiobutton.cxx.

References m_xProps, and nValue.


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