LibreOffice Module sc (master) 1
|
#include <userdat.hxx>
Public Member Functions | |
ScMacroInfo () | |
virtual | ~ScMacroInfo () override |
ScMacroInfo (ScMacroInfo const &)=default | |
ScMacroInfo (ScMacroInfo &&)=default | |
ScMacroInfo & | operator= (ScMacroInfo const &)=delete |
ScMacroInfo & | operator= (ScMacroInfo &&)=delete |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj) const override |
void | SetMacro (const OUString &rMacro) |
const OUString & | GetMacro () const |
Public Member Functions inherited from SdrObjUserData | |
SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
SdrObjUserData (const SdrObjUserData &rData) | |
virtual | ~SdrObjUserData () |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *pObj1) const=0 |
SdrInventor | GetInventor () const |
sal_uInt16 | GetId () const |
Private Attributes | |
OUString | maMacro |
Definition at line 68 of file userdat.hxx.
ScMacroInfo::ScMacroInfo | ( | ) |
|
overridevirtual |
Definition at line 42 of file userdat.cxx.
|
default |
|
default |
|
overridevirtual |
|
inline |
Definition at line 82 of file userdat.hxx.
Referenced by ScDrawShell::ExecuteMacroAssign(), FuDraw::ForcePointer(), ShapeUnoEventAccessImpl::getByName(), FuSelection::MouseButtonDown(), and XclExpShapeObj::XclExpShapeObj().
|
delete |
|
delete |
|
inline |
Definition at line 81 of file userdat.hxx.
Referenced by ScDrawShell::ExecuteMacroAssign(), and ShapeUnoEventAccessImpl::replaceByName().
|
private |
Definition at line 85 of file userdat.hxx.