Lines Matching refs:GetWindowStyle
176 sal_Bool bVisible = (GetWindowStyle( pFrame->mhWnd ) & WS_VISIBLE) != 0; in ImplSaveFrameState()
197 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
217 AdjustWindowRectEx( &aRect2, GetWindowStyle( pFrame->mhWnd ), in ImplSaveFrameState()
508 …((GetWindowStyle( hWnd ) & (WS_POPUP | WS_MAXIMIZEBOX | WS_THICKFRAME)) == (WS_MAXIMIZEBOX | WS_TH… in ImplSalCreateFrame()
835 AdjustWindowRectEx( &aWinRect, GetWindowStyle( pFrame->mhWnd ), in ImplSalAddBorder()
1323 if( (GetWindowStyle( hWnd ) & WS_POPUP) && in ImplSalShow()
1436 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetPosSize()
1484 AdjustWindowRectEx( &aWinRect, GetWindowStyle( mhWnd ), in SetPosSize()
1498 if( !(GetWindowStyle( mhWnd ) & WS_CHILD) ) in SetPosSize()
1548 while ( hWndParent && (GetWindowStyle( hWndParent ) & WS_CHILD) ) in SetPosSize()
1553 (GetWindowStyle( hWndParent ) & WS_VISIBLE) ) in SetPosSize()
1869 AdjustWindowRectEx( &aRect2, GetWindowStyle( mhWnd ), in SetWindowState()
1920 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetWindowState()
2075 if ( !(GetWindowStyle( mhWnd ) & WS_VISIBLE) ) in ShowFullScreen()
2085 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in ShowFullScreen()
3762 if( (GetWindowStyle( hWnd ) & WS_CHILD) || GetMenu( hWnd ) || (wParam == 0x20) ) in ImplHandleKeyMsg()
4295 if ( GetWindowStyle( hWnd ) & WS_VISIBLE ) in ImplHandleMoveMsg()