Searched refs:aTextRange (Results 1 – 5 of 5) sorted by relevance
62 if(aTextRange != aObjectRange) in getCorrectedTextBoundRect()98 aTextRange = basegfx::B2DRange( in getCorrectedTextBoundRect()99 … aTextRange.getMinX() + aTranslation.getX(), aTextRange.getMinY() + aTranslation.getY(), in getCorrectedTextBoundRect()100 … aTextRange.getMaxX() + aTranslation.getX(), aTextRange.getMaxY() + aTranslation.getY()); in getCorrectedTextBoundRect()104 return aTextRange; in getCorrectedTextBoundRect()158 const basegfx::B2DRange aTextRange(getCorrectedTextBoundRect()); in createViewIndependentPrimitive2DSequence() local161 aTextBoxMatrix.scale(aTextRange.getWidth(), aTextRange.getHeight()); in createViewIndependentPrimitive2DSequence()169 if(aObjectRange != aTextRange) in createViewIndependentPrimitive2DSequence()180 ( aTextRange.getWidth() / 2 ) + ( aTextRange.getMinX() - aObjectRange.getMinimum().getX() ), in createViewIndependentPrimitive2DSequence()181 … ( aTextRange.getHeight() / 2 ) + ( aTextRange.getMinY() - aObjectRange.getMinimum().getY() ) ); in createViewIndependentPrimitive2DSequence()[all …]
95 basegfx::B2DRange aTextRange; in create2DDecomposition() local145 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()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()[all …]
163 const uno::Reference<text::XTextRange> & aTextRange) in createTextCursorByRange() argument167 xCursor->gotoRange(aTextRange->getStart(), sal_False); in createTextCursorByRange()168 xCursor->gotoRange(aTextRange->getEnd(), sal_True); in createTextCursorByRange()
502 const basegfx::B2DRange aTextRange(aTextContour.getB2DRange()); in InsertObj() local506 if(!aClipRange.overlaps(aTextRange)) in InsertObj()513 if(basegfx::tools::isRectangle(maClip) && aClipRange.isInside(aTextRange)) in InsertObj()
1419 const basegfx::B2DRange aTextRange( in proccessMetaTextAction() local1440 basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(aTextRange)); in proccessMetaTextAction()
Completed in 41 milliseconds