Searched refs:aStartRect (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sw/source/core/edit/ |
H A D | edlingu.cxx | 1090 SwRect aStartRect; in GetCorrection() local 1096 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetCorrection() 1100 rSelectRect = aStartRect.Union( aEndRect ); in GetCorrection() 1234 SwRect aStartRect; in GetGrammarCorrection() local 1240 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetGrammarCorrection() 1244 rSelectRect = aStartRect.Union( aEndRect ); in GetGrammarCorrection()
|
/aoo42x/main/editeng/source/uno/ |
H A D | unoedprx.cxx | 794 …Rectangle aStartRect = mrTextForwarder->GetCharBounds( nPara, static_cast< sal_uInt16 >( aIndex.Ge… in GetCharBounds() local 797 aRect = aStartRect; in GetCharBounds() 799 aRect.Move( aStartRect.Left(), aStartRect.Top() ); in GetCharBounds()
|
/aoo42x/main/sc/source/core/tool/ |
H A D | detfunc.cxx | 413 Rectangle aStartRect; in HasArrow() local 416 aStartRect = GetDrawRect( rStart.Col(), rStart.Row() ); in HasArrow() 440 ( !bObjStartAlien && aStartRect.IsInside(pObject->GetPoint(0)) ); in HasArrow()
|
/aoo42x/main/svtools/source/control/ |
H A D | headbar.cxx | 290 Rectangle aStartRect( aStartPos.X()-2, aStartPos.Y()-2, in ImplInvertDrag() local 305 DrawRect( aStartRect ); in ImplInvertDrag()
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | crsrsh.cxx | 3553 SwRect aStartRect; in GetSmartTagTerm() local 3559 pCntntFrame->GetCharRect( aStartRect, *pCrsr->GetPoint(), &aState ); in GetSmartTagTerm() 3563 rSelectRect = aStartRect.Union( aEndRect ); in GetSmartTagTerm()
|
Completed in 71 milliseconds