Searched refs:nPositionOffset (Results 1 – 1 of 1) sorted by relevance
457 void ImplSelectChannel( ListBox& rList, sal_uLong nChannelToSelect, sal_uInt16 nPositionOffset ) in ImplSelectChannel() argument460 rList.SelectEntryPos( (sal_uInt16)( nChannelToSelect - nPositionOffset ) ); in ImplSelectChannel()475 DbgChannelId ImplGetChannelId( const ListBox& rList, sal_uInt16 nPositionOffset ) in ImplGetChannelId() argument480 return (DbgChannelId)( nSelectedChannelPos + nPositionOffset ); in ImplGetChannelId()
Completed in 17 milliseconds