Home
last modified time | relevance | path

Searched refs:nSwWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx1591 void SwFltOutDoc::SetTableWidth(SwTwips nSwWidth) in SetTableWidth() argument
1597 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx200 short nSwWidth; member in WW8TabDesc
1858 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 41 milliseconds