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()
200 short nSwWidth; member in WW8TabDesc1858 nSwWidth(0), in WW8TabDesc()2232 nSwWidth = nMaxRight - nMinLeft; in CalcDefaults()2338 nSwWidth = nSwWidth + nRightMaxThickness; in CalcDefaults()2565 pTable->GetFrmFmt()->SetFmtAttr(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()2566 aItemSet.Put(SwFmtFrmSize(ATT_FIX_SIZE, nSwWidth)); in CreateSwTable()
Completed in 67 milliseconds