Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx1308 double nColMinD = nColMin; in AutoLayoutPass2() local
1310 (sal_uInt16)((nColMinD * nAbsTabWidth) / nMin) ); in AutoLayoutPass2()
1312 (sal_uInt16)((nColMinD * nRelTabWidth) / nMin) ); in AutoLayoutPass2()
1345 double nColMinD = nColMin; in AutoLayoutPass2() local
1347 … (sal_uInt16)((((nColMinD-nRealColMin) * nDistAbs) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()
1349 … (sal_uInt16)((((nColMinD-nRealColMin) * nDistRel) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()