LibreOffice Module sc (master) 1
|
#include <dociter.hxx>
Public Member Functions | |
ScFormulaGroupIterator (ScDocument &rDoc) | |
sc::FormulaGroupEntry * | first () |
sc::FormulaGroupEntry * | next () |
Private Attributes | |
ScDocument & | mrDoc |
SCTAB | mnTab |
SCCOL | mnCol |
bool | mbNullCol |
size_t | mnIndex |
std::vector< sc::FormulaGroupEntry > | maEntries |
Definition at line 185 of file dociter.hxx.
ScFormulaGroupIterator::ScFormulaGroupIterator | ( | ScDocument & | rDoc | ) |
Definition at line 767 of file dociter.cxx.
References ScTable::FetchColumn(), ScDocument::FetchTable(), ScColumn::GetFormulaGroupEntries(), maEntries, mbNullCol, mnCol, mnIndex, mnTab, and mrDoc.
sc::FormulaGroupEntry * ScFormulaGroupIterator::first | ( | ) |
Definition at line 784 of file dociter.cxx.
References next().
Referenced by ScDocument::GetFormulaGroupCount().
sc::FormulaGroupEntry * ScFormulaGroupIterator::next | ( | ) |
Definition at line 789 of file dociter.cxx.
References ScTable::FetchColumn(), ScDocument::FetchTable(), ScColumn::GetFormulaGroupEntries(), ScDocument::GetTableCount(), maEntries, ScDocument::MaxCol(), mbNullCol, mnCol, mnIndex, mnTab, and mrDoc.
Referenced by first(), and ScDocument::GetFormulaGroupCount().
|
private |
Definition at line 193 of file dociter.hxx.
Referenced by next(), and ScFormulaGroupIterator().
|
private |
Definition at line 191 of file dociter.hxx.
Referenced by next(), and ScFormulaGroupIterator().
|
private |
Definition at line 190 of file dociter.hxx.
Referenced by next(), and ScFormulaGroupIterator().
|
private |
Definition at line 192 of file dociter.hxx.
Referenced by next().
|
private |
Definition at line 189 of file dociter.hxx.
Referenced by next(), and ScFormulaGroupIterator().
|
private |
Definition at line 188 of file dociter.hxx.
Referenced by next(), and ScFormulaGroupIterator().