Home
last modified time | relevance | path

Searched refs:nDownIndex (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx1585 SCSIZE nDownIndex = nThisIndex; // zeigt auf die Zelle in GetDataEntries() local
1587 ++nDownIndex; // Startzelle ueberspringen in GetDataEntries()
1589 while ( nUpIndex || nDownIndex < nCount ) in GetDataEntries()
1616 if ( nDownIndex < nCount ) // nach unten in GetDataEntries()
1618 ScBaseCell* pCell = pItems[nDownIndex].pCell; in GetDataEntries()
1638 ++nDownIndex; in GetDataEntries()

Completed in 23 milliseconds