Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/table/
H A Dswtable.cxx1209 ChangeList::iterator pLeftMove = pCurr; in lcl_CalcNewWidths() local
1212 if( pLeftMove == pCurr ) in lcl_CalcNewWidths()
1214 while( ++pLeftMove != aNewChanges.end() && pLeftMove->first <= pLeftMove->second ) in lcl_CalcNewWidths()
1219 if( pLeftMove != aNewChanges.end() && pCurr->second > pLeftMove->second ) in lcl_CalcNewWidths()
1221 if( pLeftMove->first == pLast->first ) in lcl_CalcNewWidths()
1222 pCurr->second = pLeftMove->second; in lcl_CalcNewWidths()
1226 nTmp *= pLeftMove->second - pLast->second; in lcl_CalcNewWidths()
1227 nTmp /= pLeftMove->first - pLast->first; in lcl_CalcNewWidths()
1240 while( pNext != pLeftMove && pNext->second == pNext->first && in lcl_CalcNewWidths()

Completed in 35 milliseconds