toolbox.cxx (79aad27f) | toolbox.cxx (ad3a95a3) |
---|---|
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 --- 6051 unchanged lines hidden (view full) --- 6060 6061 mnHighItemId = pItem->mnId; 6062 ImplDrawItem( aPos, 2 ); // always use shadow effect (2) 6063 6064 if( mbSelection ) 6065 mnCurPos = aPos; 6066 ImplShowFocus(); 6067 | 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 --- 6051 unchanged lines hidden (view full) --- 6060 6061 mnHighItemId = pItem->mnId; 6062 ImplDrawItem( aPos, 2 ); // always use shadow effect (2) 6063 6064 if( mbSelection ) 6065 mnCurPos = aPos; 6066 ImplShowFocus(); 6067 |
6068//IAccessibility2 Implementation 2009----- 6069 if( pItem->mpWindow ) 6070 pItem->mpWindow->GrabFocus(); 6071 if( pItem != pOldItem ) 6072//-----IAccessibility2 Implementation 2009 |
|
6068 ImplCallEventListeners( VCLEVENT_TOOLBOX_HIGHLIGHT ); 6069 } 6070 } 6071 else 6072 { 6073 ImplHideFocus(); 6074 mnHighItemId = 0; 6075 mnCurPos = TOOLBOX_ITEM_NOTFOUND; --- 256 unchanged lines hidden --- | 6073 ImplCallEventListeners( VCLEVENT_TOOLBOX_HIGHLIGHT ); 6074 } 6075 } 6076 else 6077 { 6078 ImplHideFocus(); 6079 mnHighItemId = 0; 6080 mnCurPos = TOOLBOX_ITEM_NOTFOUND; --- 256 unchanged lines hidden --- |