Lines Matching refs:hWndParent
42 static sal_Bool ImplIsSysWindowOrChild( HWND hWndParent, HWND hWndChild ) in ImplIsSysWindowOrChild() argument
44 if ( hWndParent == hWndChild ) in ImplIsSysWindowOrChild()
53 if ( hTempWnd == hWndParent ) in ImplIsSysWindowOrChild()
487 HWND hWndParent = ::GetParent( pSysObj->mhWnd ); in SalSysObjChildWndProc() local
493 MapWindowPoints( hWnd, hWndParent, &pt, 1 ); in SalSysObjChildWndProc()
496 nRet = ImplSendMessage( hWndParent, nMsg, wParam, lParam ); in SalSysObjChildWndProc()
688 HWND hWndParent = ::GetParent( mhWnd ); in ~WinSalObject() local
698 if ( hWndParent && in ~WinSalObject()
699 ::GetActiveWindow() == hWndParent && in ~WinSalObject()
700 !GetWindow( hWndParent, GW_CHILD ) ) in ~WinSalObject()
701 ImplSendMessage( hWndParent, SAL_MSG_FORCEPALETTE, 0, 0 ); in ~WinSalObject()