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

#include <vbaspinbutton.hxx>

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

Public Member Functions

 ScVbaSpinButton (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 css::uno::Any SAL_CALL getValue () override
 
virtual void SAL_CALL setValue (const css::uno::Any &_value) override
 
virtual ::sal_Int32 SAL_CALL getMax () override
 
virtual void SAL_CALL setMax (::sal_Int32 _max) override
 
virtual ::sal_Int32 SAL_CALL getMin () override
 
virtual void SAL_CALL setMin (::sal_Int32 _min) override
 
virtual OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 

Detailed Description

Definition at line 29 of file vbaspinbutton.hxx.

Constructor & Destructor Documentation

◆ ScVbaSpinButton()

ScVbaSpinButton::ScVbaSpinButton ( 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 25 of file vbaspinbutton.cxx.

References xModel.

Member Function Documentation

◆ getMax()

sal_Int32 SAL_CALL ScVbaSpinButton::getMax ( )
override

Definition at line 44 of file vbaspinbutton.cxx.

References m_xProps.

◆ getMin()

sal_Int32 SAL_CALL ScVbaSpinButton::getMin ( )
override

Definition at line 58 of file vbaspinbutton.cxx.

References m_xProps.

◆ getServiceImplName()

OUString ScVbaSpinButton::getServiceImplName ( )
overridevirtual

Definition at line 72 of file vbaspinbutton.cxx.

◆ getServiceNames()

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

Definition at line 78 of file vbaspinbutton.cxx.

References aServiceNames.

◆ getValue()

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

Definition at line 32 of file vbaspinbutton.cxx.

References m_xProps.

◆ setMax()

void SAL_CALL ScVbaSpinButton::setMax ( ::sal_Int32  _max)
overridevirtual

Definition at line 52 of file vbaspinbutton.cxx.

References m_xProps.

◆ setMin()

void SAL_CALL ScVbaSpinButton::setMin ( ::sal_Int32  _min)
overridevirtual

Definition at line 66 of file vbaspinbutton.cxx.

References m_xProps.

◆ setValue()

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

Definition at line 38 of file vbaspinbutton.cxx.

References m_xProps.


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