LibreOffice Module sc (master) 1
Public Member Functions | Static Public Attributes | Private Attributes | List of all members
ScRowBreakIterator Class Reference

#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
 

Detailed Description

Definition at line 426 of file dociter.hxx.

Constructor & Destructor Documentation

◆ ScRowBreakIterator()

ScRowBreakIterator::ScRowBreakIterator ( ::std::set< SCROW > &  rBreaks)
explicit

Definition at line 1763 of file dociter.cxx.

References begin, end, and maEnd.

Member Function Documentation

◆ first()

SCROW ScRowBreakIterator::first ( )

Definition at line 1769 of file dociter.cxx.

References maEnd, maItr, mrBreaks, and NOT_FOUND.

◆ next()

SCROW ScRowBreakIterator::next ( )

Definition at line 1775 of file dociter.cxx.

References maEnd, maItr, and NOT_FOUND.

Member Data Documentation

◆ maEnd

::std::set<SCROW>::const_iterator ScRowBreakIterator::maEnd
private

Definition at line 438 of file dociter.hxx.

Referenced by first(), and next().

◆ maItr

::std::set<SCROW>::const_iterator ScRowBreakIterator::maItr
private

Definition at line 437 of file dociter.hxx.

Referenced by first(), and next().

◆ mrBreaks

::std::set<SCROW>& ScRowBreakIterator::mrBreaks
private

Definition at line 436 of file dociter.hxx.

Referenced by first().

◆ NOT_FOUND

constexpr SCROW ScRowBreakIterator::NOT_FOUND = -1
staticconstexpr

Definition at line 429 of file dociter.hxx.

Referenced by sc::PrintPageRanges::calculate(), first(), and next().


The documentation for this class was generated from the following files: