Home
last modified time | relevance | path

Searched refs:SfxMenuManager (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sfx2/source/menu/
H A Dmnumgr.cxx110 SfxMenuManager::SfxMenuManager( const ResId& rResId, SfxBindings &rBindings ) in SfxMenuManager() function in SfxMenuManager
123 SfxMenuManager::~SfxMenuManager() in ~SfxMenuManager()
133 void SfxMenuManager::Construct( SfxVirtualMenu& rMenu ) in Construct()
140 pSvMenu->SetSelectHdl( LINK(this, SfxMenuManager, Select) ); in Construct()
274 void SfxMenuManager::UseDefault() in UseDefault()
330 IMPL_LINK( SfxMenuManager, Select, Menu *, pSelMenu ) in IMPL_LINK() argument
362 void SfxMenuManager::Construct_Impl( Menu* pSVMenu, sal_Bool bWithHelp ) in Construct_Impl()
387 : SfxMenuManager( rResId, rBindings ) in SfxPopupMenuManager()
507 SfxMenuManager::SfxMenuManager( Menu* pMenuArg, SfxBindings &rBindings ) in SfxMenuManager() function in SfxMenuManager
520 : SfxMenuManager( pMenuArg, rBindings ) in SfxPopupMenuManager()
/trunk/main/sfx2/inc/sfx2/
H A Dmnumgr.hxx53 class SfxMenuManager class
68 SfxMenuManager( Menu*, SfxBindings& );
69 SfxMenuManager( const ResId&, SfxBindings& );
70 ~SfxMenuManager();
95 class SAL_DLLPUBLIC_EXPORT SfxPopupMenuManager : public SfxMenuManager

Completed in 17 milliseconds