Lines Matching refs:aR
1307 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseButtonDown() local
1308 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonDown()
1309 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonDown()
1310 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonDown()
1311 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonDown()
1339 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseButtonUp() local
1340 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseButtonUp()
1341 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseButtonUp()
1342 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseButtonUp()
1343 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseButtonUp()
1371 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in MouseMove() local
1372 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in MouseMove()
1373 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in MouseMove()
1374 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in MouseMove()
1375 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in MouseMove()
1407 Rectangle aR(pWin->LogicToPixel(pTextEditOutlinerView->GetOutputArea())); in Command() local
1408 if (aPixPos.X()<aR.Left ()) aPixPos.X()=aR.Left (); in Command()
1409 if (aPixPos.X()>aR.Right ()) aPixPos.X()=aR.Right (); in Command()
1410 if (aPixPos.Y()<aR.Top ()) aPixPos.Y()=aR.Top (); in Command()
1411 if (aPixPos.Y()>aR.Bottom()) aPixPos.Y()=aR.Bottom(); in Command()