Lines Matching refs:getLineAttribute
251 if(!getLineAttribute().isDefault() && getLineAttribute().getWidth()) in create2DDecomposition()
254 const double fHalfLineWidth(getLineAttribute().getWidth() / 2.0); in create2DDecomposition()
255 const basegfx::B2DLineJoin aLineJoin(getLineAttribute().getLineJoin()); in create2DDecomposition()
256 … const com::sun::star::drawing::LineCap aLineCap(getLineAttribute().getLineCap()); in create2DDecomposition()
282 : getLineAttribute().getColor()); in create2DDecomposition()
295 getLineAttribute().getColor())); in create2DDecomposition()
334 && getLineAttribute() == rCompare.getLineAttribute() in operator ==()
345 if(getLineAttribute().getWidth()) in getB2DRange()
349 if(basegfx::B2DLINEJOIN_MITER == getLineAttribute().getLineJoin()) in getB2DRange()
356 …if(!bUseDecomposition && com::sun::star::drawing::LineCap_SQUARE == getLineAttribute().getLineCap(… in getB2DRange()
376 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
426 …const Primitive2DReference xRef(new PolygonStrokePrimitive2D(aWaveline, getLineAttribute(), getStr… in create2DDecomposition()
432 …const Primitive2DReference xRef(new PolygonStrokePrimitive2D(getB2DPolygon(), getLineAttribute(), … in create2DDecomposition()
506 if(basegfx::fTools::more(getLineAttribute().getWidth(), 0.0)) in getB2DRange()
508 aRetval.grow(getLineAttribute().getWidth() * 0.5); in getB2DRange()
579 aLocalPolygon, getLineAttribute(), getStrokeAttribute())); in create2DDecomposition()
586 aArrowA, getLineAttribute().getColor())); in create2DDecomposition()
594 aArrowB, getLineAttribute().getColor())); in create2DDecomposition()