#include <vbasheetobject.hxx>
|
| ScVbaControlObjectBase (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 | getName () override |
|
virtual void SAL_CALL | setName (const OUString &rName) override |
|
virtual OUString SAL_CALL | getOnAction () override |
|
virtual void SAL_CALL | setOnAction (const OUString &rMacroName) override |
|
virtual sal_Bool SAL_CALL | getPrintObject () override |
|
virtual void SAL_CALL | setPrintObject (sal_Bool bPrintObject) override |
|
virtual sal_Bool SAL_CALL | getAutoSize () override |
|
virtual void SAL_CALL | setAutoSize (sal_Bool bAutoSize) override |
|
void | NotifyMacroEventRead () |
| Notify that the document contains a macro event handler. More...
|
|
Definition at line 132 of file vbasheetobject.hxx.
◆ ScVbaControlObjectBase()
ScVbaControlObjectBase::ScVbaControlObjectBase |
( |
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 |
◆ getAutoSize()
sal_Bool SAL_CALL ScVbaControlObjectBase::getAutoSize |
( |
| ) |
|
|
overridevirtual |
◆ getModelIndexInForm()
sal_Int32 ScVbaControlObjectBase::getModelIndexInForm |
( |
| ) |
const |
|
protected |
◆ getName()
OUString SAL_CALL ScVbaControlObjectBase::getName |
( |
| ) |
|
|
overridevirtual |
◆ getOnAction()
OUString SAL_CALL ScVbaControlObjectBase::getOnAction |
( |
| ) |
|
|
overridevirtual |
◆ getPrintObject()
sal_Bool SAL_CALL ScVbaControlObjectBase::getPrintObject |
( |
| ) |
|
|
overridevirtual |
◆ NotifyMacroEventRead()
void ScVbaControlObjectBase::NotifyMacroEventRead |
( |
| ) |
|
◆ setAutoSize()
void SAL_CALL ScVbaControlObjectBase::setAutoSize |
( |
sal_Bool |
bAutoSize | ) |
|
|
overridevirtual |
◆ setName()
void SAL_CALL ScVbaControlObjectBase::setName |
( |
const OUString & |
rName | ) |
|
|
overridevirtual |
◆ setOnAction()
void SAL_CALL ScVbaControlObjectBase::setOnAction |
( |
const OUString & |
rMacroName | ) |
|
|
overridevirtual |
◆ setPrintObject()
void SAL_CALL ScVbaControlObjectBase::setPrintObject |
( |
sal_Bool |
bPrintObject | ) |
|
|
overridevirtual |
◆ mbNotifyMacroEventRead
bool ScVbaControlObjectBase::mbNotifyMacroEventRead |
|
protected |
◆ mxControlProps
◆ mxFormIC
css::uno::Reference< css::container::XIndexContainer > ScVbaControlObjectBase::mxFormIC |
|
protected |
The documentation for this class was generated from the following files: