Searched refs:SfxPopupMenuManager (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sfx2/source/menu/ |
H A D | mnumgr.cxx | 386 SfxPopupMenuManager::SfxPopupMenuManager(const ResId& rResId, SfxBindings &rBindings ) in SfxPopupMenuManager() function in SfxPopupMenuManager 393 SfxPopupMenuManager::~SfxPopupMenuManager() in ~SfxPopupMenuManager() 399 void SfxPopupMenuManager::RemoveDisabledEntries() in RemoveDisabledEntries() 455 void SfxPopupMenuManager::StartInsert() in StartInsert() 465 void SfxPopupMenuManager::EndInsert() in EndInsert() 490 void SfxPopupMenuManager::RemoveItem( sal_uInt16 nId ) in RemoveItem() 502 void SfxPopupMenuManager::AddClipboardFunctions() in AddClipboardFunctions() 519 SfxPopupMenuManager::SfxPopupMenuManager( PopupMenu* pMenuArg, SfxBindings& rBindings ) in SfxPopupMenuManager() function in SfxPopupMenuManager 525 SfxPopupMenuManager* SfxPopupMenuManager::Popup( const ResId& rResId, SfxViewFrame* pFrame,const Po… in Popup() 568 SfxPopupMenuManager* aMgr = new SfxPopupMenuManager( pSVMenu, pFrame->GetBindings()); in Popup() [all …]
|
/aoo4110/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;
|
/aoo4110/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()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 335 …SfxPopupMenuManager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMou… in Command()
|
Completed in 36 milliseconds