Searched refs:pEventWindow (Results 1 – 3 of 3) sorted by relevance
58 Window* pEventWindow = pWinEvent->GetWindow(); in IMPL_LINK() local59 DBG_ASSERT( pEventWindow, "AccessibleTabBarBase::WindowEventListener: no window!" ); in IMPL_LINK()68 …if ( !pEventWindow->IsAccessibilityEventsSuppressed() || (pWinEvent->GetId() == VCLEVENT_OBJECT_DY… in IMPL_LINK()
1167 ::Window* pEventWindow in IMPL_LINK()1178 if (pEventWindow == static_cast< ::Window*>(aI->GetWindow())) in IMPL_LINK()1199 if (iShell->GetWindow() == pEventWindow) in IMPL_LINK()
3240 Window* pEventWindow( getEventWindow() ); in init() local3241 if ( pEventWindow ) in init()3242 pEventWindow->AddEventListener( LINK( this, FmXGridCell, OnWindowEvent ) ); in init()
Completed in 54 milliseconds