LibreOffice Module svx (master)
1
|
This is the complete list of members for XDash, including all inherited members.
CreateDotDashArray(::std::vector< double > &rDotDashArray, double fLineWidth) const | XDash | |
eDash | XDash | private |
GetDashes() const | XDash | inline |
GetDashLen() const | XDash | inline |
GetDashStyle() const | XDash | inline |
GetDistance() const | XDash | inline |
GetDotLen() const | XDash | inline |
GetDots() const | XDash | inline |
nDashes | XDash | private |
nDashLen | XDash | private |
nDistance | XDash | private |
nDotLen | XDash | private |
nDots | XDash | private |
operator==(const XDash &rDash) const | XDash | |
SetDashes(sal_uInt16 nNewDashes) | XDash | inline |
SetDashLen(sal_uInt32 nNewDashLen) | XDash | inline |
SetDashStyle(css::drawing::DashStyle eNewStyle) | XDash | inline |
SetDistance(sal_uInt32 nNewDistance) | XDash | inline |
SetDotLen(sal_uInt32 nNewDotLen) | XDash | inline |
SetDots(sal_uInt16 nNewDots) | XDash | inline |
XDash(css::drawing::DashStyle eDash=css::drawing::DashStyle_RECT, sal_uInt16 nDots=1, sal_uInt32 nDotLen=20, sal_uInt16 nDashes=1, sal_uInt32 nDashLen=20, sal_uInt32 nDistance=20) | XDash |