Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dfillinfo.cxx960 sal_uInt16 nFirstCellInfoY = nCellInfoY; in FillInfo() local
961 … 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 15 milliseconds