Home
last modified time | relevance | path

Searched refs:swpOwner (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/os2/source/window/
H A Dsalframe.cxx121 SWP swpOwner; in _WinQueryWindowPos() local
147 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()
148 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()
152 pswp->y = swpOwner.cy - (pswp->y + pswp->cy); in _WinQueryWindowPos()
164 SWP swpOwner = {0}; in _WinSetWindowPos() local
209 WinQueryWindowPos( hParent, &swpOwner); in _WinSetWindowPos()
218 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()
219 ptlOwner.y = (swpOwner.cy - cy) / 2; in _WinSetWindowPos()
228 ptlOwner.y = swpOwner.cy - (y + cy); in _WinSetWindowPos()
232 hParent, ptlOwner.x, ptlOwner.y, swpOwner.cx, swpOwner.cy); in _WinSetWindowPos()
[all …]

Completed in 35 milliseconds