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.cxx1311 double nColMinD = nColMin; in AutoLayoutPass2() local
1313 (sal_uInt16)((nColMinD * nAbsTabWidth) / nMin) ); in AutoLayoutPass2()
1315 (sal_uInt16)((nColMinD * nRelTabWidth) / nMin) ); in AutoLayoutPass2()
1348 double nColMinD = nColMin; in AutoLayoutPass2() local
1350 (sal_uInt16)((((nColMinD-nRealColMin) * nDistAbs) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()
1352 (sal_uInt16)((((nColMinD-nRealColMin) * nDistRel) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()

Completed in 12 milliseconds