Lines Matching refs:aSWP

183 			SWP		aSWP;  in _WinSetWindowPos()  local
184 WinQueryWindowPos( pFrame->mhWndFrame, &aSWP); in _WinSetWindowPos()
185 nX = aSWP.x; in _WinSetWindowPos()
186 nY = aSWP.y - (cy + 2*frameFrameY + frameCaptionY - aSWP.cy); in _WinSetWindowPos()
258 SWP aSWP; in dumpWindowInfo() local
263 _WinQueryWindowPos( hwnd, &aSWP ); in dumpWindowInfo()
267 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
269 _WinQueryWindowPos( hwnd2, &aSWP ); in dumpWindowInfo()
273 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
275 _WinQueryWindowPos( hwnd2, &aSWP ); in dumpWindowInfo()
279 aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, szTitle); in dumpWindowInfo()
372 SWP aSWP; in ImplSaveFrameState() local
376 WinQueryWindowPos( pFrame->mhWndFrame, &aSWP ); in ImplSaveFrameState()
378 if ( aSWP.fl & SWP_MINIMIZE ) in ImplSaveFrameState()
388 else if ( aSWP.fl & SWP_MAXIMIZE ) in ImplSaveFrameState()
412 pFrame->maState.mnX = aSWP.x+nLeftDeco; in ImplSaveFrameState()
413 pFrame->maState.mnY = nScreenHeight - (aSWP.y+aSWP.cy)+nTopDeco; in ImplSaveFrameState()
414 pFrame->maState.mnWidth = aSWP.cx-nLeftDeco-nRightDeco; in ImplSaveFrameState()
415 pFrame->maState.mnHeight = aSWP.cy-nTopDeco-nBottomDeco; in ImplSaveFrameState()
506 SWP aSWP; in ImplSalFrameFullScreenPos() local
507 _WinQueryWindowPos( pFrame, &aSWP ); in ImplSalFrameFullScreenPos()
508 if ( bAlways || !(aSWP.fl & SWP_MINIMIZE) ) in ImplSalFrameFullScreenPos()
723 SWP aSWP; in ImplSalCreateFrame() local
724 memset( &aSWP, 0, sizeof( aSWP ) ); in ImplSalCreateFrame()
725 WinQueryTaskSizePos( pInst->mhAB, 0, &aSWP ); in ImplSalCreateFrame()
726 WinSetWindowPos( hWndFrame, NULL, aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, in ImplSalCreateFrame()
1060 SWP aSWP; in SetPosSize() local
1061 _WinQueryWindowPos( this, &aSWP ); in SetPosSize()
1072 if ( (aSWP.fl & SWP_MINIMIZE) || (aSWP.fl & SWP_MAXIMIZE) ) in SetPosSize()
1238 SWP aSWP; in SetWindowState() local
1239 WinQueryWindowPos( mhWndFrame, &aSWP ); in SetWindowState()
1257 nX = aSWP.x; in SetWindowState()
1263 nY = nScreenHeight - (aSWP.y+aSWP.cy); in SetWindowState()
1268 nWidth = aSWP.cx; in SetWindowState()
1272 nHeight = aSWP.cy; in SetWindowState()
1496 SWP aSWP; in ImplSalToTop() local
1497 WinQueryWindowPos( hWnd, &aSWP ); in ImplSalToTop()
1498 if ( aSWP.fl & SWP_MINIMIZE ) in ImplSalToTop()