Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx2234 SvxBorderLine aOuterLine, aInnerLine; in ApplyCellBorders() local
2237 aInnerLine.SetColor( Color( COL_BLACK ) ); in ApplyCellBorders()
2238 aInnerLine.SetOutWidth( nInnerLine ); 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 24 milliseconds