Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx968 sal_uInt16 nLastCellInfoY = nCellInfoY; in FillInfo() local
969 while( (sal::static_int_cast<SCSIZE>(nLastCellInfoY + 1) < nArrCount) && in FillInfo()
970 (pRowInfo[ nLastCellInfoY + 1 ].nRowNo <= nLastRealDocRow) ) in FillInfo()
971 ++nLastCellInfoY; in FillInfo()
972 …SCROW nLastDocRow = (nLastCellInfoY > 0) ? pRowInfo[ nLastCellInfoY ].nRowNo : static_cast< SCROW … in FillInfo()
973 size_t nLastRow = static_cast< size_t >( nLastCellInfoY ); in FillInfo()

Completed in 12 milliseconds