Searched refs:aScreenPos (Results 1 – 8 of 8) sorted by relevance
79 Point aScreenPos = pParent->OutputToNormalizedScreenPixel( rSplitPos ); in Splitting() local80 pViewData->GetView()->SnapSplitPos( aScreenPos ); in Splitting()81 Point aNew = pParent->NormalizedScreenToOutputPixel( aScreenPos ); in Splitting()
436 const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( Point() ) ); in getLocationOnScreen() local437 return awt::Point( aScreenPos.X(), aScreenPos.Y() ); in getLocationOnScreen()949 …const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft() )… in getLocationOnScreen() local951 aRet.X = aScreenPos.X(); in getLocationOnScreen()952 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
542 const Point aScreenPos( mpParent->OutputToAbsoluteScreenPixel( Point() ) ); in getLocationOnScreen() local545 aRet.X = aScreenPos.X(); in getLocationOnScreen()546 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()1223 …const Point aScreenPos( mpParent->mrParent.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft()… in getLocationOnScreen() local1225 aRet.X = aScreenPos.X(); in getLocationOnScreen()1226 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
895 aRet.aScreenPos = getScreenPosition( fLogicX_, fLogicY_, fLogicZ_ ); in getScreenPosAndLogicPos()904 return ( rPos1.aScreenPos.getX() < rPos2.aScreenPos.getX() ); in operator ()()912 return ( rPos1.aScreenPos.getY() > rPos2.aScreenPos.getY() ); in operator ()()1143 if( aBestPos.aScreenPos.getX() > aNotSoGoodPos.aScreenPos.getX() ) in get2DAxisMainLine()1150 if( aBestPos.aScreenPos.getY() > aNotSoGoodPos.aScreenPos.getY() ) in get2DAxisMainLine()
104 B2DVector aScreenPos; member
967 Point aScreenPos = GetParent()->OutputToAbsoluteScreenPixel( aPos ); in Show() local968 if ( aScreenPos.X() < 0 ) in Show()970 mnTipOffset = aScreenPos.X(); in Show()
1197 Point aScreenPos = pImpEditView->GetWindowPos( aTempRect.TopLeft() ); in ExecuteSpellPopup() local1198 aScreenPos = pImpEditView->GetWindow()->OutputToScreenPixel( aScreenPos ); in ExecuteSpellPopup()1199 … aTempRect = pImpEditView->GetWindow()->LogicToPixel( Rectangle(aScreenPos, aTempRect.GetSize() )); in ExecuteSpellPopup()
3599 … ::Point aScreenPos = pContainerWindow->OutputToScreenPixel( aNewDockingRect.TopLeft() ); in docking()3600 aNewTrackingRect = awt::Rectangle( aScreenPos.X(), aScreenPos.Y(), in docking()
Completed in 95 milliseconds