Home
last modified time | relevance | path

Searched refs:getFullDotDashLen (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/drawinglayer/source/attribute/
H A Dstrokeattribute.cxx57 double getFullDotDashLen() const in getFullDotDashLen() function in drawinglayer::attribute::ImpStrokeAttribute
72 && getFullDotDashLen() == rCandidate.getFullDotDashLen()); in operator ==()
170 double StrokeAttribute::getFullDotDashLen() const in getFullDotDashLen() function in drawinglayer::attribute::StrokeAttribute
172 return mpStrokeAttribute->getFullDotDashLen(); in getFullDotDashLen()
H A Dsdrlineattribute.cxx87 double getFullDotDashLen() const { return mfFullDotDashLen; } in getFullDotDashLen() function in drawinglayer::attribute::ImpSdrLineAttribute
239 double SdrLineAttribute::getFullDotDashLen() const in getFullDotDashLen() function in drawinglayer::attribute::SdrLineAttribute
241 return mpSdrLineAttribute->getFullDotDashLen(); in getFullDotDashLen()
/aoo4110/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx91 if(0.0 == getStrokeAttribute().getFullDotDashLen()) in create3DDecomposition()
98 …Attribute().getDotDashArray(), &aHairLinePolyPolygon, 0, getStrokeAttribute().getFullDotDashLen()); in create3DDecomposition()
H A Dsdrdecompositiontools3d.cxx154 …st attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen()); in create3DPolyPolygonLinePrimitives()
/aoo4110/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx236 if(getStrokeAttribute().isDefault() || 0.0 == getStrokeAttribute().getFullDotDashLen()) in create2DDecomposition()
246 &aHairLinePolyPolygon, 0, getStrokeAttribute().getFullDotDashLen()); in create2DDecomposition()
/aoo4110/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx165 …Source.getStrokeAttribute().isDefault() || 0.0 == rSource.getStrokeAttribute().getFullDotDashLen()) in tryDrawPolygonStrokePrimitive2DDirect()
178 rSource.getStrokeAttribute().getFullDotDashLen()); in tryDrawPolygonStrokePrimitive2DDirect()
H A Dvclprocessor2d.cxx1036 if(0.0 == rStrokeAttribute.getFullDotDashLen()) in RenderPolygonStrokePrimitive2D()
1046 &aHairlinePolyPolygon, 0, rStrokeAttribute.getFullDotDashLen()); in RenderPolygonStrokePrimitive2D()
H A Dvclmetafileprocessor2d.cxx1241 if(0.0 == rStroke.getFullDotDashLen()) in processBasePrimitive2D()
1249 &aHairLinePolyPolygon, 0, rStroke.getFullDotDashLen()); in processBasePrimitive2D()
/aoo4110/main/drawinglayer/inc/drawinglayer/attribute/
H A Dstrokeattribute.hxx66 double getFullDotDashLen() const;
H A Dsdrlineattribute.hxx80 double getFullDotDashLen() const;
/aoo4110/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx133 …st attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen()); in createPolygonLinePrimitive()
/aoo4110/main/svx/source/customshapes/
H A DEnhancedCustomShape3d.cxx430 … bNeedToConvertToContour = (0.0 < aLine.getWidth() || 0.0 != aLine.getFullDotDashLen()); in Create3DObject()

Completed in 84 milliseconds