Home
last modified time | relevance | path

Searched refs:SfxPopupMenuManager (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx386 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 …]
/trunk/main/sfx2/inc/sfx2/
H A Dmnumgr.hxx55 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 Ddispatch.hxx46 class SfxPopupMenuManager;
127 friend class SfxPopupMenuManager;
200 static SfxPopupMenuManager* Popup( sal_uInt16 nConfigId,Window *pWin, const Point *pPos );
H A Dtbxctrl.hxx377 class SfxPopupMenuManager;
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2636 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()
2703SfxPopupMenuManager::ExecutePopup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPos… in ExecutePopup()
2720SfxPopupMenuManager::ExecutePopup( rId, GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), … in ExecutePopup()
/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx335SfxPopupMenuManager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMou… in Command()

Completed in 60 milliseconds