Home
last modified time | relevance | path

Searched refs:nPositionOffset (Results 1 – 1 of 1) sorted by relevance

/trunk/main/vcl/source/app/
H A Ddbggui.cxx457 void ImplSelectChannel( ListBox& rList, sal_uLong nChannelToSelect, sal_uInt16 nPositionOffset ) in ImplSelectChannel() argument
460 rList.SelectEntryPos( (sal_uInt16)( nChannelToSelect - nPositionOffset ) ); in ImplSelectChannel()
475 DbgChannelId ImplGetChannelId( const ListBox& rList, sal_uInt16 nPositionOffset ) in ImplGetChannelId() argument
480 return (DbgChannelId)( nSelectedChannelPos + nPositionOffset ); in ImplGetChannelId()

Completed in 22 milliseconds