Lines Matching refs:aRect2
873 Rectangle aRect2 = aRect; in ImplDrawSelect() local
899 DrawRect( aRect2 ); in ImplDrawSelect()
902 ShowFocus( aRect2 ); in ImplDrawSelect()
975 Rectangle aRect2 = mpImpl->mpItemList->GetObject( nItemPos )->maRect; in ImplDrawDropPos() local
979 aRect1 = aRect2; in ImplDrawDropPos()
980 aRect2.SetEmpty(); in ImplDrawDropPos()
991 if ( !aRect1.IsEmpty() || !aRect2.IsEmpty() ) in ImplDrawDropPos()
1012 if ( !aRect2.IsEmpty() ) in ImplDrawDropPos()
1014 Point aPos = aRect2.LeftCenter(); in ImplDrawDropPos()
1029 if ( !aRect2.IsEmpty() ) in ImplDrawDropPos()
1031 Point aPos = aRect2.TopLeft(); in ImplDrawDropPos()
1032 Size aSize = aRect2.GetSize(); in ImplDrawDropPos()