Lines Matching refs:pEvent

1578 IMPL_LINK(VCLXToolkit, eventListenerHandler, ::VclSimpleEvent const *, pEvent)  in IMPL_LINK()  argument
1580 switch (pEvent->GetId()) in IMPL_LINK()
1584 pEvent, &::css::awt::XTopWindowListener::windowOpened); in IMPL_LINK()
1588 pEvent, &::css::awt::XTopWindowListener::windowClosed); in IMPL_LINK()
1592 pEvent, &::css::awt::XTopWindowListener::windowActivated); in IMPL_LINK()
1596 pEvent, &::css::awt::XTopWindowListener::windowDeactivated); in IMPL_LINK()
1600 pEvent, &::css::awt::XTopWindowListener::windowClosing); in IMPL_LINK()
1603 callFocusListeners(pEvent, true); in IMPL_LINK()
1606 callFocusListeners(pEvent, false); in IMPL_LINK()
1610 pEvent, &::css::awt::XTopWindowListener::windowMinimized); in IMPL_LINK()
1614 pEvent, &::css::awt::XTopWindowListener::windowNormalized); in IMPL_LINK()
1620 IMPL_LINK(VCLXToolkit, keyListenerHandler, ::VclSimpleEvent const *, pEvent) in IMPL_LINK() argument
1622 switch (pEvent->GetId()) in IMPL_LINK()
1625 return callKeyHandlers(pEvent, true); in IMPL_LINK()
1627 return callKeyHandlers(pEvent, false); in IMPL_LINK()
1633 ::VclSimpleEvent const * pEvent, in callTopWindowListeners() argument
1638 = static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow(); in callTopWindowListeners()
1667 long VCLXToolkit::callKeyHandlers(::VclSimpleEvent const * pEvent, in callKeyHandlers() argument
1675 ::Window * pWindow = static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow(); in callKeyHandlers()
1679 static_cast< ::VclWindowEvent const * >(pEvent)->GetData()); in callKeyHandlers()
1715 void VCLXToolkit::callFocusListeners(::VclSimpleEvent const * pEvent, in callFocusListeners() argument
1719 = static_cast< ::VclWindowEvent const * >(pEvent)->GetWindow(); in callFocusListeners()