LibreOffice Module lotuswordpro (master) 1
|
#include <lwptablelayout.hxx>
Public Member Functions | |
XFCellListener (XFCell *pCell) | |
XFCell * | GetCell () |
Public Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Member Functions | |
virtual void | Notify (SfxBroadcaster &, const SfxHint &rHint) override |
Private Attributes | |
XFCell * | m_pCell |
Definition at line 101 of file lwptablelayout.hxx.
|
inline |
Definition at line 104 of file lwptablelayout.hxx.
References m_pCell, and SfxListener::StartListening().
|
inline |
Definition at line 111 of file lwptablelayout.hxx.
References m_pCell.
|
inlineoverrideprivatevirtual |
Reimplemented from SfxListener.
Definition at line 119 of file lwptablelayout.hxx.
References SfxHint::GetId(), and m_pCell.
|
private |
Definition at line 117 of file lwptablelayout.hxx.
Referenced by GetCell(), Notify(), and XFCellListener().