Searched refs:nCellRow1 (Results 1 – 1 of 1) sorted by relevance
2251 SCROW nCellRow1 = GetDocPos( tdRow, nRow ) + rFirstPos.Row(); in ApplyCellBorders() local2252 SCROW nCellRow2 = nCellRow1 + GetDocSize( tdRow, nRow ) - 1; in ApplyCellBorders()2257 for( SCROW nCellRow = nCellRow1; nCellRow <= nCellRow2; ++nCellRow ) in ApplyCellBorders()2259 aBorderItem.SetLine( (nCellRow == nCellRow1) ? pTopLine : 0, BOX_LINE_TOP ); in ApplyCellBorders()
Completed in 35 milliseconds