Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/core/data/
H A Ddociter.cxx1973 SCROW nSkipTo = MAXROW; in ScHorizontalAttrIterator() local
1989 if ( nThisEnd < nSkipTo ) in ScHorizontalAttrIterator()
1990 nSkipTo = nThisEnd; // nSkipTo kann gleich hier gesetzt werden in ScHorizontalAttrIterator()
2001 nRow = nSkipTo; // bis zum naechsten Bereichsende ueberspringen in ScHorizontalAttrIterator()
2081 SCROW nSkipTo = pNextEnd[0]; // naechstes Bereichsende suchen in GetNext() local
2083 if ( pNextEnd[i] < nSkipTo ) in GetNext()
2084 nSkipTo = pNextEnd[i]; in GetNext()
2085 nRow = nSkipTo; // leere Zeilen ueberspringen in GetNext()

Completed in 24 milliseconds