LibreOffice Module sc (master) 1
|
#include <markarr.hxx>
Public Member Functions | |
ScMarkArrayIter (const ScMarkArray *pNewArray) | |
bool | Next (SCROW &rTop, SCROW &rBottom) |
void | reset (const ScMarkArray *pNewArray) |
Private Attributes | |
const ScMarkArray * | pArray |
SCSIZE | nPos |
Definition at line 78 of file markarr.hxx.
ScMarkArrayIter::ScMarkArrayIter | ( | const ScMarkArray * | pNewArray | ) |
Definition at line 429 of file markarr.cxx.
References nPos.
Definition at line 441 of file markarr.cxx.
References ScMarkArray::mvData, nPos, and pArray.
Referenced by ScMultiSelIter::Next(), and ScMultiSelIter::ScMultiSelIter().
void ScMarkArrayIter::reset | ( | const ScMarkArray * | pNewArray | ) |
Definition at line 435 of file markarr.cxx.
Referenced by ScMultiSelIter::ScMultiSelIter().
|
private |
Definition at line 81 of file markarr.hxx.
|
private |
Definition at line 80 of file markarr.hxx.