Lines Matching refs:MenuFloatingWindow

453 class MenuFloatingWindow : public FloatingWindow  class
501 MenuFloatingWindow( Menu* pMenu, Window* pParent, WinBits nStyle );
502 ~MenuFloatingWindow();
921 MenuFloatingWindow* pFloat = (MenuFloatingWindow*)pWindow; in ~Menu()
3106 MenuFloatingWindow* pFloat = (MenuFloatingWindow*)pWindow; in ImplFillLayoutData()
3294 … bRet = ( nItemPos == static_cast< MenuFloatingWindow * > (pWindow)->GetHighlightedItem() ); in IsHighlighted()
3312 … static_cast< MenuFloatingWindow* >( pWindow )->ChangeHighlightItem( nItemPos, sal_False ); in HighlightItem()
3628 MenuFloatingWindow* pFloat = ImplGetFloatingWindow(); in SelectEntry()
3771 MenuFloatingWindow* pWin = new MenuFloatingWindow( this, pW, nStyle | WB_SYSTEMWINDOW ); in ImplExecute()
3833 aPos = ((MenuFloatingWindow *) pSFrom->pWindow)->GetHighlightedItem(); in ImplExecute()
3997 MenuFloatingWindow::MenuFloatingWindow( Menu* pMen, Window* pParent, WinBits nStyle ) : in MenuFloatingWindow() function in MenuFloatingWindow
4021 SetPopupModeEndHdl( LINK( this, MenuFloatingWindow, PopupEnd ) ); in MenuFloatingWindow()
4023 aHighlightChangedTimer.SetTimeoutHdl( LINK( this, MenuFloatingWindow, HighlightChanged ) ); in MenuFloatingWindow()
4026 aSubmenuCloseTimer.SetTimeoutHdl( LINK( this, MenuFloatingWindow, SubmenuClose ) ); in MenuFloatingWindow()
4027 aScrollTimer.SetTimeoutHdl( LINK( this, MenuFloatingWindow, AutoScroll ) ); in MenuFloatingWindow()
4029 AddEventListener( LINK( this, MenuFloatingWindow, ShowHideListener ) ); in MenuFloatingWindow()
4032 void MenuFloatingWindow::doShutdown() in doShutdown()
4054MenuFloatingWindow* pPWin = (MenuFloatingWindow*)pMenu->pStartedFrom->ImplGetWindow(); in doShutdown()
4073 RemoveEventListener( LINK( this, MenuFloatingWindow, ShowHideListener ) ); in doShutdown()
4077 MenuFloatingWindow::~MenuFloatingWindow() in ~MenuFloatingWindow()
4082 void MenuFloatingWindow::Resize() in Resize()
4087 long MenuFloatingWindow::ImplGetStartY() const in ImplGetStartY()
4098 Region MenuFloatingWindow::ImplCalcClipRegion( sal_Bool bIncludeLogo ) const in ImplCalcClipRegion()
4116 void MenuFloatingWindow::ImplInitClipRegion() in ImplInitClipRegion()
4128 void MenuFloatingWindow::ImplHighlightItem( const MouseEvent& rMEvt, sal_Bool bMBDown ) in ImplHighlightItem()
4206 IMPL_LINK( MenuFloatingWindow, PopupEnd, FloatingWindow*, EMPTYARG ) in IMPL_LINK() argument
4241MenuFloatingWindow* p = (MenuFloatingWindow*) pMenu->pStartedFrom->ImplGetWindow(); in IMPL_LINK()
4255 IMPL_LINK( MenuFloatingWindow, AutoScroll, Timer*, EMPTYARG ) in IMPL_LINK() argument
4261 IMPL_LINK( MenuFloatingWindow, HighlightChanged, Timer*, pTimer ) in IMPL_LINK() argument
4326 IMPL_LINK( MenuFloatingWindow, SubmenuClose, Timer*, EMPTYARG ) in IMPL_LINK() argument
4330 MenuFloatingWindow* pWin = (MenuFloatingWindow*) pMenu->pStartedFrom->GetWindow(); in IMPL_LINK()
4337 IMPL_LINK( MenuFloatingWindow, ShowHideListener, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
4349 void MenuFloatingWindow::EnableScrollMenu( sal_Bool b ) in EnableScrollMenu()
4357 void MenuFloatingWindow::Execute() in Execute()
4375 void MenuFloatingWindow::StopExecute( sal_uLong nFocusId ) in StopExecute()
4402 void MenuFloatingWindow::KillActivePopup( PopupMenu* pThisOnly ) in KillActivePopup()
4431 void MenuFloatingWindow::EndExecute() in EndExecute()
4446 MenuFloatingWindow* pCleanUpFrom = this; in EndExecute()
4447 MenuFloatingWindow* pWin = this; in EndExecute()
4476 void MenuFloatingWindow::EndExecute( sal_uInt16 nId ) in EndExecute()
4487 void MenuFloatingWindow::MouseButtonDown( const MouseEvent& rMEvt ) in MouseButtonDown()
4500 void MenuFloatingWindow::MouseButtonUp( const MouseEvent& rMEvt ) in MouseButtonUp()
4525 void MenuFloatingWindow::MouseMove( const MouseEvent& rMEvt ) in MouseMove()
4564 void MenuFloatingWindow::ImplScroll( sal_Bool bUp ) in ImplScroll()
4629 void MenuFloatingWindow::ImplScroll( const Point& rMousePos ) in ImplScroll()
4666 void MenuFloatingWindow::ChangeHighlightItem( sal_uInt16 n, sal_Bool bStartPopupTimer ) in ChangeHighlightItem()
4702MenuFloatingWindow* pPWin = (MenuFloatingWindow*)pMenu->pStartedFrom->ImplGetWindow(); in ChangeHighlightItem()
4730 void MenuFloatingWindow::HighlightItem( sal_uInt16 nPos, sal_Bool bHighlight ) in HighlightItem()
4825 Rectangle MenuFloatingWindow::ImplGetItemRect( sal_uInt16 nPos ) in ImplGetItemRect()
4863 void MenuFloatingWindow::ImplCursorUpDown( sal_Bool bUp, sal_Bool bHomeEnd ) in ImplCursorUpDown()
4947 void MenuFloatingWindow::KeyInput( const KeyEvent& rKEvent ) in KeyInput()
4990 MenuFloatingWindow* pFloat = pPopupMenu->ImplGetFloatingWindow(); in KeyInput()
5010MenuFloatingWindow* pFloat = ((PopupMenu*)pMenu->pStartedFrom)->ImplGetFloatingWindow(); in KeyInput()
5111 void MenuFloatingWindow::Paint( const Rectangle& ) in Paint()
5141 void MenuFloatingWindow::ImplDrawScroller( sal_Bool bUp ) in ImplDrawScroller()
5165 void MenuFloatingWindow::RequestHelp( const HelpEvent& rHEvt ) in RequestHelp()
5185 void MenuFloatingWindow::StateChanged( StateChangedType nType ) in StateChanged()
5196 void MenuFloatingWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
5210 void MenuFloatingWindow::Command( const CommandEvent& rCEvt ) in Command()
5224 ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > MenuFloatingWindow in CreateAccessible()
5780MenuFloatingWindow* pSubWindow = dynamic_cast<MenuFloatingWindow*>(pActivePopup->ImplGetWindow()); in ImplHandleKeyEvent()