Lines Matching refs:aTextRange
95 basegfx::B2DRange aTextRange; in create2DDecomposition() local
145 aTextRange = pBlockText->getB2DRange(aViewInformation); in create2DDecomposition()
210 if(aTextRange.getWidth() > fDistance) in create2DDecomposition()
221 if(aTextRange.getWidth() + fSpaceNeededByArrows > fDistance) in create2DDecomposition()
230 if(aTextRange.getWidth() + fSmallArrowNeed > fDistance) in create2DDecomposition()
269 fLenLeft = fStartArrowH + aTextRange.getWidth(); in create2DDecomposition()
273 fLenRight = fEndArrowH + aTextRange.getWidth(); in create2DDecomposition()
292 …const double fHalfLength((fDistance - (aTextRange.getWidth() + (fStartArrowH + fEndArrowH) * 0.25)… in create2DDecomposition()
327 fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()
358 fTextX = aMainLeft.getX() + ((fDistance - aTextRange.getWidth()) * 0.5); in create2DDecomposition()
371 fTextY = aMainLeft.getY() - (aTextRange.getHeight() + fSmall + fHalfLineWidth); in create2DDecomposition()
392 fTextY = aMainLeft.getY() - (aTextRange.getHeight() * 0.5); in create2DDecomposition()
421 aChange.translate(fTextX - aTextRange.getMinX(), fTextY - aTextRange.getMinY()); in create2DDecomposition()