Searched refs:nBegAddr (Results 1 – 1 of 1) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | worksheethelper.cxx | 610 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 622 rnMidAddr = nBegAddr; in lclPrepareInterval() 627 if( (nSearchPos >= nEndPos) || (nBegAddr + 1 >= nEndAddr) ) in lclPrepareInterval() 635 rnMidAddr = lclGetMidAddr( nBegAddr, nEndAddr, nBegPos, nEndPos, nSearchPos ); in lclPrepareInterval()
|
Completed in 232 milliseconds