Lines Matching refs:rXD

1133 			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()
1167 aLineDash.DotLen = rXD.GetDotLen(); in QueryValue()
1168 aLineDash.Dashes = rXD.GetDashes(); in QueryValue()
1169 aLineDash.DashLen = rXD.GetDashLen(); in QueryValue()
1170 aLineDash.Distance = rXD.GetDistance(); in QueryValue()
1178 const XDash& rXD = GetDashValue(); in QueryValue() local
1179 rVal <<= (::com::sun::star::drawing::DashStyle)((sal_Int16)rXD.GetDashStyle()); in QueryValue()
1185 const XDash& rXD = GetDashValue(); in QueryValue() local
1186 rVal <<= rXD.GetDots(); in QueryValue()
1192 const XDash& rXD = GetDashValue(); in QueryValue() local
1193 rVal <<= rXD.GetDotLen(); in QueryValue()
1199 const XDash& rXD = GetDashValue(); in QueryValue() local
1200 rVal <<= rXD.GetDashes(); in QueryValue()
1206 const XDash& rXD = GetDashValue(); in QueryValue() local
1207 rVal <<= rXD.GetDashLen(); in QueryValue()
1213 const XDash& rXD = GetDashValue(); in QueryValue() local
1214 rVal <<= rXD.GetDistance(); in QueryValue()