Searched refs:nTabRight (Results 1 – 1 of 1) sorted by relevance
1545 long nTabRight = aTabCols.GetRight() + nDiff; in AdjustCellWidth() local1549 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 8 milliseconds