Lines Matching refs:rVclWindowEvent
68 void VCLXAccessibleBox::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
73 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
78 Window* pChildWindow = (Window *) rVclWindowEvent.GetData(); in ProcessWindowChildEvent()
88 if (rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW) in ProcessWindowChildEvent()
111 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); in ProcessWindowChildEvent()
115 void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) in ProcessWindowEvent() argument
117 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
133 pList->ProcessWindowEvent (rVclWindowEvent, m_bIsDropDownBox); in ProcessWindowEvent()
156 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
171 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
226 pList->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
265 pEdit->ProcessWindowEvent (rVclWindowEvent); in ProcessWindowEvent()
294 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()