Home
last modified time | relevance | path

Searched refs:aTextRange (Results 1 – 5 of 5) sorted by last modified time

/trunk/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()
/trunk/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()
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx502 const basegfx::B2DRange aTextRange(aTextContour.getB2DRange()); in InsertObj() local
506 if(!aClipRange.overlaps(aTextRange)) in InsertObj()
513 if(basegfx::tools::isRectangle(maClip) && aClipRange.isInside(aTextRange)) in InsertObj()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx95 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()
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 …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrobjcustomshape.cxx62 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()
180 ( aTextRange.getWidth() / 2 ) + ( aTextRange.getMinX() - aObjectRange.getMinimum().getX() ), in createViewIndependentPrimitive2DSequence()
181 … ( aTextRange.getHeight() / 2 ) + ( aTextRange.getMinY() - aObjectRange.getMinimum().getY() ) ); in createViewIndependentPrimitive2DSequence()
[all …]

Completed in 62 milliseconds