Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx323 long ImplEntryList::GetAddedHeight( sal_uInt16 i_nEndIndex, sal_uInt16 i_nBeginIndex, long i_nBegin… in GetAddedHeight() argument
326 sal_uInt16 nStart = i_nEndIndex > i_nBeginIndex ? i_nBeginIndex : i_nEndIndex; in GetAddedHeight()
327 sal_uInt16 nStop = i_nEndIndex > i_nBeginIndex ? i_nEndIndex : i_nBeginIndex; in GetAddedHeight()
346 return i_nEndIndex > i_nBeginIndex ? nHeight : -nHeight; in GetAddedHeight()

Completed in 31 milliseconds