Lines Matching refs:pEvent

483 static void handle_toolbox_buttonchange(VclWindowEvent const *pEvent)  in handle_toolbox_buttonchange()  argument
485 Window* pWindow = pEvent->GetWindow(); in handle_toolbox_buttonchange()
486 sal_Int32 index = (sal_Int32)(sal_IntPtr) pEvent->GetData(); in handle_toolbox_buttonchange()
524 static void handle_get_focus(::VclWindowEvent const * pEvent) in handle_get_focus() argument
529 Window *pWindow = pEvent->GetWindow(); in handle_get_focus()
594 static void handle_menu_highlighted(::VclMenuEvent const * pEvent) in handle_menu_highlighted() argument
598 Menu* pMenu = pEvent->GetMenu(); in handle_menu_highlighted()
599 sal_uInt16 nPos = pEvent->GetItemPos(); in handle_menu_highlighted()
622 long WindowEventHandler(void *, ::VclSimpleEvent const * pEvent) in WindowEventHandler() argument
624 switch (pEvent->GetId()) in WindowEventHandler()
639 handle_get_focus(static_cast< ::VclWindowEvent const * >(pEvent)); in WindowEventHandler()
665 if (const VclMenuEvent* pMenuEvent = dynamic_cast<const VclMenuEvent*>(pEvent)) in WindowEventHandler()
669 … else if (const VclAccessibleEvent* pAccEvent = dynamic_cast<const VclAccessibleEvent*>(pEvent)) in WindowEventHandler()
678 handle_toolbox_highlight(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler()
682 handle_toolbox_buttonchange(static_cast< ::VclWindowEvent const * >(pEvent)); in WindowEventHandler()
686 g_aWindowList.erase( static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow() ); in WindowEventHandler()
689 handle_toolbox_highlightoff(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler()
693 handle_tabpage_activated(static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow()); in WindowEventHandler()