Lines Matching refs:aRect

221 	Rectangle aRect = pItem->maRect;  in ImplFormatItem()  local
225 aRect.Left()++; in ImplFormatItem()
226 aRect.Top()++; in ImplFormatItem()
227 aRect.Right()--; in ImplFormatItem()
228 aRect.Bottom()--; in ImplFormatItem()
233 aRect.Left() += 2; in ImplFormatItem()
234 aRect.Top() += 2; in ImplFormatItem()
235 aRect.Right() -= 2; in ImplFormatItem()
236 aRect.Bottom() -= 2; in ImplFormatItem()
240 aRect.Left()++; in ImplFormatItem()
241 aRect.Top()++; in ImplFormatItem()
242 aRect.Right()--; in ImplFormatItem()
243 aRect.Bottom()--; in ImplFormatItem()
249 aRect = aView.DrawFrame( aRect, mnFrameStyle ); in ImplFormatItem()
256 if ( (aRect.GetHeight() > 0) && (aRect.GetWidth() > 0) ) in ImplFormatItem()
266 maVirDev.DrawRect( aRect ); in ImplFormatItem()
267 Point aTxtPos( aRect.Left()+2, aRect.Top() ); in ImplFormatItem()
274 if ( (aTxtPos.X()+nTxtWidth) > aRect.Right() ) in ImplFormatItem()
276 maVirDev.SetClipRegion( Region( aRect ) ); in ImplFormatItem()
286 maVirDev.DrawRect( aRect ); in ImplFormatItem()
298 maVirDev.DrawRect( aRect ); in ImplFormatItem()
302 UserDrawEvent aUDEvt( &maVirDev, aRect, pItem->mnId ); in ImplFormatItem()
308 Size aRectSize = aRect.GetSize(); in ImplFormatItem()
309 Point aPos( aRect.Left(), aRect.Top() ); in ImplFormatItem()
320 maVirDev.SetClipRegion( Region( aRect ) ); in ImplFormatItem()
336 … const BitmapEx aBlendFrame(createBlendFrame(aRect.GetSize(), nAlpha, rTopLeft, rBottomRight)); in ImplFormatItem()
340 maVirDev.DrawBitmapEx(aRect.TopLeft(), aBlendFrame); in ImplFormatItem()
770 Rectangle aRect = pItem->maRect; in ImplDrawSelect() local
802 ShowFocus( aRect ); in ImplDrawSelect()
810 DrawRect( aRect ); in ImplDrawSelect()
815 aRect.Left() += 3; in ImplDrawSelect()
816 aRect.Top() += 3; in ImplDrawSelect()
817 aRect.Right() -= 3; in ImplDrawSelect()
818 aRect.Bottom() -= 3; in ImplDrawSelect()
821 aRect.Left()++; in ImplDrawSelect()
822 aRect.Top()++; in ImplDrawSelect()
823 aRect.Right()--; in ImplDrawSelect()
824 aRect.Bottom()--; in ImplDrawSelect()
828 ShowFocus( aRect ); in ImplDrawSelect()
830 aRect.Left()++; in ImplDrawSelect()
831 aRect.Top()++; in ImplDrawSelect()
832 aRect.Right()--; in ImplDrawSelect()
833 aRect.Bottom()--; in ImplDrawSelect()
838 aRect.Left()++; in ImplDrawSelect()
839 aRect.Top()++; in ImplDrawSelect()
840 aRect.Right()--; in ImplDrawSelect()
841 aRect.Bottom()--; in ImplDrawSelect()
842 DrawRect( aRect ); in ImplDrawSelect()
843 aRect.Left()++; in ImplDrawSelect()
844 aRect.Top()++; in ImplDrawSelect()
845 aRect.Right()--; in ImplDrawSelect()
846 aRect.Bottom()--; in ImplDrawSelect()
847 DrawRect( aRect ); in ImplDrawSelect()
858 DrawRect( aRect ); in ImplDrawSelect()
862 aRect.Left()++; in ImplDrawSelect()
863 aRect.Top()++; in ImplDrawSelect()
864 aRect.Right()--; in ImplDrawSelect()
865 aRect.Bottom()--; in ImplDrawSelect()
867 DrawRect( aRect ); in ImplDrawSelect()
869 aRect.Left()++; in ImplDrawSelect()
870 aRect.Top()++; in ImplDrawSelect()
871 aRect.Right()--; in ImplDrawSelect()
872 aRect.Bottom()--; in ImplDrawSelect()
873 Rectangle aRect2 = aRect; in ImplDrawSelect()
874 aRect.Left()++; in ImplDrawSelect()
875 aRect.Top()++; in ImplDrawSelect()
876 aRect.Right()--; in ImplDrawSelect()
877 aRect.Bottom()--; in ImplDrawSelect()
879 DrawRect( aRect ); in ImplDrawSelect()
882 aRect.Left()++; in ImplDrawSelect()
883 aRect.Top()++; in ImplDrawSelect()
884 aRect.Right()--; in ImplDrawSelect()
885 aRect.Bottom()--; in ImplDrawSelect()
887 DrawRect( aRect ); in ImplDrawSelect()
913 Rectangle aRect; in ImplHideSelect() local
917 aRect = mpImpl->mpItemList->GetObject( nItemPos )->maRect; in ImplHideSelect()
921 aRect = mpNoneItem->maRect; in ImplHideSelect()
924 if ( !aRect.IsEmpty() ) in ImplHideSelect()
927 Point aPos = aRect.TopLeft(); in ImplHideSelect()
928 Size aSize = aRect.GetSize(); in ImplHideSelect()
2737 Rectangle aRect = mpImpl->mpItemList->GetObject( nPos )->maRect; in ShowDropPos() local
2738 if ( rPos.X() > aRect.Left()+aRect.GetWidth()-(aRect.GetWidth()/4) ) in ShowDropPos()