Searched refs:nRelLeftFill (Results 1 – 2 of 2) sorted by relevance
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()[all …]
208 sal_uInt16 nRelLeftFill; // relative Breiten der Zellen zur member in SwHTMLTableLayout311 sal_uInt16 GetRelLeftFill() const { return nRelLeftFill; } in GetRelLeftFill()