LibreOffice Module sc (master)
1
|
#include <brdcst.hxx>
Public Member Functions | |
ScHint (SfxHintId n, const ScAddress &a) | |
const ScAddress & | GetAddress () const |
ScAddress & | GetAddress () |
![]() | |
SfxHint () | |
SfxHint (SfxHintId nId) | |
virtual | ~SfxHint () COVERITY_NOEXCEPT_FALSE |
SfxHint (SfxHint const &)=default | |
SfxHint (SfxHint &&)=default | |
SfxHint & | operator= (SfxHint const &)=default |
SfxHint & | operator= (SfxHint &&)=default |
SfxHintId | GetId () const |
Private Attributes | |
ScAddress | aAddress |
Definition at line 25 of file brdcst.hxx.
Definition at line 22 of file brdcst.cxx.
|
inline |
Definition at line 31 of file brdcst.hxx.
References aAddress.
Referenced by ScBroadcastAreaSlot::AreaBroadcast(), ScBroadcastAreaSlotMachine::AreaBroadcast(), ScDocument::Broadcast(), ScColumn::BroadcastBroadcasters(), ScTable::BroadcastBroadcasters(), ScColumn::BroadcastCells(), ScColumn::MoveTo(), and ScDBData::Notify().
|
inline |
Definition at line 32 of file brdcst.hxx.
References aAddress.
|
private |
Definition at line 27 of file brdcst.hxx.
Referenced by GetAddress().