Lines Matching refs:getBottomLine
210 const SvxBorderLine& getBottomLine() const { return maBottomLine; } in getBottomLine() function in drawinglayer::primitive2d::SdrBorderlinePrimitive2D
302 const double fExtendIE(getInnerExtend(getBottomLine(), true)); in create2DDecomposition()
315 fExtendOE = getOuterExtend(getBottomLine()); in create2DDecomposition()
335 if(!getBottomLine().isEmpty()) in create2DDecomposition()
364 getChangedValue(getBottomLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
365 getChangedValue(getBottomLine().GetDistance(), getInTwips()), in create2DDecomposition()
366 getChangedValue(getBottomLine().GetInWidth(), getInTwips()), in create2DDecomposition()
373 getBottomLine().GetColor().getBColor())); in create2DDecomposition()
386 const double fExtendIE(getInnerExtend(getBottomLine(), true)); in create2DDecomposition()
399 fExtendOE = getOuterExtend(getBottomLine()); in create2DDecomposition()
473 && getBottomLine() == rCompare.getBottomLine() in operator ==()