vclxaccessiblelist.cxx (3ea0c3d5) | vclxaccessiblelist.cxx (6485ffd2) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 349 unchanged lines hidden (view full) --- 358 aNewValue ); 359} 360 361// ----------------------------------------------------------------------------- 362void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) 363{ 364 switch ( rVclWindowEvent.GetId() ) 365 { | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 349 unchanged lines hidden (view full) --- 358 aNewValue ); 359} 360 361// ----------------------------------------------------------------------------- 362void VCLXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) 363{ 364 switch ( rVclWindowEvent.GetId() ) 365 { |
366 case VCLEVENT_DROPDOWN_SELECT: |
|
366 case VCLEVENT_LISTBOX_SELECT: 367 if ( !m_bDisableProcessEvent ) 368 UpdateSelection_Impl_Acc(b_IsDropDownList); 369 break; 370 case VCLEVENT_LISTBOX_FOCUSITEMCHANGED: 371 if ( !m_bDisableProcessEvent ) 372 UpdateFocus_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uIntPtr>(rVclWindowEvent.GetData()),b_IsDropDownList); 373 break; --- 723 unchanged lines hidden --- | 367 case VCLEVENT_LISTBOX_SELECT: 368 if ( !m_bDisableProcessEvent ) 369 UpdateSelection_Impl_Acc(b_IsDropDownList); 370 break; 371 case VCLEVENT_LISTBOX_FOCUSITEMCHANGED: 372 if ( !m_bDisableProcessEvent ) 373 UpdateFocus_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uIntPtr>(rVclWindowEvent.GetData()),b_IsDropDownList); 374 break; --- 723 unchanged lines hidden --- |