Lines Matching refs:MenuBarWindow

664 class MenuBarWindow : public Window  class
715 MenuBarWindow( Window* pParent );
716 ~MenuBarWindow();
2583 long nCloserHeight = ((MenuBarWindow*) pWindow)->MinCloseButtonSize().Height(); in ImplCalcSize()
3292 bRet = ( nItemPos == static_cast< MenuBarWindow * > (pWindow)->GetHighlightedItem() ); in IsHighlighted()
3306 MenuBarWindow* pMenuWin = static_cast< MenuBarWindow* >( pWindow ); in HighlightItem()
3378 ((MenuBarWindow*)ImplGetWindow())->ShowButtons( bClose, bFloat, bHide ); in ShowButtons()
3387 MenuBarWindow* pMenuWin = (MenuBarWindow*) ImplGetWindow(); in SetDisplayable()
3396 pWindow = new MenuBarWindow( pParent ); in ImplCreate()
3400 ((MenuBarWindow*)pWindow)->SetMenu( pMenu ); in ImplCreate()
3415 MenuBarWindow* pWindow = (MenuBarWindow*) pMenu->ImplGetWindow(); in ImplDestroy()
3436 bDone = ((MenuBarWindow*)pWin)->ImplHandleKeyEvent( rKEvent, bFromMenu ); in ImplHandleKeyEvent()
3444 MenuBarWindow* pMenuWin = (MenuBarWindow*) ImplGetWindow(); in SelectEntry()
3544 …return pWindow ? static_cast<MenuBarWindow*>(pWindow)->AddMenuBarButton( i_rImage, i_rLink, i_rToo… in AddMenuBarButton()
3550 static_cast<MenuBarWindow*>(pWindow)->SetMenuBarButtonHighlightHdl( nId, rLink ); in SetMenuBarButtonHighlightHdl()
3555 …return pWindow ? static_cast<MenuBarWindow*>(pWindow)->GetMenuBarButtonRectPixel( nId ) : Rectangl… in GetMenuBarButtonRectPixel()
3561 static_cast<MenuBarWindow*>(pWindow)->RemoveMenuBarButton( nId ); in RemoveMenuBarButton()
3566 return static_cast<MenuBarWindow*>(pWindow)->HandleMenuButtonEvent( i_nButtonId ); in HandleMenuButtonEvent()
3831 aPos = ((MenuBarWindow *) pSFrom->pWindow)->GetHighlightedItem(); in ImplExecute()
4235 MenuBarWindow* p = (MenuBarWindow*) pMenu->pStartedFrom->ImplGetWindow(); in IMPL_LINK()
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()
5234 MenuBarWindow::MenuBarWindow( Window* pParent ) : in MenuBarWindow() function in MenuBarWindow
5267 aCloser.SetSelectHdl( LINK( this, MenuBarWindow, CloserHdl ) ); in MenuBarWindow()
5268 aCloser.AddEventListener( LINK( this, MenuBarWindow, ToolboxEventHdl ) ); in MenuBarWindow()
5271 aFloatBtn.SetClickHdl( LINK( this, MenuBarWindow, FloatHdl ) ); in MenuBarWindow()
5275 aHideBtn.SetClickHdl( LINK( this, MenuBarWindow, HideHdl ) ); in MenuBarWindow()
5282 AddEventListener( LINK( this, MenuBarWindow, ShowHideListener ) ); in MenuBarWindow()
5285 MenuBarWindow::~MenuBarWindow() in ~MenuBarWindow()
5287 aCloser.RemoveEventListener( LINK( this, MenuBarWindow, ToolboxEventHdl ) ); in ~MenuBarWindow()
5288 RemoveEventListener( LINK( this, MenuBarWindow, ShowHideListener ) ); in ~MenuBarWindow()
5291 void MenuBarWindow::SetMenu( MenuBar* pMen ) in SetMenu()
5316 void MenuBarWindow::ShowButtons( sal_Bool bClose, sal_Bool bFloat, sal_Bool bHide ) in ShowButtons()
5325 Size MenuBarWindow::MinCloseButtonSize() in MinCloseButtonSize()
5330 IMPL_LINK( MenuBarWindow, CloserHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
5357 IMPL_LINK( MenuBarWindow, ToolboxEventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
5381 IMPL_LINK( MenuBarWindow, ShowHideListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
5393 IMPL_LINK( MenuBarWindow, FloatHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
5398 IMPL_LINK( MenuBarWindow, HideHdl, PushButton*, EMPTYARG ) in IMPL_LINK() argument
5403 void MenuBarWindow::ImplCreatePopup( sal_Bool bPreSelectFirst ) in ImplCreatePopup()
5456 void MenuBarWindow::KillActivePopup() in KillActivePopup()
5482 void MenuBarWindow::PopupClosed( Menu* pPopup ) in PopupClosed()
5491 void MenuBarWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
5506 void MenuBarWindow::MouseButtonUp( const MouseEvent& ) in MouseButtonUp()
5510 void MenuBarWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
5531 void MenuBarWindow::ChangeHighlightItem( sal_uInt16 n, sal_Bool bSelectEntry, sal_Bool bAllowRestor… in ChangeHighlightItem()
5615 void MenuBarWindow::HighlightItem( sal_uInt16 nPos, sal_Bool bHighlight ) in HighlightItem()
5693 Rectangle MenuBarWindow::ImplGetItemRect( sal_uInt16 nPos ) in ImplGetItemRect()
5717 void MenuBarWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput()
5723 sal_Bool MenuBarWindow::ImplHandleKeyEvent( const KeyEvent& rKEvent, sal_Bool bFromMenu ) in ImplHandleKeyEvent()
5893 void MenuBarWindow::Paint( const Rectangle& ) in Paint()
5935 void MenuBarWindow::Resize() in Resize()
5971 sal_uInt16 MenuBarWindow::ImplFindEntry( const Point& rMousePos ) const in ImplFindEntry()
5991 void MenuBarWindow::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
6002 void MenuBarWindow::StateChanged( StateChangedType nType ) in StateChanged()
6017 void MenuBarWindow::ImplLayoutChanged() in ImplLayoutChanged()
6040 void MenuBarWindow::ImplInitStyleSettings() in ImplInitStyleSettings()
6057 void MenuBarWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
6071 void MenuBarWindow::LoseFocus() in LoseFocus()
6077 void MenuBarWindow::GetFocus() in GetFocus()
6086 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > MenuBarWindow::Cre… in CreateAccessible()
6096 sal_uInt16 MenuBarWindow::AddMenuBarButton( const Image& i_rImage, const Link& i_rLink, const Strin… in AddMenuBarButton()
6125 void MenuBarWindow::SetMenuBarButtonHighlightHdl( sal_uInt16 nId, const Link& rLink ) in SetMenuBarButtonHighlightHdl()
6132 Rectangle MenuBarWindow::GetMenuBarButtonRectPixel( sal_uInt16 nId ) in GetMenuBarButtonRectPixel()
6157 void MenuBarWindow::RemoveMenuBarButton( sal_uInt16 nId ) in RemoveMenuBarButton()
6169 bool MenuBarWindow::HandleMenuButtonEvent( sal_uInt16 i_nButtonId ) in HandleMenuButtonEvent()