Searched refs:nLastCellInfoY (Results 1 – 1 of 1) sorted by relevance
968 sal_uInt16 nLastCellInfoY = nCellInfoY; in FillInfo() local969 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 21 milliseconds