Home
last modified time | relevance | path

Searched refs:nRelRightFill (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx212 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 …]
/trunk/main/sw/inc/
H A Dhtmltbl.hxx209 sal_uInt16 nRelRightFill; // Ausrichtung von Tabellen in Tabellen member in SwHTMLTableLayout
312 sal_uInt16 GetRelRightFill() const { return nRelRightFill; } in GetRelRightFill()

Completed in 29 milliseconds