Home
last modified time | relevance | path

Searched refs:aScreenPos (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dtabsplit.cxx79 Point aScreenPos = pParent->OutputToNormalizedScreenPixel( rSplitPos ); in Splitting() local
80 pViewData->GetView()->SnapSplitPos( aScreenPos ); in Splitting()
81 Point aNew = pParent->NormalizedScreenToOutputPixel( aScreenPos ); in Splitting()
/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx436 const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( Point() ) ); in getLocationOnScreen() local
437 return awt::Point( aScreenPos.X(), aScreenPos.Y() ); in getLocationOnScreen()
949 …const Point aScreenPos( mpParent->mrMenu.OutputToAbsoluteScreenPixel( mpParent->maRect.TopLeft() )… in getLocationOnScreen() local
951 aRet.X = aScreenPos.X(); in getLocationOnScreen()
952 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
H A Dvalueacc.cxx542 const Point aScreenPos( mpParent->OutputToAbsoluteScreenPixel( Point() ) ); in getLocationOnScreen() local
545 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() local
1225 aRet.X = aScreenPos.X(); in getLocationOnScreen()
1226 aRet.Y = aScreenPos.Y(); in getLocationOnScreen()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx895 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()
H A DVCartesianAxis.hxx104 B2DVector aScreenPos; member
/trunk/main/extensions/source/update/ui/
H A Dupdatecheckui.cxx967 Point aScreenPos = GetParent()->OutputToAbsoluteScreenPixel( aPos ); in Show() local
968 if ( aScreenPos.X() < 0 ) in Show()
970 mnTipOffset = aScreenPos.X(); in Show()
/trunk/main/editeng/source/editeng/
H A Deditview.cxx1197 Point aScreenPos = pImpEditView->GetWindowPos( aTempRect.TopLeft() ); in ExecuteSpellPopup() local
1198 aScreenPos = pImpEditView->GetWindow()->OutputToScreenPixel( aScreenPos ); in ExecuteSpellPopup()
1199 … aTempRect = pImpEditView->GetWindow()->LogicToPixel( Rectangle(aScreenPos, aTempRect.GetSize() )); in ExecuteSpellPopup()
/trunk/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.cxx3599 … ::Point aScreenPos = pContainerWindow->OutputToScreenPixel( aNewDockingRect.TopLeft() ); in docking()
3600 aNewTrackingRect = awt::Rectangle( aScreenPos.X(), aScreenPos.Y(), in docking()

Completed in 100 milliseconds