Searched refs:aSWP (Results 1 – 2 of 2) sorted by relevance
/trunk/main/vcl/os2/source/window/ |
H A D | salframe.cxx | 183 SWP aSWP; in _WinSetWindowPos() local 258 SWP aSWP; in dumpWindowInfo() local 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() 506 SWP aSWP; in ImplSalFrameFullScreenPos() local 724 memset( &aSWP, 0, sizeof( aSWP ) ); in ImplSalCreateFrame() 726 WinSetWindowPos( hWndFrame, NULL, aSWP.x, aSWP.y, aSWP.cx, aSWP.cy, in ImplSalCreateFrame() 1060 SWP aSWP; in SetPosSize() local 1263 nY = nScreenHeight - (aSWP.y+aSWP.cy); in SetWindowState() [all …]
|
/trunk/main/vcl/os2/source/gdi/ |
H A D | salgdi2.cxx | 129 SWP aSWP; in copyArea() local 131 WinQueryWindowPos( mhWnd, &aSWP ); in copyArea() 132 aVCLClipRect.Right() = aSWP.cx-1; in copyArea() 133 aVCLClipRect.Bottom() = aSWP.cy-1; in copyArea() 222 WinQueryWindowPos( hWnd, &aSWP ); in copyArea() 223 if ( !(aSWP.fl & SWP_MINIMIZE) ) in copyArea() 225 aVCLClipRect = Rectangle( Point( aSWP.x, aSWP.y ), Size( aSWP.cx, aSWP.cy ) ); in copyArea() 230 aTempRect.xLeft = aSWP.x; in copyArea() 231 aTempRect.yBottom = aSWP.y; in copyArea() 232 aTempRect.xRight = aTempRect.xLeft+aSWP.cx; in copyArea() [all …]
|
Completed in 49 milliseconds