Lines Matching refs:nX

1179         mpWindowImpl->maPos = Point( g.nX, g.nY );  in ImplCallMove()
1183 mpWindowImpl->maPos -= Point( g.nX, g.nY ); in ImplCallMove()
3235 void Window::ImplPosSizeWindow( long nX, long nY, in ImplPosSizeWindow() argument
3271 nX = mpWindowImpl->mnX; in ImplPosSizeWindow()
3300 long nOrgX = nX; in ImplPosSizeWindow()
3302 Point aPtDev( Point( nX+mnOutOffX, 0 ) ); in ImplPosSizeWindow()
3313 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3332 nX = mpWindowImpl->mpParent->mnOutWidth - mnOutWidth - nX; in ImplPosSizeWindow()
3337 …if ( mpWindowImpl->mnAbsScreenX != aPtDev.X() || nX != mpWindowImpl->mnX || nOrgX != mpWindowImpl-… in ImplPosSizeWindow()
3346 mpWindowImpl->mnX = nX; in ImplPosSizeWindow()
3842 long nX = mpWindowImpl->mpFrameData->mnLastMouseX; in ImplCallMouseMove() local
3848 if ( ((nX < 0) || (nY < 0) || in ImplCallMouseMove()
3849 (nX >= mpWindowImpl->mpFrameWindow->mnOutWidth) || in ImplCallMouseMove()
3858 …ImplHandleMouseEvent( mpWindowImpl->mpFrameWindow, EVENT_MOUSEMOVE, bLeave, nX, nY, nTime, nCode, … in ImplCallMouseMove()
7278 void Window::SetPosSizePixel( long nX, long nY, in SetPosSizePixel() argument
7319 nX += pParent->mnOutOffX; in SetPosSizePixel()
7324 Rectangle aRect( Point ( nX, nY ), Size( nWidth, nHeight ) ); in SetPosSizePixel()
7326 nX = aRect.nLeft; in SetPosSizePixel()
7342nX = mpWindowImpl->mpFrame->GetUnmirroredGeometry().nX - pWindow->GetParent()->mpWindowImpl->mpFra… in SetPosSizePixel()
7344nX = pWindow->GetParent()->mpWindowImpl->mpFrame->GetUnmirroredGeometry().nX - mpWindowImpl->mpFra… in SetPosSizePixel()
7345 …->GetUnmirroredGeometry().nWidth - myWidth - 1 - mpWindowImpl->mpFrame->GetUnmirroredGeometry().nX; in SetPosSizePixel()
7387 pWindow->mpWindowImpl->mpFrame->SetPosSize( nX, nY, nWidth, nHeight, nSysFlags ); in SetPosSizePixel()
7397 pWindow->ImplPosSizeWindow( nX, nY, nWidth, nHeight, nFlags ); in SetPosSizePixel()
7480 p.X() += g.nX; in OutputToAbsoluteScreenPixel()
7492 p.X() -= g.nX; in AbsoluteScreenToOutputPixel()
7506 p1.X() = g.nX+g.nWidth-p1.X(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7510 p2.X() = g.nX+g.nWidth-p2.X(); in ImplOutputToUnmirroredAbsoluteScreenPixel()
7541 aPos.X() += g.nX; in ImplGetWindowExtentsRelative()