Home
last modified time | relevance | path

Searched refs:aPixPos (Results 1 – 23 of 23) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdedxv.cxx1895 if (aPixPos.X() < aR.Left()) in MouseButtonUp()
1896 aPixPos.setX(aR.Left()); in MouseButtonUp()
1897 if (aPixPos.X() > aR.Right()) in MouseButtonUp()
1898 aPixPos.setX(aR.Right()); in MouseButtonUp()
1899 if (aPixPos.Y() < aR.Top()) in MouseButtonUp()
1900 aPixPos.setY(aR.Top()); in MouseButtonUp()
1938 if (aPixPos.X() < aR.Left()) in MouseMove()
1939 aPixPos.setX(aR.Left()); in MouseMove()
1940 if (aPixPos.X() > aR.Right()) in MouseMove()
1942 if (aPixPos.Y() < aR.Top()) in MouseMove()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdedxv.cxx1906 if (aPixPos.X() < aR.Left()) in MouseButtonUp()
1907 aPixPos.setX(aR.Left()); in MouseButtonUp()
1908 if (aPixPos.X() > aR.Right()) in MouseButtonUp()
1909 aPixPos.setX(aR.Right()); in MouseButtonUp()
1910 if (aPixPos.Y() < aR.Top()) in MouseButtonUp()
1911 aPixPos.setY(aR.Top()); in MouseButtonUp()
1953 if (aPixPos.X() < aR.Left()) in MouseMove()
1954 aPixPos.setX(aR.Left()); in MouseMove()
1955 if (aPixPos.X() > aR.Right()) in MouseMove()
1957 if (aPixPos.Y() < aR.Top()) in MouseMove()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfupoor.cxx70 void FuPoor::ForceScroll(const Point& aPixPos) in ForceScroll() argument
78 if ( aPixPos.X() <= 0 ) dx = -1; in ForceScroll()
79 if ( aPixPos.X() >= aSize.Width() ) dx = 1; in ForceScroll()
80 if ( aPixPos.Y() <= 0 ) dy = -1; in ForceScroll()
81 if ( aPixPos.Y() >= aSize.Height() ) dy = 1; in ForceScroll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfupoor.cxx70 void FuPoor::ForceScroll(const Point& aPixPos) in ForceScroll() argument
78 if ( aPixPos.X() <= 0 ) dx = -1; in ForceScroll()
79 if ( aPixPos.X() >= aSize.Width() ) dx = 1; in ForceScroll()
80 if ( aPixPos.Y() <= 0 ) dy = -1; in ForceScroll()
81 if ( aPixPos.Y() >= aSize.Height() ) dy = 1; in ForceScroll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/crsr/
H A DFormFieldButton.cxx59 Point aPixPos = GetPosPixel(); in MouseButtonUp() local
60 aPixPos.AdjustY(GetSizePixel().Height()); in MouseButtonUp()
67 tools::Rectangle aRect(GetParent()->OutputToScreenPixel(aPixPos), Size(0, 0)); in MouseButtonUp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/access/
H A Daccdoc.cxx255 Point aPixPos( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ).TopLeft() ); in getLocation() local
256 awt::Point aLoc( aPixPos.getX(), aPixPos.getY() ); in getLocation()
271 Point aPixPos( pWin->GetWindowExtentsRelative( nullptr ).TopLeft() ); in getLocationOnScreen() local
272 awt::Point aLoc( aPixPos.getX(), aPixPos.getY() ); in getLocationOnScreen()
H A Dacccontext.cxx833 Point aPixPos( GetMap()->CoreToPixel( aLogBounds ).TopLeft() ); in getAccessibleAtPoint() local
834 aPixPoint.setX(aPixPoint.getX() + aPixPos.getX()); in getAccessibleAtPoint()
835 aPixPoint.setY(aPixPoint.getY() + aPixPos.getY()); in getAccessibleAtPoint()
940 Point aPixPos(aRect.X, aRect.Y); in getLocationOnScreen() local
948 aPixPos = pWin->OutputToAbsoluteScreenPixel(aPixPos); in getLocationOnScreen()
949 awt::Point aPoint(aPixPos.getX(), aPixPos.getY()); in getLocationOnScreen()
H A Daccpara.cxx2119 Point aPixPos( GetMap()->CoreToPixel( aLogBounds ).TopLeft() ); in getIndexAtPoint() local
2120 aPoint.setX(aPoint.getX() + aPixPos.getX()); in getIndexAtPoint()
2121 aPoint.setY(aPoint.getY() + aPixPos.getY()); in getIndexAtPoint()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/access/
H A Daccdoc.cxx256 Point aPixPos( pWin->GetWindowExtentsRelative( pWin->GetAccessibleParentWindow() ).TopLeft() ); in getLocation() local
257 awt::Point aLoc( aPixPos.getX(), aPixPos.getY() ); in getLocation()
272 Point aPixPos( pWin->GetWindowExtentsRelative( nullptr ).TopLeft() ); in getLocationOnScreen() local
273 awt::Point aLoc( aPixPos.getX(), aPixPos.getY() ); in getLocationOnScreen()
H A Dacccontext.cxx831 Point aPixPos( GetMap()->CoreToPixel( aLogBounds.SVRect() ).TopLeft() ); in getAccessibleAtPoint() local
832 aPixPoint.setX(aPixPoint.getX() + aPixPos.getX()); in getAccessibleAtPoint()
833 aPixPoint.setY(aPixPoint.getY() + aPixPos.getY()); in getAccessibleAtPoint()
938 Point aPixPos(aRect.X, aRect.Y); in getLocationOnScreen() local
946 aPixPos = pWin->OutputToAbsoluteScreenPixel(aPixPos); in getLocationOnScreen()
947 awt::Point aPoint(aPixPos.getX(), aPixPos.getY()); in getLocationOnScreen()
H A Daccpara.cxx2118 Point aPixPos( GetMap()->CoreToPixel( aLogBounds.SVRect() ).TopLeft() ); in getIndexAtPoint() local
2119 aPoint.setX(aPoint.getX() + aPixPos.getX()); in getIndexAtPoint()
2120 aPoint.setY(aPoint.getY() + aPixPos.getY()); in getIndexAtPoint()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dclipping.cxx677 const Point aPixPos( LogicToPixel( rPos ) ); in SaveBackground() local
680 aClip.Intersect( tools::Rectangle( aPixPos, LogicToPixel( rSize ) ) ); in SaveBackground()
689 aClip.Move( aPixOffset.X() - aPixPos.X(), aPixOffset.Y() - aPixPos.Y() ); in SaveBackground()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dclipping.cxx679 const Point aPixPos( LogicToPixel( rPos ) ); in SaveBackground() local
682 aClip.Intersect( tools::Rectangle( aPixPos, LogicToPixel( rSize ) ) ); in SaveBackground()
691 aClip.Move( aPixOffset.X() - aPixPos.X(), aPixOffset.Y() - aPixPos.Y() ); in SaveBackground()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dfupoor.hxx51 void ForceScroll(const Point& aPixPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dfupoor.hxx52 void ForceScroll(const Point& aPixPos);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A Dfupoor.hxx155 void ForceScroll(const Point& aPixPos);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A Dfupoor.hxx156 void ForceScroll(const Point& aPixPos);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uiview/
H A Dviewling.cxx707 const Point aPixPos = GetEditWin().LogicToPixel( rPt ); in ExecSpellPopup() local
710 aEvent.ExecutePosition.X = aPixPos.X(); in ExecSpellPopup()
711 aEvent.ExecutePosition.Y = aPixPos.Y(); in ExecSpellPopup()
722 … const sal_uInt16 nId = static_cast<PopupMenu*>(pMenu.get())->Execute(m_pEditWin, aPixPos); in ExecSpellPopup()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uiview/
H A Dviewling.cxx715 const Point aPixPos = GetEditWin().LogicToPixel( rPt ); in ExecSpellPopup() local
718 aEvent.ExecutePosition.X = aPixPos.X(); in ExecSpellPopup()
719 aEvent.ExecutePosition.Y = aPixPos.Y(); in ExecSpellPopup()
730 … const sal_uInt16 nId = static_cast<PopupMenu*>(pMenu.get())->Execute(m_pEditWin, aPixPos); in ExecSpellPopup()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfupoor.cxx118 void FuPoor::ForceScroll(const Point& aPixPos) in ForceScroll() argument
126 Point aPos = mpWindow->OutputToScreenPixel(aPixPos); in ForceScroll()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfupoor.cxx116 void FuPoor::ForceScroll(const Point& aPixPos) in ForceScroll() argument
124 Point aPos = mpWindow->OutputToScreenPixel(aPixPos); in ForceScroll()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/docvw/
H A Dedtwin.cxx5384 const Point aPixPos = LogicToPixel( aDocPos ); in Command() local
5392 aEvent.ExecutePosition.X = aPixPos.X(); in Command()
5393 aEvent.ExecutePosition.Y = aPixPos.Y(); in Command()
5399 … sal_uInt16 nExecId = static_cast<PopupMenu*>(pMenu.get())->Execute(this, aPixPos); in Command()
5404 aROPopup.Execute(this, aPixPos); in Command()
5408 SfxDispatcher::ExecutePopup(this, &aPixPos); in Command()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/docvw/
H A Dedtwin.cxx5255 const Point aPixPos = LogicToPixel( aDocPos ); in Command() local
5263 aEvent.ExecutePosition.X = aPixPos.X(); in Command()
5264 aEvent.ExecutePosition.Y = aPixPos.Y(); in Command()
5270 … sal_uInt16 nExecId = static_cast<PopupMenu*>(pMenu.get())->Execute(this, aPixPos); in Command()
5275 aROPopup.Execute(this, aPixPos); in Command()
5279 SfxDispatcher::ExecutePopup(this, &aPixPos); in Command()