Lines Matching refs:mhWndFrame

122 	sal_Bool rc = WinQueryWindowPos( pFrame->mhWndFrame, pswp);  in _WinQueryWindowPos()
126 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
156 pFrame->mhWndFrame, pswp->x, pswp->y, pswp->cx, pswp->cy); in _WinQueryWindowPos()
170 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
184 WinQueryWindowPos( pFrame->mhWndFrame, &aSWP); in _WinSetWindowPos()
189 WinSetWindowPos( pFrame->mhWndFrame, NULL, nX, nY, in _WinSetWindowPos()
248 pFrame->mhWndFrame, x, y, cx, cy, fl); in _WinSetWindowPos()
250 return WinSetWindowPos( pFrame->mhWndFrame, hwndInsertBehind, x, y, 0, 0, fl); in _WinSetWindowPos()
373 sal_Bool bVisible = WinIsWindowVisible( pFrame->mhWndFrame); in ImplSaveFrameState()
376 WinQueryWindowPos( pFrame->mhWndFrame, &aSWP ); in ImplSaveFrameState()
382 pFrame->mhWndFrame); in ImplSaveFrameState()
392 pFrame->mhWndFrame); in ImplSaveFrameState()
418 pFrame->mhWndFrame, in ImplSaveFrameState()
479 …debug_printf("ImplSalCalcFrameSize 0x%08x x=%d y=%d t=%d\n", pFrame->mhWndFrame, nFrameX, nFrameY,… in ImplSalCalcFrameSize()
853 WinDestroyWindow( mhWndFrame ); in ~Os2SalFrame()
926 debug_printf("Os2SalFrame::SetTitle %x '%s'\n", mhWndFrame, title.GetBuffer() ); in SetTitle()
927 WinSetWindowText( mhWndFrame, title.GetBuffer() ); in SetTitle()
950 WinSendMsg( mhWndFrame, WM_SETICON, (MPARAM)hIcon, (MPARAM)0 ); in SetIcon()
958 return GetWindowPtr( WinQueryWindow(mhWndFrame, QW_OWNER) ); in GetParent()
1018 WinPostMsg( mhWndFrame, SAL_MSG_SHOW, (MPARAM)bVisible, (MPARAM)bNoActivate ); in Show()
1020 ImplSalShow( mhWndFrame, bVisible, bNoActivate ); in Show()
1027 WinEnableWindow( mhWndFrame, bEnable ); in Enable()
1062 sal_Bool bVisible = WinIsWindowVisible( mhWndFrame ); in SetPosSize()
1073 WinSetWindowPos(mhWndFrame, NULL, 0, 0, 0, 0, SWP_RESTORE ); in SetPosSize()
1142 UpdateFrameGeometry( mhWndFrame, this ); in SetPosSize()
1149 dumpWindowInfo( "<Os2SalFrame::SetPosSize (exit)", mhWndFrame); in SetPosSize()
1161 static_cast<Os2SalFrame*>(this)->mhWndFrame, in SetParent()
1167 rc = WinSetOwner(static_cast<Os2SalFrame*>(this)->mhWndFrame, in SetParent()
1182 rc = WinSetOwner(static_cast<Os2SalFrame*>(this)->mhWndFrame, in SetPluginParent()
1231 mhWndFrame, in SetWindowState()
1235 sal_Bool bVisible = WinIsWindowVisible( mhWndFrame ); in SetWindowState()
1239 WinQueryWindowPos( mhWndFrame, &aSWP ); in SetWindowState()
1296 WinQueryWindowPos( mhWndFrame, &aPlacement ); in SetWindowState()
1299 bVisible = WinIsWindowVisible( mhWndFrame); in SetWindowState()
1349 SetMaximizedFrameGeometry( mhWndFrame, this ); in SetWindowState()
1352 WinSetWindowPos( mhWndFrame, 0, nX, in SetWindowState()
1364 WinSetWindowPos( mhWndFrame, 0, aPlacement.x, aPlacement.y, in SetWindowState()
1502 WinSetWindowPos( pFrame->mhWndFrame, HWND_TOP, 0, 0, 0, 0, SWP_ACTIVATE | SWP_ZORDER); in ImplSalToTop()
1512 WinSetWindowPos( pFrame->mhWndFrame, NULL, 0, 0, 0, 0, nStyle ); in ImplSalToTop()
1526 WinPostMsg( mhWndFrame, SAL_MSG_TOTOP, (MPARAM)nFlags, 0 ); in ToTop()
1528 ImplSalToTop( mhWndFrame, nFlags ); in ToTop()
2955 WinQueryWindowPos(pFrame->mhWndFrame, &swp); in UpdateFrameGeometry()
2978 hWnd, pFrame->mhWndFrame, in UpdateFrameGeometry()
3039 if ( WinIsWindowVisible( pFrame->mhWndFrame ) && !pFrame->mbInShow ) in ImplHandleSizeMsg()
3052 if ( WinIsWindowVisible( pFrame->mhWndFrame ) && !pFrame->mbInShow ) in ImplHandleFocusMsg()
3587 pFrame->mhWndFrame = hWndFrame; in SalFrameWndProc()