Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx119 SWP swpOwner; in _WinQueryWindowPos() local
141 WinQueryWindowPos( pParentFrame->mhWndClient, &swpOwner); in _WinQueryWindowPos()
145 swpOwner.cx = nScreenWidth; in _WinQueryWindowPos()
146 swpOwner.cy = nScreenHeight; in _WinQueryWindowPos()
150 pswp->y = swpOwner.cy - (pswp->y + pswp->cy); in _WinQueryWindowPos()
162 SWP swpOwner = {0}; in _WinSetWindowPos() local
207 WinQueryWindowPos( hParent, &swpOwner); in _WinSetWindowPos()
216 ptlOwner.x = (swpOwner.cx - cx) / 2; in _WinSetWindowPos()
217 ptlOwner.y = (swpOwner.cy - cy) / 2; in _WinSetWindowPos()
226 ptlOwner.y = swpOwner.cy - (y + cy); in _WinSetWindowPos()
[all …]