Home
last modified time | relevance | path

Searched refs:nRightPos (Results 1 – 3 of 3) sorted by path

/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx565 sal_uInt16 nRightPos = nLeftPos - 1; in Concat() local
566 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 …]
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx2290 SCCOL nRightPos = static_cast<SCCOL>(nPosX); in FreezeSplitters() local
2293 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()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx839 nRightPos = USHRT_MAX; in lcl_ProcessBoxSet() local
847 nRightPos = i; in lcl_ProcessBoxSet()
851 nRightDiff= nRightPos!= USHRT_MAX ? in lcl_ProcessBoxSet()
852 (int)rParm.rNew[nRightPos] - (int)rParm.rOld[nRightPos] : 0; in lcl_ProcessBoxSet()

Completed in 43 milliseconds