Lines Matching refs:MenuBar

666     friend class MenuBar;
731 void SetMenu( MenuBar* pMenu );
2254 static_cast<MenuBar*>(this)->SelectEntry( nItemId ); in SelectItem()
3321 MenuBar::MenuBar() : Menu( sal_True ) in MenuBar() function in MenuBar
3329 MenuBar::MenuBar( const MenuBar& rMenu ) : Menu( sal_True ) in MenuBar() function in MenuBar
3339 MenuBar::MenuBar( const ResId& rResId ) : Menu ( sal_True ) in MenuBar() function in MenuBar
3348 MenuBar::~MenuBar() in ~MenuBar()
3353 void MenuBar::ShowCloser( sal_Bool bShow ) in ShowCloser()
3358 void MenuBar::ShowFloatButton( sal_Bool bShow ) in ShowFloatButton()
3363 void MenuBar::ShowHideButton( sal_Bool bShow ) in ShowHideButton()
3368 void MenuBar::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons()
3382 void MenuBar::SetDisplayable( sal_Bool bDisplayable ) in SetDisplayable()
3393 Window* MenuBar::ImplCreate( Window* pParent, Window* pWindow, MenuBar* pMenu ) in ImplCreate()
3405 if( !((MenuBar*) pMenu)->IsDisplayable() || in ImplCreate()
3413 void MenuBar::ImplDestroy( MenuBar* pMenu, sal_Bool bDelete ) in ImplDestroy()
3424 sal_Bool MenuBar::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent()
3442 void MenuBar::SelectEntry( sal_uInt16 nId ) in SelectEntry()
3467 sal_Bool MenuBar::HandleMenuActivateEvent( Menu *pMenu ) const in HandleMenuActivateEvent()
3483 sal_Bool MenuBar::HandleMenuDeActivateEvent( Menu *pMenu ) const in HandleMenuDeActivateEvent()
3498 sal_Bool MenuBar::HandleMenuHighlightEvent( Menu *pMenu, sal_uInt16 nHighlightEventId ) const in HandleMenuHighlightEvent()
3522 sal_Bool MenuBar::HandleMenuCommandEvent( Menu *pMenu, sal_uInt16 nCommandEventId ) const in HandleMenuCommandEvent()
3537 sal_uInt16 MenuBar::AddMenuBarButton( const Image& i_rImage, const Link& i_rLink, sal_uInt16 i_nPos… in AddMenuBarButton()
3542 sal_uInt16 MenuBar::AddMenuBarButton( const Image& i_rImage, const Link& i_rLink, const String& i_r… in AddMenuBarButton()
3547 void MenuBar::SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link& rLink ) in SetMenuBarButtonHighlightHdl()
3553 Rectangle MenuBar::GetMenuBarButtonRectPixel( sal_uInt16 nId ) in GetMenuBarButtonRectPixel()
3558 void MenuBar::RemoveMenuBarButton( sal_uInt16 nId ) in RemoveMenuBarButton()
3564 sal_Bool MenuBar::HandleMenuButtonEvent( Menu *, sal_uInt16 i_nButtonId ) const in HandleMenuButtonEvent()
4437 nFocusId = ((MenuBarWindow*)((MenuBar*)pStart)->ImplGetWindow())->GetFocusId(); in EndExecute()
4440 ((MenuBarWindow*)((MenuBar*)pStart)->ImplGetWindow())->SetFocusId( 0 ); in EndExecute()
4984 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
5006 … ((MenuBarWindow*)((MenuBar*)pMenu->pStartedFrom)->ImplGetWindow())->KeyInput( rKEvent ); in KeyInput()
5291 void MenuBarWindow::SetMenu( MenuBar* pMen ) in SetMenu()
5340 Application::PostUserEvent( ((MenuBar*)pMenu)->GetCloserHdl(), pMenu ); in IMPL_LINK()
5347 MenuBar::MenuBarButtonCallbackArg aArg; in IMPL_LINK()
5350 aArg.pMenuBar = dynamic_cast<MenuBar*>(pMenu); in IMPL_LINK()
5362 MenuBar::MenuBarButtonCallbackArg aArg; in IMPL_LINK()
5365 aArg.pMenuBar = dynamic_cast<MenuBar*>(pMenu); in IMPL_LINK()
5395 return pMenu ? ((MenuBar*)pMenu)->GetFloatButtonClickHdl().Call( pMenu ) : 0; in IMPL_LINK()
5400 return pMenu ? ((MenuBar*)pMenu)->GetHideButtonClickHdl().Call( pMenu ) : 0; in IMPL_LINK()
6027 if( !((MenuBar*) pMenu)->IsDisplayable() || in ImplLayoutChanged()
6174 MenuBar::MenuBarButtonCallbackArg aArg; in HandleMenuButtonEvent()
6177 aArg.pMenuBar = dynamic_cast<MenuBar*>(pMenu); in HandleMenuButtonEvent()