Home
last modified time | relevance | path

Searched refs:GetMenu (Results 1 – 25 of 44) sorted by last modified time

12

/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx100 pVCLPopupMenu = (PopupMenu *)pPopupMenu->GetMenu(); in fillPopupMenu()
H A Dlangselectionmenucontroller.cxx237 pPopupMenu = (PopupMenu *)pVCLPopupMenu->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()
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 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 Dpopuptoolbarcontroller.cxx317 PopupMenu* pVCLPopupMenu = dynamic_cast< PopupMenu * >( pTkPopupMenu->GetMenu() ); in execute()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx3765 if( (GetWindowStyle( hWnd ) & WS_CHILD) || GetMenu( hWnd ) || (wParam == 0x20) ) in ImplHandleKeyMsg()
5226 if( GetMenu( hWnd ) ) in ImplHandleSysCommand()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkutil.cxx598 Menu* pMenu = pEvent->GetMenu(); in handle_menu_highlighted()
/trunk/main/accessibility/source/standard/
H A Daccessiblemenubasecomponent.cxx583 DBG_ASSERT( ((VclMenuEvent*)pEvent)->GetMenu(), "OAccessibleMenuBaseComponent - Menu?" ); in IMPL_LINK()
/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/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/framework/source/layoutmanager/
H A Dlayoutmanager.cxx220 pSetMenuBar = (MenuBar*)pAwtMenuBar->GetMenu(); in impl_clearUpMenuBar()
1528 MenuBar* pMenuBar = (MenuBar*)pAwtMenuBar->GetMenu(); in createElement()
/trunk/main/framework/inc/classes/
H A Dmenumanager.hxx100 Menu* GetMenu() const { return m_pVCLMenu; } in GetMenu() function in framework::MenuManager
/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/vcl/inc/vcl/
H A Dtoolbox.hxx600 PopupMenu* GetMenu() const;
H A Dvclevent.hxx256 Menu* GetMenu() const { return pMenu; } in GetMenu() function in VclMenuEvent
/trunk/main/vcl/aqua/source/a11y/
H A Daqua11yfocustracker.cxx212 Menu * pMenu = pEvent->GetMenu(); in menu_highlighted()
/trunk/main/unotools/inc/unotools/
H A Ddynamicmenuoptions.hxx149 …om::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > > GetMenu( EDynamicMenuType…
/trunk/main/toolkit/source/awt/
H A Dvclxtopwindow.cxx181 pWindow->SetMenuBar( (MenuBar*) pMenu->GetMenu() ); in setMenuBar()
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/toolkit/inc/toolkit/awt/
H A Dvclxmenu.hxx72 Menu* GetMenu() const { return mpMenu; } in GetMenu() function in VCLXMenu
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx293 PopupMenu* pPopupMenu = dynamic_cast< PopupMenu* >( pXMenu->GetMenu() ); in completeAndExecute()
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx638 aDynamicMenuEntries = SvtDynamicMenuOptions().GetMenu( E_NEWMENU ); in GetNewDocContents()
/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()

Completed in 158 milliseconds

12