#include <vbasheetobject.hxx>
|
| ScVbaButton (const css::uno::Reference< ov::XHelperInterface > &rxParent, const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XModel > &rxModel, const css::uno::Reference< css::container::XIndexContainer > &rxFormIC, const css::uno::Reference< css::drawing::XControlShape > &rxControlShape) |
|
virtual OUString SAL_CALL | getCaption () override |
|
virtual void SAL_CALL | setCaption (const OUString &rCaption) override |
|
virtual css::uno::Reference< ov::excel::XFont > SAL_CALL | getFont () override |
|
virtual void SAL_CALL | setFont (const css::uno::Reference< ov::excel::XFont > &rxFont) override |
|
virtual sal_Int32 SAL_CALL | getHorizontalAlignment () override |
|
virtual void SAL_CALL | setHorizontalAlignment (sal_Int32 nAlign) override |
|
virtual sal_Int32 SAL_CALL | getVerticalAlignment () override |
|
virtual void SAL_CALL | setVerticalAlignment (sal_Int32 nAlign) override |
|
virtual sal_Int32 SAL_CALL | getOrientation () override |
|
virtual void SAL_CALL | setOrientation (sal_Int32 nOrientation) override |
|
virtual css::uno::Any SAL_CALL | getValue () override |
|
virtual void SAL_CALL | setValue (const css::uno::Any &nValue) override |
|
virtual OUString SAL_CALL | getText () override |
|
virtual void SAL_CALL | setText (const OUString &aText) override |
|
css::uno::Reference< ov::excel::XCharacters > SAL_CALL | Characters (const css::uno::Any &rStart, const css::uno::Any &rLength) override |
|
Definition at line 170 of file vbasheetobject.hxx.
◆ ScVbaButton()
ScVbaButton::ScVbaButton |
( |
const css::uno::Reference< ov::XHelperInterface > & |
rxParent, |
|
|
const css::uno::Reference< css::uno::XComponentContext > & |
rxContext, |
|
|
const css::uno::Reference< css::frame::XModel > & |
rxModel, |
|
|
const css::uno::Reference< css::container::XIndexContainer > & |
rxFormIC, |
|
|
const css::uno::Reference< css::drawing::XControlShape > & |
rxControlShape |
|
) |
| |
|
explicit |
◆ Characters()
uno::Reference< excel::XCharacters > SAL_CALL ScVbaButton::Characters |
( |
const css::uno::Any & |
rStart, |
|
|
const css::uno::Any & |
rLength |
|
) |
| |
|
override |
◆ getCaption()
OUString SAL_CALL ScVbaButton::getCaption |
( |
| ) |
|
|
overridevirtual |
◆ getFont()
uno::Reference< excel::XFont > SAL_CALL ScVbaButton::getFont |
( |
| ) |
|
|
overridevirtual |
◆ getHorizontalAlignment()
sal_Int32 SAL_CALL ScVbaButton::getHorizontalAlignment |
( |
| ) |
|
|
overridevirtual |
◆ getOrientation()
sal_Int32 SAL_CALL ScVbaButton::getOrientation |
( |
| ) |
|
|
overridevirtual |
◆ getText()
OUString SAL_CALL ScVbaButton::getText |
( |
| ) |
|
|
overridevirtual |
◆ getValue()
uno::Any SAL_CALL ScVbaButton::getValue |
( |
| ) |
|
|
overridevirtual |
◆ getVerticalAlignment()
sal_Int32 SAL_CALL ScVbaButton::getVerticalAlignment |
( |
| ) |
|
|
overridevirtual |
◆ implGetBaseName()
OUString ScVbaButton::implGetBaseName |
( |
| ) |
const |
|
overrideprotectedvirtual |
◆ implSetDefaultProperties()
void ScVbaButton::implSetDefaultProperties |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ setCaption()
void SAL_CALL ScVbaButton::setCaption |
( |
const OUString & |
rCaption | ) |
|
|
overridevirtual |
◆ setFont()
void SAL_CALL ScVbaButton::setFont |
( |
const css::uno::Reference< ov::excel::XFont > & |
rxFont | ) |
|
|
overridevirtual |
◆ setHorizontalAlignment()
void SAL_CALL ScVbaButton::setHorizontalAlignment |
( |
sal_Int32 |
nAlign | ) |
|
|
overridevirtual |
◆ setOrientation()
void SAL_CALL ScVbaButton::setOrientation |
( |
sal_Int32 |
nOrientation | ) |
|
|
overridevirtual |
◆ setText()
void SAL_CALL ScVbaButton::setText |
( |
const OUString & |
aText | ) |
|
|
overridevirtual |
◆ setValue()
void SAL_CALL ScVbaButton::setValue |
( |
const css::uno::Any & |
nValue | ) |
|
|
overridevirtual |
◆ setVerticalAlignment()
void SAL_CALL ScVbaButton::setVerticalAlignment |
( |
sal_Int32 |
nAlign | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: