Home
last modified time | relevance | path

Searched refs:pAccWindow (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx218 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()
226pAccWindow->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 13 milliseconds