Home
last modified time | relevance | path

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

/aoo42x/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 can setted equal in this location in ScHorizontalAttrIterator()
2001 nRow = nSkipTo; // jump to next area end in ScHorizontalAttrIterator()
2081 SCROW nSkipTo = pNextEnd[0]; // search next sector in GetNext() local
2083 if ( pNextEnd[i] < nSkipTo ) in GetNext()
2084 nSkipTo = pNextEnd[i]; in GetNext()
2085 nRow = nSkipTo; // skip empty lines in GetNext()

Completed in 27 milliseconds