Home
last modified time | relevance | path

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

/aoo41x/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()
/aoo41x/main/framework/source/uielement/
H A Dmenubarmanager.cxx107 long hMenu; member
330 a <<= (long) aSystemMenuData.hMenu; in getMenuHandle()
/aoo41x/main/sal/inc/systools/win32/
H A Duser9x.h106 HMENU hMenu, // menu handle or child identifier
142 HMENU hMenu, // handle to menu
/aoo41x/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx267 _ASSERT( IsMenu( hMenu ) ); in GetSubMenuHandle()
/aoo41x/main/sfx2/source/appl/
H A Dshutdowniconw32.cxx194 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()
273 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu()
276 addMenuItem( hMenu, static_cast< UINT >( -1 ), 0, OUString(), pos, false, aEmpty ); in createSystrayMenu()
282 return hMenu; in createSystrayMenu()
287 static void deleteSystrayMenu( HMENU hMenu ) in deleteSystrayMenu() argument
289 if( !hMenu || !IsMenu( hMenu )) in deleteSystrayMenu()
[all …]
/aoo41x/main/vcl/inc/vcl/
H A Dsysdata.hxx94 HMENU hMenu; // the menu handle of the menu bar member
/aoo41x/main/vcl/inc/win/
H A Dsaldata.hxx87 sal_Bool IsKnownMenuHandle( HMENU hMenu );
/aoo41x/main/vcl/win/source/window/
H A Dsalframe.cxx4786 static int ImplGetSelectedIndex( HMENU hMenu ) in ImplGetSelectedIndex() argument
4794 int n = GetMenuItemCount( hMenu ); in ImplGetSelectedIndex()
4814 HMENU hMenu = (HMENU) lParam; in ImplMenuChar() local
4821 int nItemCount = GetMenuItemCount( hMenu ); in ImplMenuChar()
5070 HMENU hMenu = (HMENU) wParam; in ImplHandleMenuActivate() local
5087 pFrame->mLastActivatedhMenu = hMenu; in ImplHandleMenuActivate()
5101 HMENU hMenu = (HMENU) lParam; in ImplHandleMenuSelect() local
5112 if ( hMenu && !pFrame->mLastActivatedhMenu ) in ImplHandleMenuSelect()
5130 if( !hMenu && nFlags == 0xFFFF ) in ImplHandleMenuSelect()
5136 if( hMenu ) in ImplHandleMenuSelect()
[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()

Completed in 58 milliseconds