Lines Matching refs:nNewWidth
573 long nNewWidth = pFmt->GetFrmSize().GetWidth() + pCurr->second; in CollectBoxSelection() local
574 pFmt->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nNewWidth, 0 ) ); in CollectBoxSelection()
778 long nNewWidth = 0; in NewInsertCol() local
780 nNewWidth += rTabBoxes[i]->GetFrmFmt()->GetFrmSize().GetWidth(); in NewInsertCol()
781 ASSERT( nNewWidth > 0, "Very small" ); in NewInsertCol()
1923 long nNewWidth = -1; in PrepareDeleteCol() local
1927 nNewWidth = nMid - nLeft; in PrepareDeleteCol()
1930 nNewWidth = nRight - nMid; in PrepareDeleteCol()
1932 nNewWidth = 0; in PrepareDeleteCol()
1933 if( nNewWidth >= 0 ) in PrepareDeleteCol()
1937 aFrmSz.SetWidth( nNewWidth ); in PrepareDeleteCol()
2177 SwTwips nNewWidth = pBox->GetFrmFmt()->GetFrmSize().GetWidth() + nWidth; in CheckConsistency() local
2185 ASSERT( aIter->nLeft == nWidth && aIter->nRight == nNewWidth, in CheckConsistency()
2203 aEntry.nRight = nNewWidth; in CheckConsistency()
2207 nWidth = nNewWidth; in CheckConsistency()