Searched refs:nCellCol1 (Results 1 – 1 of 1) sorted by relevance
2245 SCCOL nCellCol1 = static_cast< SCCOL >( GetDocPos( tdCol, nCol ) ) + rFirstPos.Col(); in ApplyCellBorders() local2246 SCCOL nCellCol2 = nCellCol1 + static_cast< SCCOL >( GetDocSize( tdCol, nCol ) ) - 1; in ApplyCellBorders()2253 for( SCCOL nCellCol = nCellCol1; nCellCol <= nCellCol2; ++nCellCol ) in ApplyCellBorders()2255 aBorderItem.SetLine( (nCellCol == nCellCol1) ? pLeftLine : 0, BOX_LINE_LEFT ); in ApplyCellBorders()
Completed in 13 milliseconds