LibreOffice Module sc (master) 1
|
#include <hints.hxx>
Public Member Functions | |
ScPaintHint ()=delete | |
ScPaintHint (const ScRange &rRng, PaintPartFlags nPaint) | |
virtual | ~ScPaintHint () override |
SCCOL | GetStartCol () const |
SCROW | GetStartRow () const |
SCTAB | GetStartTab () const |
SCCOL | GetEndCol () const |
SCROW | GetEndRow () const |
SCTAB | GetEndTab () const |
PaintPartFlags | GetParts () 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 | |
ScRange | aRange |
PaintPartFlags | nParts |
|
delete |
ScPaintHint::ScPaintHint | ( | const ScRange & | rRng, |
PaintPartFlags | nPaint | ||
) |
|
inline |
Definition at line 40 of file hints.hxx.
References ScRange::aEnd, and ScAddress::Col().
|
inline |
Definition at line 41 of file hints.hxx.
References ScRange::aEnd, and ScAddress::Row().
|
inline |
Definition at line 42 of file hints.hxx.
References ScRange::aEnd, and ScAddress::Tab().
|
inline |
|
inline |
Definition at line 37 of file hints.hxx.
References ScRange::aStart, and ScAddress::Col().
|
inline |
Definition at line 38 of file hints.hxx.
References ScRange::aStart, and ScAddress::Row().
|
inline |
Definition at line 39 of file hints.hxx.
References ScRange::aStart, and ScAddress::Tab().
|
private |