Searched refs:pWindowEvent (Results 1 – 6 of 6) sorted by relevance
634 VclWindowEvent* pWindowEvent = static_cast<VclWindowEvent*>(pEvent); in IMPL_LINK() local635 Window* pSource = pWindowEvent->GetWindow(); in IMPL_LINK()639 switch (pWindowEvent->GetId()) in IMPL_LINK()643 KeyEvent* pKeyEvent = static_cast<KeyEvent*>(pWindowEvent->GetData()); in IMPL_LINK()675 VclWindowEvent* pWindowEvent = static_cast<VclWindowEvent*>(pEvent); in IMPL_LINK() local676 Window* pSource = pWindowEvent->GetWindow(); in IMPL_LINK()680 switch (pWindowEvent->GetId()) in IMPL_LINK()684 KeyEvent* pKeyEvent = static_cast<KeyEvent*>(pWindowEvent->GetData()); in IMPL_LINK()
249 const VclWindowEvent* pWindowEvent = PTR_CAST( VclWindowEvent, i_pEvent ); in IMPL_LINK() local250 ENSURE_OR_RETURN( pWindowEvent, "no WindowEvent", 0L ); in IMPL_LINK()253 switch ( pWindowEvent->GetId() ) in IMPL_LINK()257 … const MouseEvent* pMouseEvent = static_cast< const MouseEvent* >( pWindowEvent->GetData() ); in IMPL_LINK()267 … const KeyEvent* pKeyEvent = static_cast< const KeyEvent* >( pWindowEvent->GetData() ); in IMPL_LINK()279 const size_t nPanelPos = impl_getPanelPositionFromWindow( pWindowEvent->GetWindow() ); in IMPL_LINK()
264 const VclWindowEvent* pWindowEvent( dynamic_cast< const VclWindowEvent* >( i_pEvent ) ); in IMPL_LINK()265 if ( !pWindowEvent ) in IMPL_LINK()268 … const bool bForwardButton = ( pWindowEvent->GetWindow() == &m_pTabBar->GetScrollButton( true ) ); in IMPL_LINK()269 …const bool bBackwardButton = ( pWindowEvent->GetWindow() == &m_pTabBar->GetScrollButton( false ) ); in IMPL_LINK()
90 VclWindowEvent* pWindowEvent = dynamic_cast< VclWindowEvent* >( pEvent ); in IMPL_LINK() local91 if( pWindowEvent ) in IMPL_LINK()93 switch( pWindowEvent->GetId() ) in IMPL_LINK()
184 VclWindowEvent* pWindowEvent = static_cast<VclWindowEvent*>(pEvent); in IMPL_LINK() local186 switch (pWindowEvent->GetId()) in IMPL_LINK()194 pWindowEvent->GetWindow()); in IMPL_LINK()207 pWindowEvent->GetData()); in IMPL_LINK()222 pWindowEvent->GetData()); in IMPL_LINK()
1002 VclWindowEvent* pWindowEvent = static_cast< VclWindowEvent* >(pEvent); in IMPL_LINK() local1004 if ( !IsWindowOrChild( pWindowEvent->GetWindow() ) ) in IMPL_LINK()1006 KeyEvent* pKeyEvent = static_cast< KeyEvent* >(pWindowEvent->GetData()); in IMPL_LINK()
Completed in 52 milliseconds