Home
last modified time | relevance | path

Searched refs:nSteal (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2642 long nSteal = 1; local
2644 nSteal = (mnMinKashidaWidth - nSpaceAdded) / (nMaxPos - nMinPos);
2649 nSteal = Min( mnMinKashidaWidth - nSpaceAdded, nSteal );
2650 if ( nSteal > 0 )
2652 mpJustifications [ i ] -= nSteal;
2653 mpJustifications [ nKashPos ] += nSteal;
2654 nSpaceAdded += nSteal;

Completed in 45 milliseconds