LibreOffice Module sc (master) 1
|
#include <pntlock.hxx>
Public Member Functions | |
ScPaintLockData () | |
~ScPaintLockData () | |
void | AddRange (const ScRange &rRange, PaintPartFlags nP) |
void | SetModified () |
void | IncLevel (bool bDoc) |
void | DecLevel (bool bDoc) |
const ScRangeListRef & | GetRangeList () const |
PaintPartFlags | GetParts () const |
sal_uInt16 | GetLevel (bool bDoc) const |
bool | GetModified () const |
void | SetDocLevel (sal_uInt16 nNew) |
for recovery after reset More... | |
Private Attributes | |
ScRangeListRef | xRangeList |
sal_uInt16 | nLevel |
sal_uInt16 | nDocLevel |
PaintPartFlags | nParts |
bool | bModified |
Definition at line 24 of file pntlock.hxx.
ScPaintLockData::ScPaintLockData | ( | ) |
Definition at line 22 of file pntlock.cxx.
ScPaintLockData::~ScPaintLockData | ( | ) |
Definition at line 30 of file pntlock.cxx.
void ScPaintLockData::AddRange | ( | const ScRange & | rRange, |
PaintPartFlags | nP | ||
) |
Definition at line 34 of file pntlock.cxx.
References tools::SvRef< typename T >::is(), nParts, and xRangeList.
|
inline |
Definition at line 42 of file pntlock.hxx.
|
inline |
Definition at line 47 of file pntlock.hxx.
|
inline |
Definition at line 49 of file pntlock.hxx.
References bModified.
|
inline |
Definition at line 46 of file pntlock.hxx.
References nParts.
|
inline |
Definition at line 45 of file pntlock.hxx.
References xRangeList.
|
inline |
Definition at line 40 of file pntlock.hxx.
|
inline |
|
inline |
Definition at line 39 of file pntlock.hxx.
References bModified.
|
private |
Definition at line 31 of file pntlock.hxx.
Referenced by GetModified(), and SetModified().
|
private |
Definition at line 29 of file pntlock.hxx.
Referenced by DecLevel(), GetLevel(), IncLevel(), and SetDocLevel().
|
private |
Definition at line 28 of file pntlock.hxx.
Referenced by DecLevel(), GetLevel(), and IncLevel().
|
private |
Definition at line 30 of file pntlock.hxx.
Referenced by AddRange(), and GetParts().
|
private |
Definition at line 27 of file pntlock.hxx.
Referenced by AddRange(), and GetRangeList().