Searched refs:SfxPopupMenuManager (Results 1 – 6 of 6) sorted by relevance
| /AOO41X/main/sfx2/source/menu/ |
| H A D | mnumgr.cxx | 89 PopupMenu * SfxPopupMenuManager::pStaticThesSubMenu = NULL; 386 SfxPopupMenuManager::SfxPopupMenuManager(const ResId& rResId, SfxBindings &rBindings ) in SfxPopupMenuManager() function in SfxPopupMenuManager 393 SfxPopupMenuManager::~SfxPopupMenuManager() in ~SfxPopupMenuManager() 399 void SfxPopupMenuManager::RemoveDisabledEntries() in RemoveDisabledEntries() 407 sal_uInt16 SfxPopupMenuManager::Execute( const Point& rPos, Window* pWindow ) in Execute() 417 IMPL_LINK_INLINE_START( SfxPopupMenuManager, SelectHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument 421 IMPL_LINK_INLINE_END( SfxPopupMenuManager, SelectHdl, void *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument 426 sal_uInt16 SfxPopupMenuManager::Execute( const Point& rPoint, Window* pWindow, va_list pArgs, const… in IMPL_LINK_INLINE_END() 431 pPopMenu->SetSelectHdl( LINK( this, SfxPopupMenuManager, SelectHdl ) ); in IMPL_LINK_INLINE_END() 443 sal_uInt16 SfxPopupMenuManager::Execute( const Point& rPoint, Window* pWindow, const SfxPoolItem *p… in Execute() [all …]
|
| /AOO41X/main/sfx2/inc/sfx2/ |
| H A D | mnumgr.hxx | 55 friend class SfxPopupMenuManager; 95 class SAL_DLLPUBLIC_EXPORT SfxPopupMenuManager : public SfxMenuManager class 107 SfxPopupMenuManager( const SfxPopupMenuManager& ); 108 SfxPopupMenuManager& operator=( const SfxPopupMenuManager& ); 111 SfxPopupMenuManager( const ResId&, SfxBindings& ); 112 SfxPopupMenuManager( PopupMenu*, SfxBindings& ); 113 ~SfxPopupMenuManager(); 119 …static SfxPopupMenuManager* Popup( const ResId& rResId, SfxViewFrame* pFrame,const Point& rPoint, …
|
| H A D | dispatch.hxx | 46 class SfxPopupMenuManager; 127 friend class SfxPopupMenuManager; 200 static SfxPopupMenuManager* Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos );
|
| H A D | tbxctrl.hxx | 377 class SfxPopupMenuManager;
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | dispatch.cxx | 2636 SfxPopupMenuManager* SfxDispatcher::Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos ) in Popup() 2655 …return SfxPopupMenuManager::Popup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPos… in Popup() 2703 …SfxPopupMenuManager::ExecutePopup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPos… in ExecutePopup() 2720 …SfxPopupMenuManager::ExecutePopup( rId, GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), … in ExecutePopup()
|
| /AOO41X/main/sw/source/ui/docvw/ |
| H A D | SidebarTxtControl.cxx | 335 …SfxPopupMenuManager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMou… in Command()
|