LibreOffice Module sc (master) 1
|
#include <dociter.hxx>
Public Member Functions | |
ScRowBreakIterator (::std::set< SCROW > &rBreaks) | |
SCROW | first () |
SCROW | next () |
Static Public Attributes | |
static constexpr SCROW | NOT_FOUND = -1 |
Private Attributes | |
::std::set< SCROW > & | mrBreaks |
::std::set< SCROW >::const_iterator | maItr |
::std::set< SCROW >::const_iterator | maEnd |
Definition at line 426 of file dociter.hxx.
|
explicit |
Definition at line 1763 of file dociter.cxx.
SCROW ScRowBreakIterator::first | ( | ) |
SCROW ScRowBreakIterator::next | ( | ) |
Definition at line 1775 of file dociter.cxx.
|
private |
Definition at line 438 of file dociter.hxx.
|
private |
Definition at line 437 of file dociter.hxx.
|
private |
Definition at line 436 of file dociter.hxx.
Referenced by first().
|
staticconstexpr |
Definition at line 429 of file dociter.hxx.
Referenced by sc::PrintPageRanges::calculate(), first(), and next().