Lines Matching refs:getTopLine
212 const SvxBorderLine& getTopLine() const { return maTopLine; } in getTopLine() function in drawinglayer::primitive2d::SdrBorderlinePrimitive2D
301 const double fExtendIS(getInnerExtend(getTopLine(), false)); in create2DDecomposition()
310 fExtendOS = getOuterExtend(getTopLine()); in create2DDecomposition()
385 const double fExtendIS(getInnerExtend(getTopLine(), false)); in create2DDecomposition()
394 fExtendOS = getOuterExtend(getTopLine()); in create2DDecomposition()
419 if(!getTopLine().isEmpty()) in create2DDecomposition()
448 getChangedValue(getTopLine().GetOutWidth(), getInTwips()), in create2DDecomposition()
449 getChangedValue(getTopLine().GetDistance(), getInTwips()), in create2DDecomposition()
450 getChangedValue(getTopLine().GetInWidth(), getInTwips()), in create2DDecomposition()
457 getTopLine().GetColor().getBColor())); in create2DDecomposition()
475 && getTopLine() == rCompare.getTopLine() in operator ==()