Searched refs:nRelRightFill (Results 1 – 2 of 2) sorted by relevance
212 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()1195 nRelRightFill = 0; in AutoLayoutPass2()1205 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()1537 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()1561 nRelRightFill += nRelDist - nRelLeftDist; in AutoLayoutPass2()1570 nRelRightFill = nRelRightFill + nRelDist; in AutoLayoutPass2()1577 ASSERT( !pRightFillerBox || nRelRightFill>0, in AutoLayoutPass2()1596 if( nRelRightFill && !pRightFillerBox && in AutoLayoutPass2()1603 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelRightFill ); in AutoLayoutPass2()1604 nRelRightFill = 0; in AutoLayoutPass2()[all …]
209 sal_uInt16 nRelRightFill; // Ausrichtung von Tabellen in Tabellen member in SwHTMLTableLayout312 sal_uInt16 GetRelRightFill() const { return nRelRightFill; } in GetRelRightFill()
Completed in 236 milliseconds