Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx212 nRelLeftFill( 0 ), nRelRightFill( 0 ), in SwHTMLTableLayout()
1194 nRelLeftFill = 0; in AutoLayoutPass2()
1205 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()
1537 if( !IsTopTable() && (nRelLeftFill>0 || nRelRightFill>0 || in AutoLayoutPass2()
1551 nRelLeftFill = nRelLeftFill + nRelDist; in AutoLayoutPass2()
1560 nRelLeftFill = nRelLeftFill + nRelLeftDist; in AutoLayoutPass2()
1575 ASSERT( !pLeftFillerBox || nRelLeftFill>0, in AutoLayoutPass2()
1585 if( nRelLeftFill && !pLeftFillerBox && in AutoLayoutPass2()
1592 pColumn->SetRelColWidth( pColumn->GetRelColWidth()+nRelLeftFill ); in AutoLayoutPass2()
1593 nRelLeftFill = 0; in AutoLayoutPass2()
[all …]
/trunk/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 29 milliseconds