LibreOffice Module sc (master) 1
|
#include <TableFillingAndNavigationTools.hxx>
Public Member Functions | |
DataCellIterator (const ScRange &aInputRange, bool aByColumn) | |
bool | hasNext () const |
ScAddress | get () |
void | next () |
ScAddress | getRelative (int aDelta) |
Private Attributes | |
ScRange | mInputRange |
bool | mByColumn |
SCCOL | mCol |
SCROW | mRow |
Definition at line 91 of file TableFillingAndNavigationTools.hxx.
DataCellIterator::DataCellIterator | ( | const ScRange & | aInputRange, |
bool | aByColumn | ||
) |
Definition at line 229 of file TableFillingAndNavigationTools.cxx.
References ScRange::aStart, ScAddress::Col(), mCol, mRow, and ScAddress::Row().
ScAddress DataCellIterator::get | ( | ) |
Definition at line 257 of file TableFillingAndNavigationTools.cxx.
References getRelative().
Referenced by ScExponentialSmoothingDialog::ApplyOutput().
Definition at line 262 of file TableFillingAndNavigationTools.cxx.
References ScRange::aEnd, ScRange::aStart, ScAddress::Col(), mByColumn, mCol, mInputRange, mRow, ScAddress::Row(), ScAddress::SetInvalid(), and ScAddress::Tab().
Referenced by ScMovingAverageDialog::ApplyOutput(), and get().
bool DataCellIterator::hasNext | ( | ) | const |
Definition at line 241 of file TableFillingAndNavigationTools.cxx.
References ScRange::aEnd, ScAddress::Col(), mByColumn, mCol, mInputRange, mRow, and ScAddress::Row().
Referenced by ScExponentialSmoothingDialog::ApplyOutput(), and ScMovingAverageDialog::ApplyOutput().
void DataCellIterator::next | ( | ) |
Definition at line 249 of file TableFillingAndNavigationTools.cxx.
References mByColumn, mCol, and mRow.
Referenced by ScExponentialSmoothingDialog::ApplyOutput(), and ScMovingAverageDialog::ApplyOutput().
|
private |
Definition at line 95 of file TableFillingAndNavigationTools.hxx.
Referenced by getRelative(), hasNext(), and next().
|
private |
Definition at line 96 of file TableFillingAndNavigationTools.hxx.
Referenced by DataCellIterator(), getRelative(), hasNext(), and next().
|
private |
Definition at line 94 of file TableFillingAndNavigationTools.hxx.
Referenced by getRelative(), and hasNext().
|
private |
Definition at line 97 of file TableFillingAndNavigationTools.hxx.
Referenced by DataCellIterator(), getRelative(), hasNext(), and next().