Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/xls/
H A Dworksheethelper.cxx610 inline sal_Int32 lclGetMidAddr( sal_Int32 nBegAddr, sal_Int32 nEndAddr, sal_Int32 nBegPos, sal_Int3… in lclGetMidAddr() argument
613 …return nBegAddr + 1 + static_cast< sal_Int32 >( static_cast< sal_Int64 >( nEndAddr - nBegAddr - 2 … in lclGetMidAddr()
616 bool lclPrepareInterval( sal_Int32 nBegAddr, sal_Int32& rnMidAddr, sal_Int32 nEndAddr, in lclPrepareInterval() argument
627 if( (nSearchPos >= nEndPos) || (nBegAddr + 1 >= nEndAddr) ) in lclPrepareInterval()
629 rnMidAddr = nEndAddr; in lclPrepareInterval()
635 rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos ); in lclPrepareInterval()

Completed in 22 milliseconds