Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx58 …basegfx::B2DRange aTextRange(aTextBound.Left(), aTextBound.Top(), aTextBound.Right(), aTextBound.B… in getCorrectedTextBoundRect() local
62 if(aTextRange != aObjectRange) in getCorrectedTextBoundRect()
98 aTextRange = basegfx::B2DRange( in getCorrectedTextBoundRect()
99aTextRange.getMinX() + aTranslation.getX(), aTextRange.getMinY() + aTranslation.getY(), in getCorrectedTextBoundRect()
100aTextRange.getMaxX() + aTranslation.getX(), aTextRange.getMaxY() + aTranslation.getY()); in getCorrectedTextBoundRect()
104 return aTextRange; in getCorrectedTextBoundRect()
158 const basegfx::B2DRange aTextRange(getCorrectedTextBoundRect()); in createViewIndependentPrimitive2DSequence() local
161 aTextBoxMatrix.scale(aTextRange.getWidth(), aTextRange.getHeight()); in createViewIndependentPrimitive2DSequence()
169 if(aObjectRange != aTextRange) in createViewIndependentPrimitive2DSequence()
173 aTextRange.getMinX() - aObjectRange.getMinimum().getX(), in createViewIndependentPrimitive2DSequence()
[all …]
/AOO41X/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx93 basegfx::B2DRange aTextRange; in create2DDecomposition() local
143 aTextRange = pBlockText->getB2DRange(aViewInformation); in create2DDecomposition()
208 if(aTextRange.getWidth() > fDistance) in create2DDecomposition()
219 if(aTextRange.getWidth() + fSpaceNeededByArrows > fDistance) in create2DDecomposition()
228 if(aTextRange.getWidth() + fSmallArrowNeed > fDistance) in create2DDecomposition()
267 fLenLeft = fStartArrowH + aTextRange.getWidth(); in create2DDecomposition()
271 fLenRight = fEndArrowH + aTextRange.getWidth(); in create2DDecomposition()
290 …const double fHalfLength((fDistance - (aTextRange.getWidth() + (fStartArrowH + fEndArrowH) * 0.25)… in create2DDecomposition()
325 … fTextX = aMainLeft.getX() - (fStartArrowH + aTextRange.getWidth() + fSmall + fHalfLineWidth); in create2DDecomposition()
356 fTextX = aMainLeft.getX() + ((fDistance - aTextRange.getWidth()) * 0.5); in create2DDecomposition()
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunoredline.cxx163 const uno::Reference<text::XTextRange> & aTextRange) in createTextCursorByRange() argument
167 xCursor->gotoRange(aTextRange->getStart(), sal_False); in createTextCursorByRange()
168 xCursor->gotoRange(aTextRange->getEnd(), sal_True); in createTextCursorByRange()
/AOO41X/main/svx/source/svdraw/
H A Dsvdfmtf.cxx499 const basegfx::B2DRange aTextRange(aTextContour.getB2DRange()); in InsertObj() local
503 if(!aClipRange.overlaps(aTextRange)) in InsertObj()
510 if(basegfx::tools::isRectangle(maClip) && aClipRange.isInside(aTextRange)) in InsertObj()
/AOO41X/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1419 const basegfx::B2DRange aTextRange( in proccessMetaTextAction() local
1440 basegfx::B2DPolygon aOutline(basegfx::tools::createPolygonFromRect(aTextRange)); in proccessMetaTextAction()