Home
last modified time | relevance | path

Searched refs:rSvxLine (Results 1 – 3 of 3) sorted by last modified time

/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx127 sal_Bool lcl_LineToSvxLine(const table::BorderLine& rLine, SvxBorderLine& rSvxLine) in lcl_LineToSvxLine() argument
129 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()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx1941 …vxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConver… in LineToSvxLine() argument
1943 rSvxLine.SetColor( Color(rLine.Color)); in LineToSvxLine()
1944rSvxLine.SetInWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.InnerLineWidth) : rLine.InnerLineW… in LineToSvxLine()
1945rSvxLine.SetOutWidth( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.OuterLineWidth) : rLine.OuterLine… in LineToSvxLine()
1946rSvxLine.SetDistance( sal_uInt16( bConvert ? MM100_TO_TWIP(rLine.LineDistance ) : rLine.LineDista… in LineToSvxLine()
/trunk/main/editeng/inc/editeng/
H A Dboxitem.hxx106 …vxLine(const ::com::sun::star::table::BorderLine& rLine, SvxBorderLine& rSvxLine, sal_Bool bConver…

Completed in 91 milliseconds