Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx1126 void SwHTMLTableLayout::AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail, in AutoLayoutPass2() argument
1135 ASSERT( nAbsAvail, "AutoLayout Pass 2: Keine absolute Breite gegeben" ); in AutoLayoutPass2()
1149 nLastResizeAbsAvail = nAbsAvail; in AutoLayoutPass2()
1157 GetMin() + nAbsLeftSpace + nAbsRightSpace <= nAbsAvail ) in AutoLayoutPass2()
1170 nAbsAvail -= (nLeftMargin + nRightMargin); in AutoLayoutPass2()
1172 else if( GetMin() + nLeftMargin + nRightMargin <= nAbsAvail ) in AutoLayoutPass2()
1197 nRelLeftFill = (sal_uInt16)((nAbsLeftFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1198 nRelRightFill = (sal_uInt16)((nAbsRightFillL * nRelAvail) / nAbsAvail); in AutoLayoutPass2()
1200 nAbsAvail -= (nAbsLeftFill + nAbsRightFill); in AutoLayoutPass2()
1230 nAbsTabWidth = (sal_uInt16)( ((sal_uLong)nAbsAvail * nWidthOption) / 100 ); in AutoLayoutPass2()
[all …]
/AOO42X/main/sw/inc/
H A Dhtmltbl.hxx262 void _Resize( sal_uInt16 nAbsAvail, sal_Bool bRecalc=sal_False );
292 void AutoLayoutPass2( sal_uInt16 nAbsAvail, sal_uInt16 nRelAvail,
295 void SetWidths( sal_Bool bCallPass2=sal_False, sal_uInt16 nAbsAvail=0,
339 sal_Bool Resize( sal_uInt16 nAbsAvail, sal_Bool bRecalc=sal_False, sal_Bool bForce=sal_False,
342 void BordersChanged( sal_uInt16 nAbsAvail, sal_Bool bRecalc=sal_False );
/AOO42X/main/sw/source/filter/html/
H A Dhtmltab.cxx631 void MakeTable( SwTableBox *pUpper, sal_uInt16 nAbsAvail,
2486 void HTMLTable::MakeTable( SwTableBox *pBox, sal_uInt16 nAbsAvail, in MakeTable() argument
2515 pLayoutInfo->AutoLayoutPass2( nAbsAvail, nRelAvail, nAbsLeftSpace, in MakeTable()