Home
last modified time | relevance | path

Searched refs:getLineAttribute (Results 1 – 13 of 13) sorted by relevance

/trunk/main/drawinglayer/source/primitive2d/
H A Dpolygonprimitive2d.cxx251 if(!getLineAttribute().isDefault() && getLineAttribute().getWidth()) in create2DDecomposition()
254 const double fHalfLineWidth(getLineAttribute().getWidth() / 2.0); in create2DDecomposition()
282 : getLineAttribute().getColor()); in create2DDecomposition()
295 getLineAttribute().getColor())); in create2DDecomposition()
334 && getLineAttribute() == rCompare.getLineAttribute() in operator ==()
345 if(getLineAttribute().getWidth()) in getB2DRange()
376 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
506 if(basegfx::fTools::more(getLineAttribute().getWidth(), 0.0)) in getB2DRange()
508 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
586 aArrowA, getLineAttribute().getColor())); in create2DDecomposition()
[all …]
H A Dpolypolygonprimitive2d.cxx198 … aPolyPolygon.getB2DPolygon(a), getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
237 && getLineAttribute() == rCompare.getLineAttribute() in operator ==()
250 if(getLineAttribute().getWidth()) in getB2DRange()
252 aRetval.grow(getLineAttribute().getWidth() / 2.0); in getB2DRange()
287 … new PolygonStrokePrimitive2D(aPolygon, getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
292 new PolygonStrokeArrowPrimitive2D(aPolygon, getLineAttribute(), in create2DDecomposition()
/trunk/main/drawinglayer/source/primitive3d/
H A Dpolygonprimitive3d.cxx104 if(getLineAttribute().getWidth()) in create3DDecomposition()
107 const double fRadius(getLineAttribute().getWidth() / 2.0); in create3DDecomposition()
108 const basegfx::B2DLineJoin aLineJoin(getLineAttribute().getLineJoin()); in create3DDecomposition()
109 … const com::sun::star::drawing::LineCap aLineCap(getLineAttribute().getLineCap()); in create3DDecomposition()
117 getLineAttribute().getColor(), in create3DDecomposition()
130 …const Primitive3DReference xRef(new PolygonHairlinePrimitive3D(aCandidate, getLineAttribute().getC… in create3DDecomposition()
167 && getLineAttribute() == rCompare.getLineAttribute() in operator ==()
/trunk/main/svx/source/sdr/attribute/
H A Dsdrformtextoutlineattribute.cxx59 const LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::attribute::ImpSdrFormTextOutlineAttribute
66 return (getLineAttribute() == rCandidate.getLineAttribute() in operator ==()
163 const LineAttribute& SdrFormTextOutlineAttribute::getLineAttribute() const in getLineAttribute() function in drawinglayer::attribute::SdrFormTextOutlineAttribute
165 return mpSdrFormTextOutlineAttribute->getLineAttribute(); in getLineAttribute()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclpixelprocessor2d.cxx189 rSource.getLineAttribute().getColor())); in tryDrawPolygonStrokePrimitive2DDirect()
195 double fLineWidth(rSource.getLineAttribute().getWidth()); in tryDrawPolygonStrokePrimitive2DDirect()
220 rSource.getLineAttribute().getLineJoin(), in tryDrawPolygonStrokePrimitive2DDirect()
221 rSource.getLineAttribute().getLineCap())) in tryDrawPolygonStrokePrimitive2DDirect()
H A Dvclmetafileprocessor2d.cxx1216 … aLeft, rStrokePrimitive.getLineAttribute(), rStrokePrimitive.getStrokeAttribute()); in processBasePrimitive2D()
1218 … aRight, rStrokePrimitive.getLineAttribute(), rStrokePrimitive.getStrokeAttribute()); in processBasePrimitive2D()
1228 &rStrokePrimitive.getLineAttribute(), in processBasePrimitive2D()
1233 const attribute::LineAttribute& rLine = rStrokePrimitive.getLineAttribute(); in processBasePrimitive2D()
1301 rStrokeArrowPrimitive.getLineAttribute(), in processBasePrimitive2D()
1307 rStrokeArrowPrimitive.getLineAttribute(), in processBasePrimitive2D()
1320 &rStrokeArrowPrimitive.getLineAttribute(), in processBasePrimitive2D()
H A Dhittestprocessor2d.cxx339 const attribute::LineAttribute& rLineAttribute = rPolygonCandidate.getLineAttribute(); in processBasePrimitive2D()
384 if(basegfx::fTools::more(rPolygonCandidate.getLineAttribute().getWidth(), 0.0)) in processBasePrimitive2D()
386 fLogicHitTolerance += rPolygonCandidate.getLineAttribute().getWidth() * 0.5; in processBasePrimitive2D()
H A Dvclprocessor2d.cxx1021 const attribute::LineAttribute& rLineAttribute = rPolygonStrokeCandidate.getLineAttribute(); in RenderPolygonStrokePrimitive2D()
/trunk/main/svx/inc/svx/sdr/attribute/
H A Dsdrformtextoutlineattribute.hxx67 const LineAttribute& getLineAttribute() const;
/trunk/main/drawinglayer/inc/drawinglayer/primitive3d/
H A Dpolygonprimitive3d.hxx121 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive3d::PolygonStrokePrimitive3D
/trunk/main/drawinglayer/inc/drawinglayer/primitive2d/
H A Dpolygonprimitive2d.hxx190 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive2d::PolygonStrokePrimitive2D
H A Dpolypolygonprimitive2d.hxx184 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D
/trunk/main/svx/source/svdraw/
H A Dsvdotextpathdecomposition.cxx633 rOutlineAttribute.getLineAttribute(), in impAddPathTextOutlines()

Completed in 99 milliseconds