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

#include <dociter.hxx>

Collaboration diagram for ScFormulaGroupIterator:
[legend]

Public Member Functions

 ScFormulaGroupIterator (ScDocument &rDoc)
 
sc::FormulaGroupEntryfirst ()
 
sc::FormulaGroupEntrynext ()
 

Private Attributes

ScDocumentmrDoc
 
SCTAB mnTab
 
SCCOL mnCol
 
bool mbNullCol
 
size_t mnIndex
 
std::vector< sc::FormulaGroupEntrymaEntries
 

Detailed Description

Definition at line 185 of file dociter.hxx.

Constructor & Destructor Documentation

◆ ScFormulaGroupIterator()

ScFormulaGroupIterator::ScFormulaGroupIterator ( ScDocument rDoc)

Member Function Documentation

◆ first()

sc::FormulaGroupEntry * ScFormulaGroupIterator::first ( )

Definition at line 784 of file dociter.cxx.

References next().

Referenced by ScDocument::GetFormulaGroupCount().

◆ next()

sc::FormulaGroupEntry * ScFormulaGroupIterator::next ( )

Member Data Documentation

◆ maEntries

std::vector<sc::FormulaGroupEntry> ScFormulaGroupIterator::maEntries
private

Definition at line 193 of file dociter.hxx.

Referenced by next(), and ScFormulaGroupIterator().

◆ mbNullCol

bool ScFormulaGroupIterator::mbNullCol
private

Definition at line 191 of file dociter.hxx.

Referenced by next(), and ScFormulaGroupIterator().

◆ mnCol

SCCOL ScFormulaGroupIterator::mnCol
private

Definition at line 190 of file dociter.hxx.

Referenced by next(), and ScFormulaGroupIterator().

◆ mnIndex

size_t ScFormulaGroupIterator::mnIndex
private

Definition at line 192 of file dociter.hxx.

Referenced by next().

◆ mnTab

SCTAB ScFormulaGroupIterator::mnTab
private

Definition at line 189 of file dociter.hxx.

Referenced by next(), and ScFormulaGroupIterator().

◆ mrDoc

ScDocument& ScFormulaGroupIterator::mrDoc
private

Definition at line 188 of file dociter.hxx.

Referenced by next(), and ScFormulaGroupIterator().


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