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
1135 aLineDash.Dots = rXD.GetDots(); in QueryValue()
1161 const XDash& rXD = GetDashValue(); in QueryValue() local
1166 aLineDash.Dots = rXD.GetDots(); in QueryValue()
1178 const XDash& rXD = GetDashValue(); in QueryValue() local
1185 const XDash& rXD = GetDashValue(); in QueryValue() local
1186 rVal <<= rXD.GetDots(); in QueryValue()
1193 rVal <<= rXD.GetDotLen(); in QueryValue()
1200 rVal <<= rXD.GetDashes(); in QueryValue()
1207 rVal <<= rXD.GetDashLen(); 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()

Completed in 39 milliseconds