Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Ddociter.cxx1970 pNextEnd = new SCROW[nEndCol-nStartCol+1]; in ScHorizontalAttrIterator()
1996 pNextEnd[nPos] = nThisEnd; in ScHorizontalAttrIterator()
2008 delete[] pNextEnd; in ~ScHorizontalAttrIterator()
2048 if ( pNextEnd[nPos] < nRow ) in GetNext()
2062 pNextEnd[nPos] = nThisEnd; in GetNext()
2065 DBG_ASSERT( pNextEnd[nPos] >= nRow, "not sorted" ); in GetNext()
2070 pNextEnd[nPos] = MAXROW; in GetNext()
2081 SCROW nSkipTo = pNextEnd[0]; // search next sector in GetNext()
2083 if ( pNextEnd[i] < nSkipTo ) in GetNext()
2084 nSkipTo = pNextEnd[i]; in GetNext()
/trunk/main/sc/inc/
H A Ddociter.hxx492 SCROW* pNextEnd; member in ScHorizontalAttrIterator

Completed in 37 milliseconds