Home
last modified time | relevance | path

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

/aoo41x/main/sc/source/filter/html/
H A Dhtmlpars.cxx2251 SCROW nCellRow1 = GetDocPos( tdRow, nRow ) + rFirstPos.Row(); in ApplyCellBorders() local
2252 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 72 milliseconds