Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx208 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 …]
/aoo4110/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 16 milliseconds