|
LibreOffice Module sc (master) 1
|
#include <hints.hxx>
Public Member Functions | |
| ScUpdateRefHint (UpdateRefMode eMode, const ScRange &rR, SCCOL nX, SCROW nY, SCTAB nZ) | |
| virtual | ~ScUpdateRefHint () override |
| UpdateRefMode | GetMode () const |
| const ScRange & | GetRange () const |
| SCCOL | GetDx () const |
| SCROW | GetDy () const |
| SCTAB | GetDz () const |
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 | |
| UpdateRefMode | eUpdateRefMode |
| ScRange | aRange |
| SCCOL | nDx |
| SCROW | nDy |
| SCTAB | nDz |
| ScUpdateRefHint::ScUpdateRefHint | ( | UpdateRefMode | eMode, |
| const ScRange & | rR, | ||
| SCCOL | nX, | ||
| SCROW | nY, | ||
| SCTAB | nZ | ||
| ) |
|
inline |
Definition at line 61 of file hints.hxx.
References nDx.
Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().
|
inline |
Definition at line 62 of file hints.hxx.
References nDy.
Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().
|
inline |
Definition at line 63 of file hints.hxx.
References nDz.
Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().
|
inline |
Definition at line 59 of file hints.hxx.
References eUpdateRefMode.
Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().
|
inline |
Definition at line 60 of file hints.hxx.
References aRange.
Referenced by ScCellsEnumeration::Notify(), and ScChart2DataSequence::Notify().
|
private |
Definition at line 49 of file hints.hxx.
Referenced by GetRange().
|
private |