Searched refs:pAccWindow (Results 1 – 1 of 1) sorted by relevance
218 Window* pAccWindow = rVclWindowEvent.GetWindow(); in ProcessWindowEvent() local219 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()[all …]
Completed in 27 milliseconds