Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx172 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()
[all …]
H A Dsalobj.cxx51 if ( !(GetWindowStyle( hTempWnd ) & WS_CHILD) ) in ImplIsSysWindowOrChild()
809 sal_Bool bVisible = (GetWindowStyle( mhWnd ) & WS_VISIBLE) != 0; in SetPosSize()
/AOO42X/main/vcl/win/source/gdi/
H A Dsalgdi2.cxx199 if ( GetWindowStyle( hWndTopWindow ) & WS_CHILD ) in copyArea()
218 while ( GetWindowStyle( hWndTopWindow ) & WS_CHILD ); in copyArea()
/AOO42X/main/vcl/inc/win/
H A Dwincomp.hxx112 inline DWORD GetWindowStyle( HWND hWnd ) in GetWindowStyle() function