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(double nNewDashLen) | XDash | inline |
SetDashStyle(css::drawing::DashStyle eNewStyle) | XDash | inline |
SetDistance(double nNewDistance) | XDash | inline |
SetDotLen(double nNewDotLen) | XDash | inline |
SetDots(sal_uInt16 nNewDots) | XDash | inline |
XDash(css::drawing::DashStyle eDash=css::drawing::DashStyle_RECT, sal_uInt16 nDots=1, double nDotLen=20, sal_uInt16 nDashes=1, double nDashLen=20, double nDistance=20) | XDash |