Searched refs:nSwWidth (Results 1 – 2 of 2) sorted by relevance
1594 void SwFltOutDoc::SetTableWidth(SwTwips nSwWidth) in SetTableWidth() argument1600 ASSERT( nSwWidth > MINLAY, "Tabellenbreite <= MINLAY" ); in SetTableWidth()1601 if( nSwWidth != nTableWidth ){ in SetTableWidth()1604 pTable->GetFrmFmt()->SetFmtAttr( SwFmtFrmSize(ATT_VAR_SIZE, nSwWidth)); in SetTableWidth()1605 nTableWidth = nSwWidth; in SetTableWidth()
200 short nSwWidth; member in WW8TabDesc1829 nSwWidth(0), in WW8TabDesc()2203 nSwWidth = nMaxRight - nMinLeft; in CalcDefaults()2309 nSwWidth = nSwWidth + nRightMaxThickness; in CalcDefaults()2536 pTable->GetFrmFmt()->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()2537 aItemSet.Put(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()
Completed in 155 milliseconds