Home
last modified time | relevance | path

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

/AOO42X/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx152 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 Dsalframe.cxx4768 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 Dsalmenu.cxx50 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 Ddocholder.cxx595 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 Duser9x.h106 HMENU hMenu, // menu handle or child identifier
142 HMENU hMenu, // handle to menu
/AOO42X/main/vcl/inc/vcl/
H A Dsysdata.hxx94 HMENU hMenu; // the menu handle of the menu bar member
/AOO42X/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx267 _ASSERT( IsMenu( hMenu ) ); in GetSubMenuHandle()
/AOO42X/main/vcl/inc/win/
H A Dsaldata.hxx87 sal_Bool IsKnownMenuHandle( HMENU hMenu );
/AOO42X/main/framework/source/uielement/
H A Dmenubarmanager.cxx106 long hMenu; member
329 a <<= (long) aSystemMenuData.hMenu; in getMenuHandle()