Searched refs:nAbsAvail (Results 1 – 3 of 3) sorted by relevance
/aoo42x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 1250 nAbsTabWidth = nAbsAvail; in AutoLayoutPass2() 1261 nAbsTabWidth = nAbsAvail; in AutoLayoutPass2() 1378 if( nAbsTabWidth > nAbsAvail ) in AutoLayoutPass2() 1382 nAbsAvail = nAbsTabWidth; in AutoLayoutPass2() 1497 nAbsTabWidth = nAbsAvail; in AutoLayoutPass2() 1501 if( nAbsTabWidth > nAbsAvail ) in AutoLayoutPass2() 1505 nAbsAvail = nAbsTabWidth; in AutoLayoutPass2() 1816 if( 0 == nAbsAvail ) in Resize() 1838 nAbsAvail = nVisAreaWidth; in Resize() 1870 _Resize( nAbsAvail, bRecalc ); in Resize() [all …]
|
/aoo42x/main/sw/inc/ |
H A D | htmltbl.hxx | 262 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 D | htmltab.cxx | 631 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()
|
Completed in 46 milliseconds