Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2119 SwRect aStRect, aEndRect; in CalcFrmRects() local
2125 pEndFrm->GetCharRect( aEndRect, *pEndPos, &aTmpState ); in CalcFrmRects()
2225 SwRect aTmp( aEndRect ); in CalcFrmRects()
2261 … || ( pEnd2Pos->aPortion.*fnRectX->fnGetBottom )() == ( aEndRect.*fnRectX->fnGetBottom )() ) in CalcFrmRects()
2274 if ( ( aEndRect.*fnRectX->fnGetTop )() != nTmp ) in CalcFrmRects()
2279 if ( ( aEndRect.*fnRectX->fnGetTop )() != in CalcFrmRects()
2294 aEndRect = pEnd2Pos->aLine; in CalcFrmRects()
2295 ( aEndRect.*fnRectX->fnSetLeft )( bEndR2L ? in CalcFrmRects()
2298 ( aEndRect.*fnRectX->fnSetWidth )( 1 ); in CalcFrmRects()
2330 SwRect aTmp( aEndRect ); in CalcFrmRects()
[all …]
/AOO41X/main/sw/source/core/edit/
H A Dedlingu.cxx1098 SwRect aEndRect; in GetCorrection() local
1099 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetCorrection()
1100 rSelectRect = aStartRect.Union( aEndRect ); in GetCorrection()
1242 SwRect aEndRect; in GetGrammarCorrection() local
1243 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetGrammarCorrection()
1244 rSelectRect = aStartRect.Union( aEndRect ); in GetGrammarCorrection()
/AOO41X/main/sc/source/core/tool/
H A Ddetfunc.cxx414 Rectangle aEndRect; in HasArrow() local
418 aEndRect = GetDrawRect( nEndCol, nEndRow ); in HasArrow()
442 ( !bObjEndAlien && aEndRect.IsInside(pObject->GetPoint(1)) ); in HasArrow()
/AOO41X/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3553 SwRect aEndRect; in GetSmartTagTerm() local
3554 pCntntFrame->GetCharRect( aEndRect, *pCrsr->GetPoint(),&aState ); in GetSmartTagTerm()
3555 rSelectRect = aStartRect.Union( aEndRect ); in GetSmartTagTerm()