Home
last modified time | relevance | path

Searched refs:fDistanceForTextR (Results 1 – 1 of 1) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx78 double fDistanceForTextL, fDistanceForTextT, fDistanceForTextR, fDistanceForTextB; in getTextAnchorRange() local
83 fDistanceForTextR = nTextRightDistance; in getTextAnchorRange()
90 fDistanceForTextR = rText.getTextUpperDistance(); in getTextAnchorRange()
97 fDistanceForTextR = rText.getTextLowerDistance(); in getTextAnchorRange()
102 const basegfx::B2DPoint aBottomRight(rSnapRange.getMaxX() - fDistanceForTextR, in getTextAnchorRange()