LibreOffice Module svx (master)
1
|
#include <imapwnd.hxx>
Public Member Functions | |
IMapUserData (const IMapObjectPtr &rIMapObj) | |
IMapUserData (const IMapUserData &rIMapUserData) | |
virtual std::unique_ptr< SdrObjUserData > | Clone (SdrObject *) const override |
const IMapObjectPtr & | GetObject () const |
void | ReplaceObject (const IMapObjectPtr &pNewIMapObject) |
![]() | |
SdrObjUserData (SdrInventor nInv, sal_uInt16 nId) | |
SdrObjUserData (const SdrObjUserData &rData) | |
virtual | ~SdrObjUserData () |
SdrInventor | GetInventor () const |
sal_uInt16 | GetId () const |
Private Attributes | |
IMapObjectPtr | mpObj |
Definition at line 46 of file imapwnd.hxx.
|
inlineexplicit |
Definition at line 53 of file imapwnd.hxx.
Referenced by Clone().
|
inline |
Definition at line 57 of file imapwnd.hxx.
|
inlineoverridevirtual |
|
inline |
Definition at line 63 of file imapwnd.hxx.
References mpObj.
Referenced by IMapWindow::GetIMapObj(), and IMapWindow::SdrObjChanged().
|
inline |
Definition at line 64 of file imapwnd.hxx.
Referenced by IMapWindow::SdrObjChanged().
|
private |
Definition at line 49 of file imapwnd.hxx.
Referenced by GetObject().