Searched refs:nRealMin (Results 1 – 1 of 1) sorted by relevance
1280 sal_uLong nRealMin = 0; in AutoLayoutPass2() local1285 nRealMin += nRealColMin; in AutoLayoutPass2()1287 if( (nRealMin >= nAbsTabWidth) || (nRealMin >= nMin) ) in AutoLayoutPass2()1323 sal_uLong nDistAbs = nAbsTabWidth - nRealMin; in AutoLayoutPass2()1324 sal_uLong nDistRel = nRelTabWidth - nRealMin; in AutoLayoutPass2()1325 sal_uLong nDistMin = nMin - nRealMin; in AutoLayoutPass2()
Completed in 18 milliseconds