Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/core/doc/
H A Dhtmltbl.cxx1207 sal_uInt16 nAbsTabWidth = 0; in AutoLayoutPass2() local
1230 nAbsTabWidth = (sal_uInt16)( ((sal_uLong)nAbsAvail * nWidthOption) / 100 ); in AutoLayoutPass2()
1232 ( /*MayBeInFlyFrame() ||*/ (sal_uLong)nAbsTabWidth > nMin ) ) in AutoLayoutPass2()
1240 nAbsTabWidth = nWidthOption; in AutoLayoutPass2()
1241 if( nAbsTabWidth > MAX_TABWIDTH ) in AutoLayoutPass2()
1242 nAbsTabWidth = MAX_TABWIDTH; in AutoLayoutPass2()
1246 if( !IsTopTable() && nAbsTabWidth > nAbsAvail ) in AutoLayoutPass2()
1247 nAbsTabWidth = nAbsAvail; in AutoLayoutPass2()
1251 ASSERT( IsTopTable() || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
1253 ASSERT( !nRelAvail || nAbsTabWidth<=nAbsAvail, in AutoLayoutPass2()
[all …]