Searched refs:nRelAvail (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1138 ASSERT( IsTopTable() == (nRelAvail==0), in AutoLayoutPass2() 1200 if( nRelAvail ) in AutoLayoutPass2() 1201 nRelAvail -= (nRelLeftFill + nRelRightFill); in AutoLayoutPass2() 1233 nRelAvail = USHRT_MAX; in AutoLayoutPass2() 1252 ASSERT( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2() 1274 nRelTabWidth = (nRelAvail ? nRelAvail : nAbsTabWidth ); in AutoLayoutPass2() 1385 ( nRelAvail ? (sal_uInt16)((nAbsTabWidthL * nRelAvail) / nAbsAvail) in AutoLayoutPass2() 1506 ( nRelAvail ? (sal_uInt16)((nAbsTabWidthL * nRelAvail) / nAbsAvail) in AutoLayoutPass2() 1515 sal_uLong nRelColWidth = nRelAvail in AutoLayoutPass2() 1539 sal_uInt16 nRelDist = (sal_uInt16)(nRelAvail-nRelTabWidth); in AutoLayoutPass2() [all …]
|
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 292 void AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail, 296 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0,
|
/aoo4110/main/sw/source/filter/html/ |
H A D | htmltab.cxx | 639 sal_uInt16 nRelAvail=0, sal_uInt16 nAbsLeftSpace=0, 2499 sal_uInt16 nRelAvail, sal_uInt16 nAbsLeftSpace, in MakeTable() argument 2527 pLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()
|
Completed in 112 milliseconds