Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1545 long nTabRight = aTabCols.GetRight() + nDiff; in AdjustCellWidth() local
1549 if ( !bBalance && nTabRight > aTabCols.GetRightMax() ) in AdjustCellWidth()
1551 const long nTmpD = nTabRight - aTabCols.GetRightMax(); in AdjustCellWidth()
1553 nTabRight -= nTmpD; in AdjustCellWidth()
1557 aTabCols.SetRight( nTabRight ); in AdjustCellWidth()

Completed in 16 milliseconds