Searched refs:getFullDotDashLen (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/drawinglayer/source/attribute/ |
H A D | strokeattribute.cxx | 57 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 D | sdrlineattribute.cxx | 87 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()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygonprimitive3d.cxx | 91 if(0.0 == getStrokeAttribute().getFullDotDashLen()) in create3DDecomposition() 98 …Attribute().getDotDashArray(), &aHairLinePolyPolygon, 0, getStrokeAttribute().getFullDotDashLen()); in create3DDecomposition()
|
H A D | sdrdecompositiontools3d.cxx | 154 …st attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen()); in create3DPolyPolygonLinePrimitives()
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polygonprimitive2d.cxx | 236 if(getStrokeAttribute().isDefault() || 0.0 == getStrokeAttribute().getFullDotDashLen()) in create2DDecomposition() 246 &aHairLinePolyPolygon, 0, getStrokeAttribute().getFullDotDashLen()); in create2DDecomposition()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 165 …Source.getStrokeAttribute().isDefault() || 0.0 == rSource.getStrokeAttribute().getFullDotDashLen()) in tryDrawPolygonStrokePrimitive2DDirect() 178 rSource.getStrokeAttribute().getFullDotDashLen()); in tryDrawPolygonStrokePrimitive2DDirect()
|
H A D | vclprocessor2d.cxx | 1036 if(0.0 == rStrokeAttribute.getFullDotDashLen()) in RenderPolygonStrokePrimitive2D() 1046 &aHairlinePolyPolygon, 0, rStrokeAttribute.getFullDotDashLen()); in RenderPolygonStrokePrimitive2D()
|
H A D | vclmetafileprocessor2d.cxx | 1241 if(0.0 == rStroke.getFullDotDashLen()) in processBasePrimitive2D() 1249 &aHairLinePolyPolygon, 0, rStroke.getFullDotDashLen()); in processBasePrimitive2D()
|
/aoo41x/main/drawinglayer/inc/drawinglayer/attribute/ |
H A D | strokeattribute.hxx | 66 double getFullDotDashLen() const;
|
H A D | sdrlineattribute.hxx | 80 double getFullDotDashLen() const;
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrdecompositiontools.cxx | 133 …st attribute::StrokeAttribute aStrokeAttribute(rLine.getDotDashArray(), rLine.getFullDotDashLen()); in createPolygonLinePrimitive()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape3d.cxx | 430 … bNeedToConvertToContour = (0.0 < aLine.getWidth() || 0.0 != aLine.getFullDotDashLen()); in Create3DObject()
|
Completed in 73 milliseconds