Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/core/doc/
H A Dhtmltbl.cxx1206 sal_uInt16 nAbsTabWidth = 0; in AutoLayoutPass2() local
1229 nAbsTabWidth = (sal_uInt16)( ((sal_uLong)nAbsAvail * nWidthOption) / 100 ); in AutoLayoutPass2()
1231 ( /*MayBeInFlyFrame() ||*/ (sal_uLong)nAbsTabWidth > nMin ) ) in AutoLayoutPass2()
1239 nAbsTabWidth = nWidthOption; in AutoLayoutPass2()
1240 if( nAbsTabWidth > MAX_TABWIDTH ) in AutoLayoutPass2()
1241 nAbsTabWidth = MAX_TABWIDTH; in AutoLayoutPass2()
1245 if( !IsTopTable() && nAbsTabWidth > nAbsAvail ) in AutoLayoutPass2()
1246 nAbsTabWidth = nAbsAvail; in AutoLayoutPass2()
1250 ASSERT( IsTopTable() || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1252 ASSERT( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
[all …]