Lines Matching refs:maPos
1179 mpWindowImpl->maPos = Point( g.nX, g.nY ); in ImplCallMove()
1183 mpWindowImpl->maPos -= Point( g.nX, g.nY ); in ImplCallMove()
1191 pClientWin->mpWindowImpl->maPos = mpWindowImpl->maPos; in ImplCallMove()
3323 nOrgX = mpWindowImpl->maPos.X(); in ImplPosSizeWindow()
3337 …owImpl->mnAbsScreenX != aPtDev.X() || nX != mpWindowImpl->mnX || nOrgX != mpWindowImpl->maPos.X() ) in ImplPosSizeWindow()
3347 mpWindowImpl->maPos.X() = nOrgX; in ImplPosSizeWindow()
3355 if ( nY != mpWindowImpl->mnY || nY != mpWindowImpl->maPos.Y() ) in ImplPosSizeWindow()
3365 mpWindowImpl->maPos.Y() = nY; in ImplPosSizeWindow()
3388 mpWindowImpl->maPos = mpWindowImpl->mpBorderWindow->mpWindowImpl->maPos; in ImplPosSizeWindow()
3400 mpWindowImpl->mpClientWindow->mpWindowImpl->maPos = mpWindowImpl->maPos; in ImplPosSizeWindow()
7407 return mpWindowImpl->maPos; in GetPosPixel()
8049 ImplReMirror( aSalPointerState.maPos ); in GetPointerState()
8051 aState.maPos = ImplFrameToOutput( aSalPointerState.maPos ); in GetPointerState()