Lines Matching refs:rVclWindowEvent
178 void VCLXAccessibleTabControl::ProcessWindowEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowEvent() argument
180 switch ( rVclWindowEvent.GetId() ) in ProcessWindowEvent()
187 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
190 UpdateSelected( nPagePos, rVclWindowEvent.GetId() == VCLEVENT_TABPAGE_ACTIVATE ); in ProcessWindowEvent()
198 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
208 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
218 sal_uInt16 nPageId = (sal_uInt16)(sal_IntPtr) rVclWindowEvent.GetData(); in ProcessWindowEvent()
263 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
267 VCLXAccessibleComponent::ProcessWindowEvent( rVclWindowEvent ); in ProcessWindowEvent()
273 void VCLXAccessibleTabControl::ProcessWindowChildEvent( const VclWindowEvent& rVclWindowEvent ) in ProcessWindowChildEvent() argument
275 switch ( rVclWindowEvent.GetId() ) in ProcessWindowChildEvent()
282 Window* pChild = static_cast< Window* >( rVclWindowEvent.GetData() ); in ProcessWindowChildEvent()
290 UpdateTabPage( i, rVclWindowEvent.GetId() == VCLEVENT_WINDOW_SHOW ); in ProcessWindowChildEvent()
297 VCLXAccessibleComponent::ProcessWindowChildEvent( rVclWindowEvent ); in ProcessWindowChildEvent()