Searched refs:rSvxLine (Results 1 – 3 of 3) sorted by relevance
106 …vxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConver…
1941 …vxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConver… in LineToSvxLine() argument1943 rSvxLine.SetColor( Color(rLine.Color)); in LineToSvxLine()1944 …rSvxLine.SetInWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.InnerLineWidth) : rLine.InnerLineW… in LineToSvxLine()1945 …rSvxLine.SetOutWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.OuterLineWidth) : rLine.OuterLine… in LineToSvxLine()1946 …rSvxLine.SetDistance( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.LineDistance ) : rLine.LineDista… in LineToSvxLine()
127 sal_Bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSvxLine) in lcl_LineToSvxLine() argument129 rSvxLine.SetColor( Color(rLine.Color)); in lcl_LineToSvxLine()130 rSvxLine.SetInWidth( MM100_TO_TWIP( rLine.InnerLineWidth ) ); in lcl_LineToSvxLine()131 rSvxLine.SetOutWidth(MM100_TO_TWIP( rLine.OuterLineWidth ) ); in lcl_LineToSvxLine()132 rSvxLine.SetDistance(MM100_TO_TWIP( rLine.LineDistance ) ); in lcl_LineToSvxLine()
Completed in 105 milliseconds