Lines Matching refs:x
126 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
137 ptlOwner.x = pswp->x; in _WinQueryWindowPos()
140 pswp->x = ptlOwner.x; in _WinQueryWindowPos()
156 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
161 sal_Bool APIENTRY _WinSetWindowPos( Os2SalFrame* pFrame, HWND hwndInsertBehind, LONG x, LONG y, in _WinSetWindowPos() argument
170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
185 nX = aSWP.x; in _WinSetWindowPos()
218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()
227 ptlOwner.x = x; in _WinSetWindowPos()
232 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
237 x = ptlOwner.x; in _WinSetWindowPos()
242 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
248 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
250 return WinSetWindowPos( pFrame->mhWndFrame, hwndInsertBehind, x, y, 0, 0, fl); in _WinSetWindowPos()
267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
412 pFrame->maState.mnX = aSWP.x+nLeftDeco; in ImplSaveFrameState()
726 WinSetWindowPos( hWndFrame, NULL, aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, in ImplSalCreateFrame()
1257 nX = aSWP.x; in SetWindowState()
1359 aPlacement.x = nX; in SetWindowState()
1364 WinSetWindowPos( mhWndFrame, 0, aPlacement.x, aPlacement.y, in SetWindowState()
1457 maFullScreenRect.x, maFullScreenRect.y, in ShowFullScreen()
1692 aPt.x = nX; in SetPointerPos()
1695 WinSetPointerPos( HWND_DESKTOP, aPt.x, aPt.y ); in SetPointerPos()
2341 aState.maPos = Point( pt.x - maGeometry.nX, pt.y - maGeometry.nY ); in GetPointerState()
2362 … WinSendMsg( pSalData->mhWantLeaveMsg, SAL_MSG_MOUSELEAVE, 0, MPFROM2SHORT( aPt.x, aPt.y ) ); in SalTestMouseLeave()
2430 0, MPFROM2SHORT( aMousePoint.x, aMousePoint.y ) ); in ImplHandleMouseMsg()
2461 aPt.x = (short)SHORT1FROMMP( nMP2 ); in ImplHandleMouseMsg()
2465 aMouseEvt.mnX = aPt.x; in ImplHandleMouseMsg()
2561 aWheelEvt.mnX = aPt.x; in ImplHandleWheelMsg()
2967 pFrame->maGeometry.nX = swp.x + nFrameX; in UpdateFrameGeometry()
3428 aForm.ptCurrentPos.x = aEvt.mpPosAry[0].mnX; in ImplHandleIMEOpenCandidate()
3756 pti->ptlMinTrackSize.x = 64L; in SalFrameSubClassWndProc()