Searched refs:nRightPos (Results 1 – 3 of 3) sorted by relevance
565 sal_uInt16 nRightPos = nLeftPos - 1; in Concat() local566 while( nRightPos < nOldCount && nRight >= (*pOld)[ nRightPos ] ) in Concat()567 nRightPos += 2; in Concat()568 if( nRightPos < nLeftPos ) in Concat()571 pOld->Insert( pLongArr, nRightPos, i - 2, i ); in Concat()572 nIdx = nRightPos + 2; in Concat()584 nRightPos += 2; in Concat()587 if( nRightPos - nLeftPos > 1 ) in Concat()598 if( nRight > (*pOld)[ nRightPos - 1 ] ) in Concat()599 (*pOld)[ nRightPos - 1 ] = nRight; in Concat()[all …]
773 nRightPos = USHRT_MAX; in lcl_ProcessBoxSet() local781 nRightPos = i; in lcl_ProcessBoxSet()785 nRightDiff= nRightPos!= USHRT_MAX ? in lcl_ProcessBoxSet()786 (int)rParm.rNew[nRightPos] - (int)rParm.rOld[nRightPos] : 0; in lcl_ProcessBoxSet()
2290 SCCOL nRightPos = static_cast<SCCOL>(nPosX); in FreezeSplitters() local2293 if (aViewData.GetPosX(SC_SPLIT_RIGHT) > nRightPos) in FreezeSplitters()2294 nRightPos = aViewData.GetPosX(SC_SPLIT_RIGHT); in FreezeSplitters()2314 aViewData.SetPosX(SC_SPLIT_RIGHT, nRightPos); in FreezeSplitters()
Completed in 34 milliseconds