LibreOffice Module sc (master)
1
|
#include <segmenttree.hxx>
Public Member Functions | |
ForwardIterator (ScFlatUInt16RowSegments &rSegs) | |
bool | getValue (SCROW nPos, sal_uInt16 &rVal) |
SCROW | getLastPos () const |
Private Attributes | |
ScFlatUInt16RowSegments & | mrSegs |
SCROW | mnCurPos |
SCROW | mnLastPos |
sal_uInt16 | mnCurValue |
Definition at line 123 of file segmenttree.hxx.
|
explicit |
Definition at line 506 of file segmenttree.cxx.
|
inline |
Definition at line 129 of file segmenttree.hxx.
References mnLastPos.
Referenced by ScTable::UpdatePageBreaks().
bool ScFlatUInt16RowSegments::ForwardIterator::getValue | ( | SCROW | nPos, |
sal_uInt16 & | rVal | ||
) |
Definition at line 511 of file segmenttree.cxx.
References ScFlatUInt16RowSegments::RangeData::mnRow2, and ScFlatUInt16RowSegments::RangeData::mnValue.
Referenced by ScTable::UpdatePageBreaks().
|
private |
Definition at line 134 of file segmenttree.hxx.
|
private |
Definition at line 136 of file segmenttree.hxx.
|
private |
Definition at line 135 of file segmenttree.hxx.
Referenced by getLastPos().
|
private |
Definition at line 132 of file segmenttree.hxx.