| /AOO42X/main/sfx2/source/appl/ |
| H A D | shutdowniconw32.cxx | 152 static void addMenuItem( HMENU hMenu, UINT id, UINT iconId, const OUString& text, int& pos, int bOw… in addMenuItem() argument 194 InsertMenuItemW( hMenu, pos++, TRUE, &mi ); in addMenuItem() 203 HMENU hMenu = CreatePopupMenu(); in createSystrayMenu() local 262 addMenuItem( hMenu, aMenuItems[i].nMenuItemID, aMenuItems[i].nMenuIconID, in createSystrayMenu() 269 addMenuItem( hMenu, IDM_TEMPLATE, ICON_TEMPLATE, in createSystrayMenu() 271 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu() 272 …addMenuItem( hMenu, IDM_OPEN, ICON_OPEN, pShutdownIcon->GetResString( STR_QUICKSTART_FILEOPEN ),… in createSystrayMenu() 273 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu() 275 …addMenuItem( hMenu, IDM_INSTALL,0, pShutdownIcon->GetResString( STR_QUICKSTART_PRELAUNCH ), pos, f… in createSystrayMenu() 276 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu() [all …]
|
| /AOO42X/main/vcl/win/source/window/ |
| H A D | salframe.cxx | 4768 static WinSalMenuItem* ImplGetSalMenuItem( HMENU hMenu, UINT nPos, sal_Bool bByPosition=TRUE ) in ImplGetSalMenuItem() argument 4776 if( !GetMenuItemInfoW( hMenu, nPos, bByPosition, &mi) ) in ImplGetSalMenuItem() 4783 static int ImplGetSelectedIndex( HMENU hMenu ) in ImplGetSelectedIndex() argument 4791 int n = GetMenuItemCount( hMenu ); in ImplGetSelectedIndex() 4796 if( !GetMenuItemInfoW( hMenu, i, TRUE, &mi) ) in ImplGetSelectedIndex() 4811 HMENU hMenu = (HMENU) lParam; in ImplMenuChar() local 4818 int nItemCount = GetMenuItemCount( hMenu ); in ImplMenuChar() 4821 int idxSelected = ImplGetSelectedIndex( hMenu ); in ImplMenuChar() 4825 WinSalMenuItem* pSalMenuItem = ImplGetSalMenuItem( hMenu, idx % nItemCount ); in ImplMenuChar() 5067 HMENU hMenu = (HMENU) wParam; in ImplHandleMenuActivate() local [all …]
|
| H A D | salmenu.cxx | 50 sal_Bool SalData::IsKnownMenuHandle( HMENU hMenu ) in IsKnownMenuHandle() argument 52 if( mhMenuSet.find( hMenu ) == mhMenuSet.end() ) in IsKnownMenuHandle() 385 pData->hMenu = mhMenu; in GetSystemMenuData()
|
| /AOO42X/main/embedserv/source/embed/ |
| H A D | docholder.cxx | 595 HMENU hMenu; in InPlaceMenuCreate() local 605 hMenu=CreateMenu(); in InPlaceMenuCreate() 606 m_pIOleIPFrame->InsertMenus(hMenu,&mgw); in InPlaceMenuCreate() 613 CopyToOLEMenu(m_nMenuHandle,1,hMenu,pos); in InPlaceMenuCreate() 619 CopyToOLEMenu(m_nMenuHandle,i,hMenu,pos); in InPlaceMenuCreate() 625 CopyToOLEMenu(m_nMenuHandle,WORD(help),hMenu,pos); in InPlaceMenuCreate() 628 m_nMenuShared = hMenu; in InPlaceMenuCreate()
|
| /AOO42X/main/sal/inc/systools/win32/ |
| H A D | user9x.h | 106 HMENU hMenu, // menu handle or child identifier 142 HMENU hMenu, // handle to menu
|
| /AOO42X/main/vcl/inc/vcl/ |
| H A D | sysdata.hxx | 94 HMENU hMenu; // the menu handle of the menu bar member
|
| /AOO42X/main/sal/workben/clipboardwben/testviewer/ |
| H A D | cbvtest.cxx | 267 _ASSERT( IsMenu( hMenu ) ); in GetSubMenuHandle()
|
| /AOO42X/main/vcl/inc/win/ |
| H A D | saldata.hxx | 87 sal_Bool IsKnownMenuHandle( HMENU hMenu );
|
| /AOO42X/main/framework/source/uielement/ |
| H A D | menubarmanager.cxx | 106 long hMenu; member 329 a <<= (long) aSystemMenuData.hMenu; in getMenuHandle()
|