Home
last modified time | relevance | path

Searched refs:GetMenu (Results 1 – 25 of 44) sorted by relevance

12

/trunk/main/svtools/source/config/test/
H A Dtest.cxx183 Sequence< Sequence< PropertyValue > > lNewMenu = aCFG.GetMenu( E_NEWMENU ); in impl_testDynamicMenuOptions()
184 Sequence< Sequence< PropertyValue > > lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); in impl_testDynamicMenuOptions()
192 lNewMenu = aCFG.GetMenu( E_NEWMENU ); in impl_testDynamicMenuOptions()
201 lWizardMenu = aCFG.GetMenu( E_WIZARDMENU ); in impl_testDynamicMenuOptions()
/trunk/main/vcl/source/window/
H A Dtoolbox2.cxx2151 PopupMenu* ToolBox::GetMenu() const in GetMenu() function in ToolBox
2188 PopupMenu *pMenu = GetMenu(); in ImplUpdateCustomMenu()
2222 if( pEvent->GetMenu() == GetMenu() && pEvent->GetId() == VCLEVENT_MENU_SELECT ) in IMPL_LINK()
2224 sal_uInt16 id = GetMenu()->GetItemId( pEvent->GetItemPos() ); in IMPL_LINK()
2247 GetMenu()->AddEventListener( LINK( this, ToolBox, ImplCustomMenuListener ) ); in ImplExecuteCustomMenu()
2250 GetMenu()->SetMenuFlags( in ImplExecuteCustomMenu()
2251 GetMenu()->GetMenuFlags() | MENU_FLAG_ALWAYSSHOWDISABLEDENTRIES ); in ImplExecuteCustomMenu()
2274 …sal_uInt16 uId = GetMenu()->Execute( pWin, Rectangle( ImplGetPopupPosition( aMenuRect, Size() ), S… in ImplExecuteCustomMenu()
2281 if( GetMenu() ) in ImplExecuteCustomMenu()
2282 GetMenu()->RemoveEventListener( LINK( this, ToolBox, ImplCustomMenuListener ) ); in ImplExecuteCustomMenu()
/trunk/main/unotools/source/config/
H A Ddynamicmenuoptions.cxx318 …Sequence< Sequence< PropertyValue > > GetMenu ( EDynamicMenuType eMenu …
659 Sequence< Sequence< PropertyValue > > SvtDynamicMenuOptions_Impl::GetMenu( EDynamicMenuType eMenu )… in GetMenu() function in SvtDynamicMenuOptions_Impl
874 Sequence< Sequence< PropertyValue > > SvtDynamicMenuOptions::GetMenu( EDynamicMenuType eMenu ) const in GetMenu() function in SvtDynamicMenuOptions
877 return m_pDataContainer->GetMenu( eMenu ); in GetMenu()
/trunk/main/toolkit/source/awt/
H A Dvclxmenu.cxx103 DBG_ASSERT( ((VclMenuEvent*)pEvent)->GetMenu() && mpMenu, "Menu???" ); in IMPL_LINK()
106 if ( pMenuEvent->GetMenu() == mpMenu ) // Also called for the root menu in IMPL_LINK()
487 …DBG_ASSERT( pVCLMenu && pVCLMenu->GetMenu() && pVCLMenu->IsPopupMenu(), "setPopupMenu: Invalid Men… in setPopupMenu()
489 if ( mpMenu && pVCLMenu && pVCLMenu->GetMenu() && pVCLMenu->IsPopupMenu() ) in setPopupMenu()
496 mpMenu->SetPopupMenu( nItemId, (PopupMenu*) pVCLMenu->GetMenu() ); in setPopupMenu()
514 Menu* pM = ((VCLXMenu*)pRef->get())->GetMenu(); in getPopupMenu()
/trunk/main/framework/source/uielement/
H A Dcontrolmenucontroller.cxx261 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
304 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in statusChanged()
372 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in itemActivated()
H A Dtoolbarsmenucontroller.cxx210 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in addCommand()
475 PopupMenu* pVCLPopupMenu = (PopupMenu *)pXPopupMenu->GetMenu(); in fillPopupMenu()
587 PopupMenu* pVCLPopupMenu = (PopupMenu *)pXPopupMenu->GetMenu(); in statusChanged()
642 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in itemSelected()
H A Dnewmenucontroller.cxx350 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
440 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in itemSelected()
485 PopupMenu* pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in itemActivated()
H A Dtoolbarmanager.cxx303 m_pToolBar->GetMenu()->SetSelectHdl( LINK( this, ToolBarManager, MenuSelect ) ); in DEFINE_XINTERFACE_6()
304 m_pToolBar->GetMenu()->SetDeactivateHdl( LINK( this, ToolBarManager, MenuDeactivate ) ); in DEFINE_XINTERFACE_6()
1688 PopupMenu *pMenu = pToolBar->GetMenu(); in ImplClearPopupMenu()
1719 if( pMenu != m_pToolBar->GetMenu() ) in IMPL_LINK()
1764 PopupMenu *pMenu = pToolBar->GetMenu(); in GetToolBarCustomMenu()
H A Dobjectmenucontroller.cxx102 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
H A Dmacrosmenucontroller.cxx91 pPopupMenu = (PopupMenu *)pVCLPopupMenu->GetMenu(); in fillPopupMenu()
H A Dfontmenucontroller.cxx110 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
H A Dheadermenucontroller.cxx115 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
H A Dmenubarmanager.cxx1350 PopupMenu* pNewPopupMenu = (PopupMenu *)pVCLXPopupMenu->GetMenu(); in FillMenuManager()
1486 PopupMenu* pPopupMenu = (PopupMenu *)pVCLXPopupMenu->GetMenu(); in FillMenuManager()
2118 PopupMenu* pCtlPopupMenu = (PopupMenu *)pVCLXPopupMenu->GetMenu(); in Init()
/trunk/main/framework/source/fwe/classes/
H A Dbmkmenu.cxx159 aDynamicMenuEntries = SvtDynamicMenuOptions().GetMenu( E_NEWMENU ); in Initialize()
161 aDynamicMenuEntries = SvtDynamicMenuOptions().GetMenu( E_WIZARDMENU ); in Initialize()
H A Drootactiontriggercontainer.cxx75 const Menu* RootActionTriggerContainer::GetMenu() in GetMenu() function in framework::RootActionTriggerContainer
/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx410 sal_uInt16 nVal = ( (PopupMenu*) GetMenu()->GetSVMenu() )->Execute( pWindow, rPos ); in Execute()
430 PopupMenu* pPopMenu = ( (PopupMenu*)GetMenu()->GetSVMenu() ); in IMPL_LINK_INLINE_END()
634 return (Menu*) GetMenu()->GetSVMenu(); in GetSVMenu()
/trunk/main/framework/source/dispatch/
H A Dmenudispatcher.cxx201 MenuBar* pMenuBar = (MenuBar *)m_pMenuManager->GetMenu(); in frameAction()
322 if ( m_pMenuManager->GetMenu() == (Menu *)pSysWindow->GetMenuBar() ) in impl_setMenuBar()
/trunk/main/unotools/inc/unotools/
H A Ddynamicmenuoptions.hxx149 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > > GetMenu( EDynamicMenuType…
/trunk/main/sfx2/inc/sfx2/
H A Dmnumgr.hxx79 SfxVirtualMenu* GetMenu() const in GetMenu() function in SfxMenuManager
/trunk/main/accessibility/inc/accessibility/standard/
H A Daccessiblemenubasecomponent.hxx79 Menu* GetMenu() { return m_pMenu; } in GetMenu() function in OAccessibleMenuBaseComponent
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx212 Menu * pMenu = pEvent->GetMenu(); in menu_highlighted()
/trunk/main/vcl/inc/vcl/
H A Dvclevent.hxx256 Menu* GetMenu() const { return pMenu; } in GetMenu() function in VclMenuEvent
/trunk/main/framework/inc/classes/
H A Dmenumanager.hxx100 Menu* GetMenu() const { return m_pVCLMenu; } in GetMenu() function in framework::MenuManager
H A Drootactiontriggercontainer.hxx53 const Menu* GetMenu();
/trunk/main/sal/workben/clipboardwben/testviewer/
H A Dcbvtest.cxx266 HMENU hMenuMain = GetMenu( hwndParent ); in GetSubMenuHandle()

Completed in 150 milliseconds

12