Searched refs:nRealMin (Results 1 – 1 of 1) sorted by relevance
1284 sal_uLong nRealMin = 0; in AutoLayoutPass2() local1289 nRealMin += nRealColMin; in AutoLayoutPass2()1291 if( (nRealMin >= nAbsTabWidth) || (nRealMin >= nMin) ) in AutoLayoutPass2()1327 sal_uLong nDistAbs = nAbsTabWidth - nRealMin; in AutoLayoutPass2()1328 sal_uLong nDistRel = nRelTabWidth - nRealMin; in AutoLayoutPass2()1329 sal_uLong nDistMin = nMin - nRealMin; in AutoLayoutPass2()
Completed in 17 milliseconds