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

#include <vbaprogressbar.hxx>

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

Public Member Functions

 ScVbaProgressBar (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 OUString getServiceImplName () override
 
virtual css::uno::Sequence< OUString > getServiceNames () override
 
OUString SAL_CALL getDefaultPropertyName () override
 

Detailed Description

Definition at line 32 of file vbaprogressbar.hxx.

Constructor & Destructor Documentation

◆ ScVbaProgressBar()

ScVbaProgressBar::ScVbaProgressBar ( 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 27 of file vbaprogressbar.cxx.

References xModel.

Member Function Documentation

◆ getDefaultPropertyName()

OUString SAL_CALL ScVbaProgressBar::getDefaultPropertyName ( )
inlineoverride

Definition at line 43 of file vbaprogressbar.hxx.

◆ getServiceImplName()

OUString ScVbaProgressBar::getServiceImplName ( )
overridevirtual

Definition at line 46 of file vbaprogressbar.cxx.

◆ getServiceNames()

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

Definition at line 52 of file vbaprogressbar.cxx.

References aServiceNames.

◆ getValue()

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

Definition at line 34 of file vbaprogressbar.cxx.

References m_xProps, and SVALUE().

◆ setValue()

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

Definition at line 40 of file vbaprogressbar.cxx.

References m_xProps, and SVALUE().


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