Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/core/doc/
H A Dhtmltbl.cxx208 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()
1190 nRelLeftFill = 0; in AutoLayoutPass2()
1201 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()
1533 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()
1547 nRelLeftFill = nRelLeftFill + nRelDist; in AutoLayoutPass2()
1556 nRelLeftFill = nRelLeftFill + nRelLeftDist; in AutoLayoutPass2()
1571 ASSERT( !pLeftFillerBox || nRelLeftFill>0, in AutoLayoutPass2()
1581 if( nRelLeftFill && !pLeftFillerBox && in AutoLayoutPass2()
1588 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelLeftFill ); in AutoLayoutPass2()
1589 nRelLeftFill = 0; in AutoLayoutPass2()
[all …]
/aoo4110/main/sw/inc/
H A Dhtmltbl.hxx208 sal_uInt16 nRelLeftFill; // relative Breiten der Zellen zur member in SwHTMLTableLayout
311 sal_uInt16 GetRelLeftFill() const { return nRelLeftFill; } in GetRelLeftFill()

Completed in 22 milliseconds