Searched refs:nRelLeftFill (Results 1 – 2 of 2) sorted by relevance
212 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()1194 nRelLeftFill = 0; in AutoLayoutPass2()1205 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()1537 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()1551 nRelLeftFill = nRelLeftFill + nRelDist; in AutoLayoutPass2()1560 nRelLeftFill = nRelLeftFill + nRelLeftDist; in AutoLayoutPass2()1575 ASSERT( !pLeftFillerBox || nRelLeftFill>0, in AutoLayoutPass2()1585 if( nRelLeftFill && !pLeftFillerBox && in AutoLayoutPass2()1592 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelLeftFill ); in AutoLayoutPass2()1593 nRelLeftFill = 0; in AutoLayoutPass2()[all …]
208 sal_uInt16 nRelLeftFill; // relative Breiten der Zellen zur member in SwHTMLTableLayout311 sal_uInt16 GetRelLeftFill() const { return nRelLeftFill; } in GetRelLeftFill()
Completed in 48 milliseconds