/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | polygonprimitive2d.cxx | 251 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 D | polypolygonprimitive2d.cxx | 198 … 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()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | polygonprimitive3d.cxx | 104 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 ==()
|
/aoo41x/main/svx/source/sdr/attribute/ |
H A D | sdrformtextoutlineattribute.cxx | 59 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()
|
/aoo41x/main/drawinglayer/source/processor2d/ |
H A D | vclpixelprocessor2d.cxx | 189 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 D | vclmetafileprocessor2d.cxx | 1216 … 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 D | hittestprocessor2d.cxx | 339 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 D | vclprocessor2d.cxx | 1021 const attribute::LineAttribute& rLineAttribute = rPolygonStrokeCandidate.getLineAttribute(); in RenderPolygonStrokePrimitive2D()
|
/aoo41x/main/svx/inc/svx/sdr/attribute/ |
H A D | sdrformtextoutlineattribute.hxx | 67 const LineAttribute& getLineAttribute() const;
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive3d/ |
H A D | polygonprimitive3d.hxx | 121 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive3d::PolygonStrokePrimitive3D
|
/aoo41x/main/drawinglayer/inc/drawinglayer/primitive2d/ |
H A D | polygonprimitive2d.hxx | 190 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive2d::PolygonStrokePrimitive2D
|
H A D | polypolygonprimitive2d.hxx | 184 const attribute::LineAttribute& getLineAttribute() const { return maLineAttribute; } in getLineAttribute() function in drawinglayer::primitive2d::PolyPolygonStrokePrimitive2D
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotextpathdecomposition.cxx | 633 rOutlineAttribute.getLineAttribute(), in impAddPathTextOutlines()
|