Searched refs:getDotDashArray (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | sdrlineattribute.cxx | 86 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 D | strokeattribute.cxx | 56 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()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | strokeattribute.hxx | 65 const ::std::vector< double >& getDotDashArray() const;
|
H A D | sdrlineattribute.hxx | 79 const ::std::vector< double >& getDotDashArray() const;
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygonprimitive3d.cxx | 98 …basegfx::tools::applyLineDashing(getB3DPolygon(), getStrokeAttribute().getDotDashArray(), &aHairLi… in create3DDecomposition()
|
H A D | sdrdecompositiontools3d.cxx | 154 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in create3DPolyPolygonLinePrimitives()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 133 …const attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen… in createPolygonLinePrimitive()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polygonprimitive2d.cxx | 245 aB2DPolygon, getStrokeAttribute().getDotDashArray(), in create2DDecomposition()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclmetafileprocessor2d.cxx | 492 aDashArray = pStrokeAttribute->getDotDashArray(); in impTryToCreateSvtGraphicStroke() 1248 rBasePolygon, rStroke.getDotDashArray(), in processBasePrimitive2D()
|
H A D | vclpixelprocessor2d.cxx | 175 rSource.getStrokeAttribute().getDotDashArray(), in tryDrawPolygonStrokePrimitive2DDirect()
|
H A D | vclprocessor2d.cxx | 1045 rStrokeAttribute.getDotDashArray(), in RenderPolygonStrokePrimitive2D()
|
Completed in 87 milliseconds