Lines Matching refs:nRelLeftFill
209 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()
1191 nRelLeftFill = 0; in AutoLayoutPass2()
1197 nRelLeftFill = (sal_uInt16)((nAbsLeftFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1202 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()
1534 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()
1548 nRelLeftFill = nRelLeftFill + nRelDist; in AutoLayoutPass2()
1557 nRelLeftFill = nRelLeftFill + nRelLeftDist; in AutoLayoutPass2()
1572 ASSERT( !pLeftFillerBox || nRelLeftFill>0, in AutoLayoutPass2()
1582 if( nRelLeftFill && !pLeftFillerBox && in AutoLayoutPass2()
1589 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelLeftFill ); in AutoLayoutPass2()
1590 nRelLeftFill = 0; in AutoLayoutPass2()
1767 SwFmtFrmSize( ATT_VAR_SIZE, nRelLeftFill, 0 )); in SetWidths()