Searched refs:nRelRightFill (Results 1 – 2 of 2) sorted by relevance
208 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()1191 nRelRightFill = 0; in AutoLayoutPass2()1201 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()1533 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()1557 nRelRightFill += nRelDist - nRelLeftDist; in AutoLayoutPass2()1566 nRelRightFill = nRelRightFill + nRelDist; in AutoLayoutPass2()1573 ASSERT( !pRightFillerBox || nRelRightFill>0, in AutoLayoutPass2()1592 if( nRelRightFill && !pRightFillerBox && in AutoLayoutPass2()1599 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelRightFill ); in AutoLayoutPass2()1600 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 21 milliseconds