Lines Matching refs:SfxPopupMenuManager

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()
455 void SfxPopupMenuManager::StartInsert() in StartInsert()
465 void SfxPopupMenuManager::EndInsert() in EndInsert()
475 void SfxPopupMenuManager::InsertSeparator( sal_uInt16 nPos ) in InsertSeparator()
482 void SfxPopupMenuManager::InsertItem( sal_uInt16 nId, const String& rName, MenuItemBits nBits, cons… in InsertItem()
490 void SfxPopupMenuManager::RemoveItem( sal_uInt16 nId ) in RemoveItem()
497 void SfxPopupMenuManager::CheckItem( sal_uInt16 nId, sal_Bool bCheck ) in CheckItem()
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()
577 void SfxPopupMenuManager::ExecutePopup( const ResId& rResId, SfxViewFrame* pFrame, const Point& rPo… in ExecutePopup()
618 SfxPopupMenuManager aPop( pSVMenu, pFrame->GetBindings() ); in ExecutePopup()
632 Menu* SfxPopupMenuManager::GetSVMenu() in GetSVMenu()