Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx209 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()
1192 nRelRightFill = 0; in AutoLayoutPass2()
1198 nRelRightFill = (sal_uInt16)((nAbsRightFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1202 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()
1534 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()
1558 nRelRightFill += nRelDist - nRelLeftDist; in AutoLayoutPass2()
1567 nRelRightFill = nRelRightFill + nRelDist; in AutoLayoutPass2()
1574 ASSERT( !pRightFillerBox || nRelRightFill>0, in AutoLayoutPass2()
1593 if( nRelRightFill && !pRightFillerBox && in AutoLayoutPass2()
1600 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelRightFill ); in AutoLayoutPass2()
[all …]
/AOO42X/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()