Lines Matching refs:pAccWindow
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent() local
219 DBG_ASSERT( pAccWindow, "VCLXAccessibleComponent::ProcessWindowEvent - Window?" ); in ProcessWindowEvent()
225 pAccWindow->RemoveEventListener( LINK( this, VCLXAccessibleComponent, WindowEventListener ) ); in ProcessWindowEvent()
226 …pAccWindow->RemoveChildEventListener( LINK( this, VCLXAccessibleComponent, WindowChildEventListene… in ProcessWindowEvent()
293 if ( !pAccWindow->HasActiveChildFrame() && in ProcessWindowEvent()
317 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_GETFOCUS) || in ProcessWindowEvent()
318 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_GETFOCUS) ) in ProcessWindowEvent()
323 if( (pAccWindow->IsCompoundControl() && pAccWindow->HasChildPathFocus()) || in ProcessWindowEvent()
324 (!pAccWindow->IsCompoundControl() && pAccWindow->HasFocus()) ) in ProcessWindowEvent()
335 … if( (pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_CONTROL_LOSEFOCUS) || in ProcessWindowEvent()
336 … (!pAccWindow->IsCompoundControl() && rVclWindowEvent.GetId() == VCLEVENT_WINDOW_LOSEFOCUS) ) in ProcessWindowEvent()