vclxaccessiblebox.cxx (0deba7fb) | vclxaccessiblebox.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 --- 102 unchanged lines hidden (view full) --- 111 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); 112 } 113} 114 115void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) 116{ 117 switch ( rVclWindowEvent.GetId() ) 118 { | 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 --- 102 unchanged lines hidden (view full) --- 111 VCLXAccessibleComponent::ProcessWindowChildEvent (rVclWindowEvent); 112 } 113} 114 115void VCLXAccessibleBox::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent) 116{ 117 switch ( rVclWindowEvent.GetId() ) 118 { |
119 case VCLEVENT_DROPDOWN_SELECT: |
|
119 case VCLEVENT_LISTBOX_SELECT: 120 case VCLEVENT_LISTBOX_FOCUSITEMCHANGED: 121 122 { 123 // Forward the call to the list child. 124 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); 125 if ( pList == NULL ) 126 { --- 465 unchanged lines hidden --- | 120 case VCLEVENT_LISTBOX_SELECT: 121 case VCLEVENT_LISTBOX_FOCUSITEMCHANGED: 122 123 { 124 // Forward the call to the list child. 125 VCLXAccessibleList* pList = static_cast<VCLXAccessibleList*>(m_xList.get()); 126 if ( pList == NULL ) 127 { --- 465 unchanged lines hidden --- |