Home
last modified time | relevance | path

Searched refs:nRelAvail (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1126 void SwHTMLTableLayout::AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail, in AutoLayoutPass2() argument
1139 ASSERT( IsTopTable() == (nRelAvail==0), in AutoLayoutPass2()
1197 nRelLeftFill = (sal_uInt16)((nAbsLeftFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1198 nRelRightFill = (sal_uInt16)((nAbsRightFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1201 if( nRelAvail ) in AutoLayoutPass2()
1202 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2()
1234 nRelAvail = USHRT_MAX; in AutoLayoutPass2()
1253 ASSERT( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1257 if( (!IsTopTable() || nRelAvail>0) && nAbsTabWidth>nAbsAvail ) in AutoLayoutPass2()
1275 nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); in AutoLayoutPass2()
[all …]
/trunk/main/sw/inc/
H A Dhtmltbl.hxx292 void AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail,
296 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
/trunk/main/sw/source/filter/html/
H A Dhtmltab.cxx632 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
2487 sal_uInt16 nRelAvail, sal_uInt16 nAbsLeftSpace, in MakeTable() argument
2515 pLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()