Searched refs:nFirstCellInfoY (Results 1 – 1 of 1) sorted by relevance
960 sal_uInt16 nFirstCellInfoY = nCellInfoY; in FillInfo() local961 … while( ((nFirstCellInfoY > 1) && (pRowInfo[ nFirstCellInfoY - 1 ].nRowNo >= nFirstRealDocRow)) || in FillInfo()962 … ((nFirstCellInfoY == 1) && (static_cast< SCROW >( nY1 - 1 ) >= nFirstRealDocRow)) ) in FillInfo()963 --nFirstCellInfoY; in FillInfo()964 …SCROW nFirstDocRow = (nFirstCellInfoY > 0) ? pRowInfo[ nFirstCellInfoY ].nRowNo : static_cast< SCR… in FillInfo()965 nFirstRow = static_cast< size_t >( nFirstCellInfoY ); in FillInfo()
Completed in 18 milliseconds