|
LibreOffice Module sc (master) 1
|
#include <brdcst.hxx>
Public Member Functions | |
| ScHint (SfxHintId n, const ScAddress &a, SCROW rowCount=1) | |
| const ScAddress & | GetStartAddress () const |
| SCROW | GetRowCount () const |
| ScRange | GetRange () const |
| void | SetAddressTab (SCTAB nTab) |
| void | SetAddressCol (SCCOL nCol) |
| void | SetAddressRow (SCROW nRow) |
Public Member Functions inherited from SfxHint | |
| SfxHint () | |
| SfxHint (SfxHintId nId) | |
| virtual | ~SfxHint () |
| SfxHint (SfxHint const &)=default | |
| SfxHint (SfxHint &&)=default | |
| SfxHint & | operator= (SfxHint const &)=default |
| SfxHint & | operator= (SfxHint &&)=default |
| SfxHintId | GetId () const |
Private Attributes | |
| ScAddress | aAddress |
| SCROW | nRowCount |
Definition at line 24 of file brdcst.hxx.
Definition at line 30 of file brdcst.hxx.
|
inline |
Definition at line 33 of file brdcst.hxx.
References aAddress, ScAddress::Col(), nRowCount, ScAddress::Row(), and ScAddress::Tab().
Referenced by ScBroadcastAreaSlot::AreaBroadcast().
|
inline |
Definition at line 32 of file brdcst.hxx.
References nRowCount.
Referenced by ScBroadcastAreaSlotMachine::AreaBroadcast(), ScDocument::BroadcastHintInternal(), ScDBData::Notify(), and sc::FormulaGroupAreaListener::Notify().
|
inline |
Definition at line 31 of file brdcst.hxx.
References aAddress.
Referenced by ScBroadcastAreaSlotMachine::AreaBroadcast(), ScDocument::Broadcast(), ScDocument::BroadcastHintInternal(), ScDBData::Notify(), and sc::FormulaGroupAreaListener::Notify().
|
inline |
Definition at line 36 of file brdcst.hxx.
References aAddress, and ScAddress::SetCol().
|
inline |
Definition at line 37 of file brdcst.hxx.
References aAddress, and ScAddress::SetRow().
Referenced by ScColumn::BroadcastCells(), and ScColumn::MoveTo().
|
inline |
Definition at line 35 of file brdcst.hxx.
References aAddress, and ScAddress::SetTab().
|
private |
Definition at line 26 of file brdcst.hxx.
Referenced by GetRange(), GetStartAddress(), SetAddressCol(), SetAddressRow(), and SetAddressTab().
|
private |
Definition at line 27 of file brdcst.hxx.
Referenced by GetRange(), and GetRowCount().