Searched refs:rXD (Results 1 – 2 of 2) sorted by relevance
1133 const XDash& rXD = GetDashValue(); in QueryValue() local1134 … 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() local1165 … aLineDash.Style = (::com::sun::star::drawing::DashStyle)((sal_uInt16)rXD.GetDashStyle()); in QueryValue()1166 aLineDash.Dots = rXD.GetDots(); in QueryValue()[all …]
437 const XDash& rXD = ((XDashEntry*)pEntry)->GetDash(); in getAny() local441 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()