Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/doc/
H A Dhtmltbl.cxx1307 double nColMinD = nColMin; in AutoLayoutPass2() local
1309 (sal_uInt16)((nColMinD * nAbsTabWidth) / nMin) ); in AutoLayoutPass2()
1311 (sal_uInt16)((nColMinD * nRelTabWidth) / nMin) ); in AutoLayoutPass2()
1344 double nColMinD = nColMin; in AutoLayoutPass2() local
1346 (sal_uInt16)((((nColMinD-nRealColMin) * nDistAbs) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()
1348 (sal_uInt16)((((nColMinD-nRealColMin) * nDistRel) / nDistMin) + nRealColMin) ); in AutoLayoutPass2()

Completed in 30 milliseconds