Lines Matching refs:GetWindowStyle
172 sal_Bool bVisible = (GetWindowStyle( pFrame->mhWnd ) & WS_VISIBLE) != 0; in ImplSaveFrameState()
193 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
213 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
504 …((GetWindowStyle( hWnd ) & (WS_POPUP | WS_MAXIMIZEBOX | WS_THICKFRAME)) == (WS_MAXIMIZEBOX | WS_TH… in ImplSalCreateFrame()
831 AdjustWindowRectEx( &aWinRect, GetWindowStyle( pFrame->mhWnd ), in ImplSalAddBorder()
1319 if( (GetWindowStyle( hWnd ) & WS_POPUP) && in ImplSalShow()
1432 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetPosSize()
1480 AdjustWindowRectEx( &aWinRect, GetWindowStyle( mhWnd ), in SetPosSize()
1494 if( !(GetWindowStyle( mhWnd ) & WS_CHILD) ) in SetPosSize()
1544 while ( hWndParent && (GetWindowStyle( hWndParent ) & WS_CHILD) ) in SetPosSize()
1549 (GetWindowStyle( hWndParent ) & WS_VISIBLE) ) in SetPosSize()
1865 AdjustWindowRectEx( &aRect2, GetWindowStyle( mhWnd ), in SetWindowState()
1916 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetWindowState()
2071 if ( !(GetWindowStyle( mhWnd ) & WS_VISIBLE) ) in ShowFullScreen()
2081 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in ShowFullScreen()
3759 if( (GetWindowStyle( hWnd ) & WS_CHILD) || GetMenu( hWnd ) || (wParam == 0x20) ) in ImplHandleKeyMsg()
4292 if ( GetWindowStyle( hWnd ) & WS_VISIBLE ) in ImplHandleMoveMsg()