Searched refs:i_nBeginIndex (Results 1 – 1 of 1) sorted by relevance
323 long ImplEntryList::GetAddedHeight( sal_uInt16 i_nEndIndex, sal_uInt16 i_nBeginIndex, long i_nBegin… in GetAddedHeight() argument326 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 16 milliseconds