Home
last modified time | relevance | path

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

/AOO42X/main/vcl/os2/source/window/
H A Dsalframe.cxx691 HWND hSysMenu = WinWindowFromID( hWndFrame, FID_SYSMENU ); in ImplSalCreateFrame() local
692 if ( hSysMenu ) in ImplSalCreateFrame()
695 WinEnableMenuItem(hSysMenu, SC_RESTORE, FALSE); in ImplSalCreateFrame()
697 WinEnableMenuItem(hSysMenu, SC_MINIMIZE, FALSE); in ImplSalCreateFrame()
699 WinEnableMenuItem(hSysMenu, SC_MAXIMIZE, FALSE); in ImplSalCreateFrame()
701 WinEnableMenuItem(hSysMenu, SC_SIZE, FALSE); in ImplSalCreateFrame()
706 HWND hSysMenu = WinWindowFromID( hWndFrame, FID_SYSMENU ); in ImplSalCreateFrame() local
707 if ( hSysMenu ) in ImplSalCreateFrame()
709 WinEnableMenuItem(hSysMenu, SC_CLOSE, FALSE); in ImplSalCreateFrame()
/AOO42X/main/vcl/win/source/window/
H A Dsalframe.cxx549 HMENU hSysMenu = GetSystemMenu( hWnd, FALSE ); in ImplSalCreateFrame() local
550 if ( hSysMenu ) in ImplSalCreateFrame()
553 DeleteMenu( hSysMenu, SC_RESTORE, MF_BYCOMMAND ); in ImplSalCreateFrame()
555 EnableMenuItem( hSysMenu, SC_RESTORE, MF_BYCOMMAND | MF_GRAYED | MF_DISABLED ); in ImplSalCreateFrame()
557 DeleteMenu( hSysMenu, SC_MINIMIZE, MF_BYCOMMAND ); in ImplSalCreateFrame()
559 DeleteMenu( hSysMenu, SC_MAXIMIZE, MF_BYCOMMAND ); in ImplSalCreateFrame()
561 DeleteMenu( hSysMenu, SC_SIZE, MF_BYCOMMAND ); in ImplSalCreateFrame()
566 HMENU hSysMenu = GetSystemMenu( hWnd, FALSE ); in ImplSalCreateFrame() local
567 if ( hSysMenu ) in ImplSalCreateFrame()
568 EnableMenuItem( hSysMenu, SC_CLOSE, MF_BYCOMMAND | MF_GRAYED | MF_DISABLED ); in ImplSalCreateFrame()