Lines Matching refs:rLineStartEnd

55 … const attribute::SdrLineStartEndAttribute& rLineStartEnd = getSdrLSTAttribute().getLineStartEnd();  in impCreatePart()  local
62 if(rLineStartEnd.isDefault() || (!bLeftActive && !bRightActive)) in impCreatePart()
75 rLineStartEnd); in impCreatePart()
80 …bLeftActive ? rLineStartEnd.getStartPolyPolygon() : aEmpty, bRightActive ? rLineStartEnd.getEndPol… in impCreatePart()
81 …bLeftActive ? rLineStartEnd.getStartWidth() : 0.0, bRightActive ? rLineStartEnd.getEndWidth() : 0.… in impCreatePart()
82 …bLeftActive ? rLineStartEnd.isStartActive() : false, bRightActive ? rLineStartEnd.isEndActive() : … in impCreatePart()
83 …bLeftActive ? rLineStartEnd.isStartCentered() : false, bRightActive? rLineStartEnd.isEndCentered()… in impCreatePart()
153 … const attribute::SdrLineStartEndAttribute& rLineStartEnd = getSdrLSTAttribute().getLineStartEnd(); in create2DDecomposition() local
159 if(!rLineStartEnd.isDefault()) in create2DDecomposition()
161 if(rLineStartEnd.isStartActive()) in create2DDecomposition()
163 …const basegfx::B2DRange aArrowRange(basegfx::tools::getRange(rLineStartEnd.getStartPolyPolygon())); in create2DDecomposition()
164 fStartArrowW = rLineStartEnd.getStartWidth(); in create2DDecomposition()
167 if(rLineStartEnd.isStartCentered()) in create2DDecomposition()
173 if(rLineStartEnd.isEndActive()) in create2DDecomposition()
175 … const basegfx::B2DRange aArrowRange(basegfx::tools::getRange(rLineStartEnd.getEndPolyPolygon())); in create2DDecomposition()
176 fEndArrowW = rLineStartEnd.getEndWidth(); in create2DDecomposition()
179 if(rLineStartEnd.isEndCentered()) in create2DDecomposition()