Searched refs:aOuterLine (Results 1 – 1 of 1) sorted by relevance
2234 SvxBorderLine aOuterLine, aInnerLine; in ApplyCellBorders() local2235 aOuterLine.SetColor( Color( COL_BLACK ) ); in ApplyCellBorders()2236 aOuterLine.SetOutWidth( nOuterLine ); in ApplyCellBorders()2243 SvxBorderLine* pLeftLine = (nCol == 0) ? &aOuterLine : &aInnerLine; in ApplyCellBorders()2244 SvxBorderLine* pRightLine = (nCol == nLastCol) ? &aOuterLine : &aInnerLine; in ApplyCellBorders()2249 SvxBorderLine* pTopLine = (nRow == 0) ? &aOuterLine : &aInnerLine; in ApplyCellBorders()2250 SvxBorderLine* pBottomLine = (nRow == nLastRow) ? &aOuterLine : &aInnerLine; in ApplyCellBorders()
Completed in 28 milliseconds