Searched refs:nSwWidth (Results 1 – 2 of 2) sorted by relevance
1591 void SwFltOutDoc::SetTableWidth(SwTwips nSwWidth) in SetTableWidth() argument1597 ASSERT( nSwWidth > MINLAY, "Tabellenbreite <= MINLAY" ); in SetTableWidth()1598 if( nSwWidth != nTableWidth ){ in SetTableWidth()1601 pTable->GetFrmFmt()->SetFmtAttr( SwFmtFrmSize(ATT_VAR_SIZE, nSwWidth)); in SetTableWidth()1602 nTableWidth = nSwWidth; in SetTableWidth()
199 short nSwWidth; member in WW8TabDesc1857 nSwWidth(0), in WW8TabDesc()2231 nSwWidth = nMaxRight - nMinLeft; in CalcDefaults()2337 nSwWidth = nSwWidth + nRightMaxThickness; in CalcDefaults()2564 pTable->GetFrmFmt()->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()2565 aItemSet.Put(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()