Searched refs:nDownIndex (Results 1 – 1 of 1) sorted by relevance
1585 SCSIZE nDownIndex = nThisIndex; // zeigt auf die Zelle in GetDataEntries() local1587 ++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 27 milliseconds