Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx930 SvxBorderLine aLn( &aColor, DEF_LINE_WIDTH_0 ); in SwTableAutoFmtTbl() local
931 aBox.SetLine( &aLn, BOX_LINE_LEFT ); in SwTableAutoFmtTbl()
932 aBox.SetLine( &aLn, BOX_LINE_BOTTOM ); in SwTableAutoFmtTbl()
936 aBox.SetLine( i <= 3 ? &aLn : 0, BOX_LINE_TOP ); in SwTableAutoFmtTbl()
937 aBox.SetLine( (3 == ( i & 3 )) ? &aLn : 0, BOX_LINE_RIGHT ); in SwTableAutoFmtTbl()

Completed in 20 milliseconds