Home
last modified time | relevance | path

Searched refs:getDotDashArray (Results 1 – 11 of 11) sorted by relevance

/trunk/main/drawinglayer/source/attribute/
H A Dsdrlineattribute.cxx86 const ::std::vector< double >& getDotDashArray() const { return maDotDashArray; } in getDotDashArray() function in drawinglayer::attribute::ImpSdrLineAttribute
96 && getDotDashArray() == rCandidate.getDotDashArray()); in operator ==()
234 const ::std::vector< double >& SdrLineAttribute::getDotDashArray() const in getDotDashArray() function in drawinglayer::attribute::SdrLineAttribute
236 return mpSdrLineAttribute->getDotDashArray(); in getDotDashArray()
246 return (0L != getDotDashArray().size()); in isDashed()
H A Dstrokeattribute.cxx56 const ::std::vector< double >& getDotDashArray() const { return maDotDashArray; } in getDotDashArray() function in drawinglayer::attribute::ImpStrokeAttribute
71 return (getDotDashArray() == rCandidate.getDotDashArray() in operator ==()
165 const ::std::vector< double >& StrokeAttribute::getDotDashArray() const in getDotDashArray() function in drawinglayer::attribute::StrokeAttribute
167 return mpStrokeAttribute->getDotDashArray(); in getDotDashArray()
/trunk/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx65 const ::std::vector< double >& getDotDashArray() const;
H A Dsdrlineattribute.hxx79 const ::std::vector< double >& getDotDashArray() const;
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx98 …basegfx::tools::applyLineDashing(getB3DPolygon(), getStrokeAttribute().getDotDashArray(), &aHairLi… in create3DDecomposition()
H A Dsdrdecompositiontools3d.cxx154 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in create3DPolyPolygonLinePrimitives()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx162 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in createPolygonLinePrimitive()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx492 aDashArray = pStrokeAttribute->getDotDashArray(); in impTryToCreateSvtGraphicStroke()
1248 rBasePolygon, rStroke.getDotDashArray(), in processBasePrimitive2D()
H A Dvclpixelprocessor2d.cxx175 rSource.getStrokeAttribute().getDotDashArray(), in tryDrawPolygonStrokePrimitive2DDirect()
H A Dvclprocessor2d.cxx1045 rStrokeAttribute.getDotDashArray(), in RenderPolygonStrokePrimitive2D()
/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx245 aB2DPolygon, getStrokeAttribute().getDotDashArray(), in create2DDecomposition()

Completed in 55 milliseconds