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

#include <dociter.hxx>

Collaboration diagram for ScDocAttrIterator:
[legend]

Public Member Functions

 ScDocAttrIterator (ScDocument &rDocument, SCTAB nTable, SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2)
 
 ~ScDocAttrIterator ()
 
const ScPatternAttrGetNext (SCCOL &rCol, SCROW &rRow1, SCROW &rRow2)
 

Private Attributes

ScDocumentrDoc
 
SCTAB nTab
 
SCCOL nEndCol
 
SCROW nStartRow
 
SCROW nEndRow
 
SCCOL nCol
 
std::unique_ptr< ScAttrIteratorpColIter
 

Detailed Description

Definition at line 249 of file dociter.hxx.

Constructor & Destructor Documentation

◆ ScDocAttrIterator()

ScDocAttrIterator::ScDocAttrIterator ( ScDocument rDocument,
SCTAB  nTable,
SCCOL  nCol1,
SCROW  nRow1,
SCCOL  nCol2,
SCROW  nRow2 
)

◆ ~ScDocAttrIterator()

ScDocAttrIterator::~ScDocAttrIterator ( )

Definition at line 1584 of file dociter.cxx.

Member Function Documentation

◆ GetNext()

const ScPatternAttr * ScDocAttrIterator::GetNext ( SCCOL rCol,
SCROW rRow1,
SCROW rRow2 
)

Member Data Documentation

◆ nCol

SCCOL ScDocAttrIterator::nCol
private

Definition at line 257 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().

◆ nEndCol

SCCOL ScDocAttrIterator::nEndCol
private

Definition at line 254 of file dociter.hxx.

Referenced by GetNext().

◆ nEndRow

SCROW ScDocAttrIterator::nEndRow
private

Definition at line 256 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().

◆ nStartRow

SCROW ScDocAttrIterator::nStartRow
private

Definition at line 255 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().

◆ nTab

SCTAB ScDocAttrIterator::nTab
private

Definition at line 253 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().

◆ pColIter

std::unique_ptr<ScAttrIterator> ScDocAttrIterator::pColIter
private

Definition at line 259 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().

◆ rDoc

ScDocument& ScDocAttrIterator::rDoc
private

Definition at line 252 of file dociter.hxx.

Referenced by GetNext(), and ScDocAttrIterator().


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