LibreOffice Module sw (master)
1
|
#include <swevent.hxx>
Public Attributes | |
SwCallEventObjectType | eType |
union { | |
const SwFrameFormat * pFormat | |
const SwFormatINetFormat * pINetAttr | |
struct { | |
const SwFrameFormat * pFormat | |
const IMapObject * pIMapObj | |
} IMAP | |
} | PTR |
Additional Inherited Members | |
![]() | |
SwClient (SwModify *pToRegisterIn) | |
SwModify * | GetRegisteredInNonConst () const |
![]() | |
WriterListener () | |
virtual | ~WriterListener () COVERITY_NOEXCEPT_FALSE |
Definition at line 56 of file swevent.hxx.
|
inline |
Definition at line 76 of file swevent.hxx.
References PTR.
|
inline |
Definition at line 80 of file swevent.hxx.
References PTR.
|
inline |
Definition at line 105 of file swevent.hxx.
References SwClient::EndListeningAll(), EVENT_OBJECT_IMAGE, EVENT_OBJECT_IMAGEMAP, EVENT_OBJECT_NONE, EVENT_OBJECT_URLITEM, and PTR.
Referenced by Set(), and SwClientNotify().
|
inline |
Definition at line 117 of file swevent.hxx.
References eType, and EVENT_OBJECT_NONE.
Referenced by SwEditWin::MouseMove().
|
inline |
Definition at line 102 of file swevent.hxx.
|
inline |
|
inline |
Definition at line 87 of file swevent.hxx.
References Add, Clear(), pFormat, and PTR.
Referenced by SwWrtShell::ClickToINetAttr(), SwWrtShell::ClickToINetGrf(), and SwBaseLink::DataChanged().
|
inline |
Definition at line 90 of file swevent.hxx.
References Add, Clear(), EVENT_OBJECT_IMAGEMAP, pFormat, pIMapObj, and PTR.
|
inline |
Definition at line 93 of file swevent.hxx.
References Clear(), EVENT_OBJECT_INETATTR, pINetAttr, and PTR.
|
inlineoverridevirtual |
Reimplemented from SwClient.
Definition at line 119 of file swevent.hxx.
References Clear(), EVENT_OBJECT_IMAGE, EVENT_OBJECT_IMAGEMAP, EVENT_OBJECT_URLITEM, SfxHint::GetId(), SwClient::GetRegisteredIn(), PTR, RES_FMT_CHG(), RES_REMOVE_UNO_OBJECT(), and SwClient::SwClientNotify().
SwCallEventObjectType SwCallMouseEvent::eType |
Definition at line 59 of file swevent.hxx.
Referenced by SwDoc::CallEvent(), HasEvent(), and operator==().
struct { ... } SwCallMouseEvent::IMAP |
Referenced by SwDoc::CallEvent(), and operator==().
const SwFrameFormat* SwCallMouseEvent::pFormat |
Definition at line 63 of file swevent.hxx.
Referenced by SwDoc::CallEvent(), operator==(), and Set().
const IMapObject* SwCallMouseEvent::pIMapObj |
Definition at line 72 of file swevent.hxx.
Referenced by Set().
const SwFormatINetFormat* SwCallMouseEvent::pINetAttr |
Definition at line 66 of file swevent.hxx.
Referenced by SwDoc::CallEvent(), and Set().
union { ... } SwCallMouseEvent::PTR |
Referenced by SwDoc::CallEvent(), Clear(), operator==(), Set(), SwCallMouseEvent(), and SwClientNotify().