Lines Matching refs:m_pMenuManager
114 , m_pMenuManager ( NULL ) in MenuDispatcher()
199 if ( m_pMenuManager && aEvent.Action == FrameAction_FRAME_UI_ACTIVATED ) in frameAction()
201 MenuBar* pMenuBar = (MenuBar *)m_pMenuManager->GetMenu(); in frameAction()
223 else if ( m_pMenuManager && aEvent.Action == css::frame::FrameAction_COMPONENT_DETACHING ) in frameAction()
225 if ( m_pMenuManager ) in frameAction()
251 if ( m_pMenuManager ) in disposing()
255 m_pMenuManager->disposing( aEventObj ); in disposing()
264 if ( m_pMenuManager ) in disposing()
319 if ( m_pMenuManager ) in impl_setMenuBar()
322 if ( m_pMenuManager->GetMenu() == (Menu *)pSysWindow->GetMenuBar() ) in impl_setMenuBar()
326 m_pMenuManager->RemoveListener(); in impl_setMenuBar()
328 … SAL_STATIC_CAST( ::com::sun::star::uno::XInterface*, (OWeakObject*)m_pMenuManager )->release(); in impl_setMenuBar()
330 m_pMenuManager = 0; in impl_setMenuBar()
358 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_False ); in impl_setMenuBar()
364 … m_pMenuManager = new MenuManager( m_xFactory, xFrame, pMenuBar, sal_True, sal_True ); in impl_setMenuBar()