lstbox.cxx (4d7c9de0) | lstbox.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 --- 244 unchanged lines hidden (view full) --- 253} 254IMPL_LINK( ListBox, ImplFocusHdl, void *, nPos ) 255{ 256 ImplCallEventListeners( VCLEVENT_LISTBOX_FOCUS , nPos); 257 return 1; 258} 259IMPL_LINK( ListBox, ImplListItemSelectHdl, void*, EMPTYARG ) 260{ | 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 --- 244 unchanged lines hidden (view full) --- 253} 254IMPL_LINK( ListBox, ImplFocusHdl, void *, nPos ) 255{ 256 ImplCallEventListeners( VCLEVENT_LISTBOX_FOCUS , nPos); 257 return 1; 258} 259IMPL_LINK( ListBox, ImplListItemSelectHdl, void*, EMPTYARG ) 260{ |
261 ImplCallEventListeners( VCLEVENT_LISTBOX_SELECT ); | 261 ImplCallEventListeners( VCLEVENT_DROPDOWN_SELECT ); |
262 return 1; 263} 264 265// ----------------------------------------------------------------------- 266 267IMPL_LINK( ListBox, ImplScrollHdl, void*, EMPTYARG ) 268{ 269 ImplCallEventListeners( VCLEVENT_LISTBOX_SCROLLED ); --- 1455 unchanged lines hidden --- | 262 return 1; 263} 264 265// ----------------------------------------------------------------------- 266 267IMPL_LINK( ListBox, ImplScrollHdl, void*, EMPTYARG ) 268{ 269 ImplCallEventListeners( VCLEVENT_LISTBOX_SCROLLED ); --- 1455 unchanged lines hidden --- |