Home
last modified time | relevance | path

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

/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx2059 DWORD nExStyle = GetWindowExStyle( mhWnd ); in ShowFullScreen() local
2060 if ( nExStyle & WS_EX_TOOLWINDOW ) in ShowFullScreen()
2063 nExStyle &= ~WS_EX_TOOLWINDOW; in ShowFullScreen()
2064 SetWindowExStyle( mhWnd, nExStyle ); in ShowFullScreen()