Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/xoutdev/
H A Dxattr.cxx1133 const XDash& rXD = GetDashValue(); in QueryValue() local
1134 … aLineDash.Style = (::com::sun::star::drawing::DashStyle)((sal_uInt16)rXD.GetDashStyle()); in QueryValue()
1135 aLineDash.Dots = rXD.GetDots(); in QueryValue()
1136 aLineDash.DotLen = rXD.GetDotLen(); in QueryValue()
1137 aLineDash.Dashes = rXD.GetDashes(); in QueryValue()
1138 aLineDash.DashLen = rXD.GetDashLen(); in QueryValue()
1139 aLineDash.Distance = rXD.GetDistance(); in QueryValue()
1161 const XDash& rXD = GetDashValue(); in QueryValue() local
1165 … aLineDash.Style = (::com::sun::star::drawing::DashStyle)((sal_uInt16)rXD.GetDashStyle()); in QueryValue()
1166 aLineDash.Dots = rXD.GetDots(); in QueryValue()
[all …]
/AOO42X/main/svx/source/unodraw/
H A DXPropertyTable.cxx437 const XDash& rXD = ((XDashEntry*)pEntry)->GetDash(); in getAny() local
441 aLineDash.Style = (::com::sun::star::drawing::DashStyle)((sal_uInt16)rXD.GetDashStyle()); in getAny()
442 aLineDash.Dots = rXD.GetDots(); in getAny()
443 aLineDash.DotLen = rXD.GetDotLen(); in getAny()
444 aLineDash.Dashes = rXD.GetDashes(); in getAny()
445 aLineDash.DashLen = rXD.GetDashLen(); in getAny()
446 aLineDash.Distance = rXD.GetDistance(); in getAny()